@charset "UTF-8";
/* CSS Document */

.pc{ display:block;} .pc2{ display:block;} .sp{ display:none;} .sp2{ display:none;}
@media screen and (max-width: 786px) {
.pc{ display:none;} .sp{ display:block;}
}
@media screen and (max-width: 640px) {
.pc2{ display:none;}  .sp2{ display:block;}
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	padding: 0px;
}

.clear {
	clear: both;
}
.clear2 {
	clear: both;
	margin-top: 20px;
}
.clear3 {
    clear: both;
    height: 30px;
}
.clear4 {
    clear: both;
    height: 60px;
}
.link1 a{
	padding: 0 1px;
	background-image: linear-gradient(to right,#fff 50%, #2cb4ad 50%);
	background-size: 200% auto;
	transition: .3s;
	font-weight: bold;
	color: #2cb4ad;
}
.link1 a:hover{
	background-position: -100% 0;
	color: #fff;
} 
hr {
    width: 100%;
    max-width: 1920px;
    border: none;
    border-top: dotted 1px #778ca3;
    margin-top: 50px;
    margin-bottom: 50px;
}
.font1 {
    margin: 0 0 5px 0;
    color: #29285B;
    font-weight: bold;
    font-size: 110%;
}
.font2 {
    margin-left: 10px;
    color: #29285B;
    font-size: 100%;
}
.red_font1{
    color: #dc143c;
    font-weight: bold;
    font-size: 100%;
}
.red_font2{
    color: #dc143c;
    font-size: 100%;
}
.blink {
  color: #dc143c;
  animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0;}
	30% {opacity: 1;}
}
.box1920 {
    width: 100%;
    max-width: 1920px;
	margin: 150px auto 0 auto;
    height: 800px;
}
.box1920_2 {
    width: 100%;
    max-width: 1920px;
	margin:0 auto;
    padding-top: 5%;
}
.box_1080 {
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.box960 {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
}
.box840 {
	width: 100%;
	max-width: 842px;
	margin:0 auto;
}
.topimages {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
.info_aeria {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 50px 0 80px 0;
	background: #F2F3F5;
}
.info_title {
  margin: 3% 0 2% 0;
  text-shadow: 2px 2px 3px #555265;
  text-align:center;
  font-weight: bold;
  font-size: 250%;
  color: #29285B;
}
.info_txt {
	width: 100%;
	max-width: 1080px;
	max-height: 650px;
	margin:0 auto;
	padding: 1%;
    overflow-x: auto;
    background: #fff;
}
.day {
    width: 25%;
    max-width: 140px;
    margin: 30px 0 10px 10px;
    background-color: #29285B;
    padding: 3px;
    float: left;
    font-size: 100%;
    text-align: center;
    color: #fff;
}
.tooltip {
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
.balloon_right {
  width: 150px;
  position: absolute;
  top: 80%;
  left: 80%;
  transform: translateY(-50%);
  margin-left: 5px;
  padding: 5px;
  background-color: #FACD00;
  color: #000f;
  font-size: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
}
.balloon_right::before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right: 25px solid #FACD00;
  position: absolute;
  top: 50%;
  right: 99%;
  transform: translateY(-50%);
}
.tooltip:hover .balloon_right {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.button_01 a {
  width: 30.3%;
  line-height:60px;
  float:left;
  margin: 1% 1.5%;
  background: #29285B;
  color: #fff;
  font-size: 110%;
  text-align:center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #c2c2c2;
  transition: .4s;
}
.button_01 a:hover {
  background-color: #F2F3F5;
  color: #29285B;
}
.button_02 a {
  width: 30.3%;
  line-height:60px;
  float:left;
  margin: 1% 1.5%;
  background: #F2F3F5;
  color: #29285B;
  font-size: 110%;
  text-align:center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #c2c2c2;
  transition: .4s;
}
.button_02 a:hover {
  background-color: #29285B;
  color: #fff;
}
.kikaku a{
  width: 47%;
  height: 100%;
  float: left;
  margin: 1% 1.5%;
  padding: 0.5% 0.5% 0 0.5%;
  background: #fff;
  color: #29285B;
  filter: drop-shadow(0px 0px 3px #c2c2c2);
}
.kikaku a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.kikaku p{
  font-size: 150%;
  text-align: center;
  margin: 3px 0 5px 0;
}
.kikaku_img{
  width: 50%;
  float: left;
}
.kikaku_txt{
  width: 50%;
  float: right;
  padding: 0 2%;
  font-size: 80%;
}
.map {
	width: 100%;
	max-width: 1040px;
	height: 100%;
	margin: 0 auto 10px auto;
    background-image: url(/opencampus/images/map.jpg);
    background-repeat: no-repeat;
}
	.map ul {
	    display: flex;
		justify-content:center;
		padding: 95px 0px;
	}
	.map li {
	    width: 230px;
		height: 110px;
		margin: 0 20px;
		margin: 0 10px;
		list-style: none;
	    filter: drop-shadow(2px 2px 2px #000);
	}
.title {
  margin: 5% 0 5% 0;
  text-shadow: 2px 2px 3px #555265;
  text-align:center;
  font-weight: bold;
  font-size: 250%;
  color: #29285B;
}
.messagetitle {
	width: 100%;
	margin: 80px auto 0 auto;
}
.nyushi_aeria{
	width: 100%;
	margin:60px 0 0 0;
	padding: 35px 0;
	background: #F2F3F5;
	height:850px;
}
.move_title1 {
    width: 100%;
    float: right;
    color: #29285B;
    font-weight: bold;
    font-size: 140%;
}
.nyushi_left {
    width: 45%;
    margin-top: 30px;
    margin-bottom: 0px;
    float: left;
}
.nyushi_right {
	width: 45%;
    margin-top: 30px;
    margin-bottom: 0px;
    float: right;
}
.movieback {
    width: 100%;
    max-width: 1280px;
	margin:0 auto;
    background-image: url(/opencampus/images/movieback.png);
    height: 800px;
    background-repeat: no-repeat;
}
.movieaeria {
	width: 100%;
	max-width: 1130px;
	margin:0 auto;
	position: relative;
}
.movie_cumpass {
    width: 48%;
    float: left;
    margin-top: 250px;
    position: relative;
    z-index: 1;
    background-image: url(/opencampus/images/cumpasmap.png);
    background-repeat: no-repeat;
    height: 703px;
}
.movie {
	width: 52%;
	position: absolute;
	top: 530px;
	left: 530px;
	height: 409px;
}
.icon1 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 330px;
    left: 200px;
}
.icon9 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 480px;
    left: 90px;
}
.icon13 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 200px;
}
.icon14 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 420px;
    left: 330px;
}
.icon15 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 420px;
    left: 260px;
}
.icon17 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 520px;
    left: 190px;
}
.bot1 {
    width: 31%;
    float: left;
    margin-right: 3.3333%;
}
.bot2 {
    width: 31%;
    float: left;
	margin-right: 3.3333%;
}
.bot3 {
    width: 31%;
    float: right;
}
.ooe {
    width: 100%;
    max-width: 1020px;
    margin: 50px auto 0px;
	position: relative;
}
.icon1ooe {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 650px;
}
.icon12ooe {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 230px;
    left: 780px;
}
.icon112ooe {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 250px;
}
.icon113ooe {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 380px;
    left: 150px;
}
.icon114ooe {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 554px;
    left: 78px;
}
.img_anim1 img:hover{
  filter: drop-shadow(5px 5px 5px #404040);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.img_anim2 img:hover{
  transform: scale(1.1) rotate(360deg);
  transition-duration: 0.5s;
}
.img_anim3 img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.img_anim4 img:hover{
  transform: translateX(10px);
  transition-duration: 0.3s;
}

* {
  box-sizing: border-box;
}
.row figure {
  height: 240px;
  width: 240px;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease-in-out;
  background-repeat: no-repeat;
  z-index: 2;
  display: inline-block;
  position: relative;
}
.row a {
  display: inline-block;
  text-align: center;
  margin: 40px;
  text-decoration: none;
  color: white;
}
.row a p {
  position: absolute;
  opacity: 0;
  font-size: 20px;
  top: 45%;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}

figure:hover p {
  opacity: 1;
}

figure:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: blue;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99;
}

