<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.brpc {
	display: block;
}
.brsp {
	display: none;
}


#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main {background: url(../../images/campus/main_pc.jpg) no-repeat; background-size: cover;}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#main h2 span {
	background: rgba(255,255,255,0.4);
}

#main1 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
#main1 img {
	width: 100%;
}


#yschedule {
	width: 1100px;
	margin: 0 auto 100px auto;
}
#club {
	margin-bottom: 100px;
	position: relative;
}
#yschedule h3,
#club h3 {
	font-size: 3rem;
	margin-bottom: 50px;
	text-align: center;
}

#yschedule ul {
	border-top: 1px solid #000;
}

#yschedule li {
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

#yschedule li strong {
	display: block;
	margin-bottom: 2em;
}

#yschedule dl {
	display: flex;
	justify-content: space-between;
}

#yschedule .single img {
	width: 400px;
}

#yschedule dd {
	width: 817px;;
}

#club .topswiper4 {
	position: relative;
}
#club .topswiper4 ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#club .topswiper4 ul:before {
	content: "";
	display:block;
	width: 255px;
	order: 1; /* アイテムの並び順 */
}
#club .topswiper4 ul:after {
	content: "";
	display:block;
	width: 255px;
}
#club .topswiper4 ul li {
	width: 255px;
	background: #ededed;
	overflow: hidden;
	border-radius: 10px;
	height: auto;
	margin-bottom: 40px;
}
#club .topswiper4 ul li .title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#club .topswiper4 ul li .desc {
	font-size: 1.5rem;
	padding: 0 20px 20px 20px;
}
#club .topswiper4 ul li img {
	width: 100%;
}


#club .swiper-button-next:after,
#club .swiper-button-prev:after {
	content: '';
}
#club .swiper-button-prev {
	position: absolute;
	background: url(../../images/common/arrow_prev.png) no-repeat;
	width: 74px;
	height: 74px;
}
#club .swiper-button-next {
	position: absolute;
	background: url(../../images/common/arrow_next.png) no-repeat;
	width: 74px;
	height: 74px;
}

#opcap {
	text-align: center;
}

.ocpoint {
	width: 920px;
	margin: 100px auto;
	text-align: center;
	font-size: 2rem;
}
.ocpoint .timg {
	margin-bottom: 35px;
}
.ocpoint .pointtitle {
	font-size: 3rem;
}

.ocpoint ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ocpoint li {
	width: 400px;
	margin-bottom: 70px;
	padding-top: 80px;
}
.ocpoint li:first-child {	background: url(../../images/campus/01.gif) no-repeat top center;}
.ocpoint li:nth-child(2) {	background: url(../../images/campus/02.gif) no-repeat top center;}
.ocpoint li:nth-child(3) {	background: url(../../images/campus/03.gif) no-repeat top center;}
.ocpoint li:last-child {	background: url(../../images/campus/04.gif) no-repeat top center;}


.scheduleglay .inner {
	/* width: 1100px;
	margin: 0 auto; */
}

.scheduleglay .yellowtitle {
	text-align: center;
	margin-bottom: 35px;
}

.scheduleglay .btnlink {
	width: 300px;
	margin: 30px auto 0 auto;
}
.scheduleglay .btnlink a {
	font-size: 20px;
	text-align: center;
	color: #000;
	background: fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 3px;
	width: 100%;
	display: block;
}
.scheduleglay .btnlink a:hover {
	text-decoration: none;
}

.topswiper2 {
	position: relative;
	margin-top: 50px;
}
.topswiper2 .swiper-wrapper {
	width: 100%;
	padding-bottom: 50px;
	align-items: stretch !important;
}

.topswiper2 .swiper-slide {
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}
.topswiper2 .swiper-slide a {
	display: block;
	position: relative;
	background: #ececec;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	overflow: hidden;
	color: #000;
}
.topswiper2 .swiper-slide a:hover {
	margin-top: -10px;
	box-shadow: 0 4px 10px 0px #ccc;
	text-decoration: none;
}
.topswiper2 .swiper-slide span {
	position: absolute;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	top: 110px;
	left: 20px;
}
.topswiper2 .swiper-slide div {
	height: 120px;
	overflow: hidden;
}
.topswiper2 .swiper-slide div img {
	width: 100%;
	height: auto;
}
.topswiper2 .title {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 30px 30px 10px;
	text-align: left;
}
.topswiper2 .date {
	font-size: 1.8rem;
	padding: 0 30px 10px;
	text-align: left;
}
.topswiper2 .desc {
	font-size: 1.5rem;
	padding: 0 30px 30px;
	text-align: left;
}