figure:hover:after {
  opacity: 0.7;
}

.photo01 {
  background-image: url("https://picsum.photos/700/500");
}
.photo02 {
  background-image: url("https://picsum.photos/701/500");
}
.photo03 {
  background-image: url("https://picsum.photos/703/500");
}

/* lightbox */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 300;
}
.lightbox-target .container {
  margin: auto;
  position: absolute;
  top: 50vh;
  left: 50vw;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding-top: 10px;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target img {
  height: 400px;
  vertical-align: top;
}
.banner1 {
    width: 98%;
	max-width: 960px;
	margin:0 auto;
}
.banner2 {
    width: 31%;
    float: left;
	margin:0 1%;
}
.footer {
    width: 100%;
	margin: 20px auto 0 auto;
    background-color: #F2F2F2;
}
.logo {
    width: 100%;
    max-width: 95px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
}
.kumadaicenter {
    width: 100%;
    max-width: 354px;
	margin: 20px auto 0 200px;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    font-size: 90%;
}
.kumadaicenterfoot {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background-color: #29285B;
    color: #FFFFFF;
    text-align: center;
    font-size: 90%;
}

@media screen and (max-width: 786px) {
.clear4 {
    clear: both;
    height: 40px;
}
.box_1080 {
	padding: 0px 5px;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.font1 {
    margin: 0 0 7px 0;
    font-size: 87%;
}
.font2 {
    margin-left: 5px;
    font-size: 80%;
}
.red_font1{
    font-weight: normal;
}
.box960 {
	max-width: 780px;
}
.info_aeria {
	margin: 0 0 50px 0;
	padding: 5px 10px 30px 10px;
}
.info_title {
  margin: 3% 0 2% 0;
  font-size: 150%;
}
.info_txt {
	max-height: 730px;
	padding: 2%;
}
.day {
    width: 30%;
    margin: 0 0 10px 10px;
    font-size: 85%;
}
.button_01 a {
  width: 88%;
  margin: 2% 0 0 6%;
  line-height:45px;
  font-size: 100%;
}
.button_02 a {
  width: 41%;
  margin: 2% 0 0 6%;
  line-height:45px;
  font-size: 100%;
}
.kikaku a{
  width: 100%;
  margin: 10px auto 5px auto;
  padding: 1% 0 0 1%;
}
.kikaku p{
  margin: 5px 0;
}
.kikaku_txt{
  font-size: 100%;
}
.map {
	width: 100%;
	margin: 0 auto;
}
	.map ul {
	    display: block;
		align-items:center;
		padding: 5px 0px;
	}
	.map li {
	    width: 50%;
		height: 100%;
		margin: 10px auto;
		list-style: none;
	    filter: drop-shadow(2px 2px 2px #000);
	}
.title {
  text-shadow: 1px 1px 2px #555265;
  font-size: 150%;
}
.messagetitle {
	margin: 30px auto 0 auto;
}
.move_title1 {
    margin-top: 10px;
    font-size: 100%;
}
.nyushi_left {
    width: 80%;
    max-width: 400px;
	margin:0 auto;
    float: none;
}
.nyushi_right {
	width: 80%;
    max-width: 400px;
	margin:0 auto;
    float: none;
}
.map_sp {
    width: 100%;
    max-width: 780px;
	margin:0 auto;
    position: relative;
    z-index: 3;
}
.map_sp2 {
    width: 100%;
    max-width: 780px;
	margin:0 auto;
    position: relative;
    z-index: 3;
}
.icon1sp {
    width: 100%;
    max-width: 35px;
    position: absolute;
    z-index: 4;
    top: 45%;
    left: 28%;
}
.icon9sp {
    width: 100%;
    max-width: 35px;
    position: absolute;
    z-index: 4;
    top: 64%;
    left: 10%;
}
.icon13sp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 4;
    top: 32%;
    left: 32%;
}
.icon14sp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 4;
    top: 55%;
    left: 57%;
}
.icon15sp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 4;
    top: 55%;
    left: 45%;
}
.icon17sp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 4;
    top: 68%;
    left: 28%;
}
.campasmap_sp {
    width: 100%;
    max-width: 780px;
	margin:0 auto;
    position: relative;
    z-index: 1;
}
.icon1ooesp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 70%;
    left: 12%;
}
.icon12ooesp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 83%;
    left: 35%;
}
.icon112ooesp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 23%;
    left: 52%;
}
.icon113ooesp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 32%;
    left: 45%;
}
.icon114ooesp {
    width: 100%;
    max-width: 50px;
    position: absolute;
    z-index: 2;
    top: 48%;
    left: 18%;
}
.bot1 {
    width: 30%;
    float: left;
    margin-right: 0%;
    margin-left: 3%;
}
.bot2 {
    width: 30%;
    float: left;
	margin-left: 3%;
	margin-right: 0%;
}
.bot3 {
    width: 30%;
    float: left;
	margin-left: 3%;
	margin-right: 0%;
}
	* {
  box-sizing: border-box;
}