.topswiper2 .swiper-button-prev:after, .topswiper2 .swiper-button-next:after {
	content: '';
}
.topswiper2 .swiper-button-prev {
	position: absolute;
	background: url(../../images/common/arrow_prev.png) no-repeat;
	width: 74px;
	height: 74px;
}
.topswiper2 .swiper-button-next {
	position: absolute;
	background: url(../../images/common/arrow_next.png) no-repeat;
	width: 74px;
	height: 74px;
}

#faq {
	font-size: 1.8rem;
	padding: 100px 0 50px 0;
}

#faq .inner {
	width: 1100px;
	margin: 0 auto;
}

#faq .planetitle {
	margin-bottom: 35px;
	text-align: center;
}

#faq .accordion-block {
	background: #ececec;
	padding: 15px;
	margin-bottom: 20px;
}

#faq .accordion-title {
	cursor: pointer;
	font-weight: bold;
	background: url(../../images/common/icon_open.gif) no-repeat right center;
	background-size: 20px auto;
}
#faq .accordion-title.open {
	background: url(../../images/common/icon_close.gif) no-repeat right center;
	background-size: 20px auto;
}
#faq .accordion-content {
	display: none;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: 1em;
	color: #74c315;
	font-weight: bold;
	line-height: 1.8;
}
#faq .section {
	margin-bottom: 100px;
}




#access {
	text-align: center;
	margin-bottom: 130px;
	font-size: 2.4rem;
}
#access .planetitle {
	margin-bottom: 50px;
	text-align: center;
}
#access iframe {
	margin-bottom: 20px;
}

#trainmap {
	text-align: center;
	padding-bottom: 150px;
}
#trainmap h2 {
	font-size: 3rem;
	margin-bottom: 100px;
}


.kobetsu {
	text-align: center;
	margin-bottom: 100px;
}








/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {


.brpc {
	display: none;
}
.brsp {
	display: block
}


#main {
	height: 100vh;
}

#main {background: url(../../images/campus/main_sp.jpg) no-repeat center center; background-size: cover;}
#main {
	font-size: 3rem;
}


.ocpoint {
	width: 90%;
	margin: 50px auto;
	font-size: 1.8rem;
}

.ocpoint ol {
	display: block;
}
.ocpoint li {
	width: 100%;
	margin-bottom: 70px;
	padding-top: 80px;
}
.ocpoint li:first-child {	background: url(../../images/campus/01.gif) no-repeat top left; text-align: left;}
.ocpoint li:nth-child(2) {	background: url(../../images/campus/02.gif) no-repeat top right; text-align: right;}
.ocpoint li:nth-child(3) {	background: url(../../images/campus/03.gif) no-repeat top left; text-align: left;}
.ocpoint li:last-child {	background: url(../../images/campus/04.gif) no-repeat top right; text-align: right;}

.scheduleglay .inner {
	width: 100%;
}

.scheduleglay .yellowtitle {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 35px;
}

#yschedule {
	width: 95%;
	margin: 0 auto 50px auto;
	display: block;
}
#yschedule h3 {
	font-size: 3rem;
	margin-bottom: 10px;
}

#yschedule ul {
	border-top: none;
}

#yschedule li {
	border-bottom: none;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}

#yschedule li strong {
	padding: 10px 0;
	margin-bottom: 1em;
	background: #efefef;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#yschedule dl {
	display: block;
}

#yschedule dt {
	margin-bottom: 10px;
}

#yschedule .single img {
	width: 100%;
}

#yschedule dd {
	width: 100%;
}

#faq {
	font-size: 1.8rem;
	padding: 100px 0 50px 0;
}

#faq .inner {
	width: 90%;
	margin: 0 auto;
}

#faq .planetitle img {
	width: 70%;
}

#faq .accordion-title {
	padding-right: 20px;
}


#access {
	margin-bottom: 50px;
	font-size: 1.5rem;
}
#access .planetitle img {
	width: 80%;
}

#access iframe {
	margin-bottom: 10px;
}

#trainmap {
	padding-bottom: 50px;
}
#trainmap img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#trainmap h2 {
	margin-bottom: 50px;
}
#club .topswiper4 {
	position: relative;
	padding:0;
}
#club .topswiper4 ul {
	width: 93.3333%;
}
#club .topswiper4 ul li {
	width: 100%;
}


}
</pre></body></html>