.row figure {
  height: 240px;
  width: 240px;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease-in-out;
  background-repeat: no-repeat;
  z-index: 2;
  display: inline-block;
  position: relative;
}
.row a {
  display: inline-block;
  text-align: center;
  margin: 40px;
  text-decoration: none;
  color: white;
}
.row a p {
  position: absolute;
  opacity: 0;
  font-size: 20px;
  top: 45%;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}

figure:hover p {
  opacity: 1;
}

figure:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: blue;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99;
}

figure:hover:after {
  opacity: 0.7;
}

.photo01 {
  background-image: url("https://picsum.photos/700/500");
}
.photo02 {
  background-image: url("https://picsum.photos/701/500");
}
.photo03 {
  background-image: url("https://picsum.photos/703/500");
}

/* lightbox */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 300;
}
.lightbox-target .container {
  margin: auto;
  position: absolute;
  top: 50vh;
  left: 50vw;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding-top: 10px;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target img {
  height: 400px;
  vertical-align: top;
}
.banner1 {
	width: 85%;
	float: none;
	margin:0 auto 10px auto;
}
.banner2 {
	width: 85%;
	float: none;
	margin:0 auto 10px auto;
}
.footer {
    width: 100%;
    max-width: 780px;
	margin: 20px auto 0 auto;
    background-color: #F2F2F2;
}
.logo {
    width: 100%;
    max-width: 95px;
	margin: 20px auto 0 auto;
    float: none;
    padding-top: 20px;
}
.kumadaicenter {
    width: 90%;
	margin: 20px auto 0 auto;
    float: none;
    text-align: center;
    padding-bottom: 20px;
}
.kumadaicenterfoot {
    width: 100%;
    font-size: 90%;
}
@media screen and (max-width: 550px) {
.kikaku p{
  margin: 2px 0 0 0;
}

.kikaku_txt{
  font-size: 75%;
}
.map {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    background-image: url(/opencampus/images/sp/map_sp.jpg);
    background-repeat: repeat;
}
	.map ul {
	    display: block;
		align-items:center;
		padding: 5px 0px;
	}
	.map li {
	    width: 88%;
		height: 100%;
		margin: 10px 20px;
		list-style: none;
	    filter: drop-shadow(2px 2px 2px #000);
	}
}

}
