	@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  夏のオープンキャンパス
=================================================================== */



body{
	margin-top: 0!important;
}


/* ナビゲーション・ロゴ
*****************************************************/
#froatnav {
	width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
	padding: 10px 100px;
	background-color: #ffffff;
	min-width: 1060px;
	z-index: 100;
	box-shadow: 1px 0px 5px #aaaaaa;
}

#froatnav .inner {
	margin: 0 auto;
  	width: 1060px;
	display: flex;
	justify-content: space-between;
}

@media only screen and ( max-width:480px ) {
#froatnav img {
	width: 270px;
	padding-top: 5px;
	padding-left: 10px;
}

#froatnav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	background-color: #ffffff;
	z-index: 100;
	min-width: 100%;
	box-shadow: 1px 0px 5px #aaaaaa;
}
#froatnav .inner {
	margin: 0;
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
}








/* トップイメージ
*****************************************************/
.top_img {
	height: 699px;
	background: url("../_img/online_img_top.png") center top / 2000px no-repeat #eafaff;
	background-color: #fadce6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_img img {
	display: none;
}

@media only screen and (max-width:480px) {	
.top_img {
  height: 86%;
	background: none;
}

.top_img img {
	display: block;
}
}








/* intro
*****************************************************/
.intro {
	padding-top: 80px;
	background: #fffee9;
}

.intro p {
	color: #ff0066;
	font-size: 27px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.15em;
	font-family: 'Noto Sans CJK JP';
}

.intro p:nth-child(2) {
	color: #ff0066;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.15em;
	font-family: 'Noto Sans CJK JP';
}


@media only screen and (max-width:480px) {
.intro {
	padding: 40px 15px 0 15px;
}

.intro p {
	font-size: 15px;
	text-align: center;
	letter-spacing: 0;
}

.intro p:nth-child(2) {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
}

}



/* ヘッダー
*****************************************************/
.form_btn {
	background-color: blue;
	border-radius: 4px;
	vertical-align:middle;
	width: 200px;
	display: block;
}

.form_btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	vertical-align:middle;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

@media only screen and (max-width:480px) {	
.form_btn {
	width: 110px;
	padding: 5px;
}

.form_btn a {
	font-size: 10px;
	height: 30px;
	line-height: 30px
}
}


/* online
*****************************************************/
.online {
	background: #fadce6;
	padding-top: 60px;
	padding-bottom: 70px;
}

.online img.title {
    margin: 30px auto 20px auto;
    width: 800px;
	display: block;
}

.online .acbtn {
	background: #b40464;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
	font-size: 32px;
	color: #424242;
	display: flex;
	align-items: center;
	justify-content: center;
}

.online .acbtn::after {
    content: "＋";
	color: #0099cc;
    position: absolute;
	left: calc(50% + 410px);
	font-size: 52px;
	line-height: 1;
}

.online .acbtn.active::after {
	content: "－";
}

.online .box {
	color: #444444;
	padding-top: 20px;
	padding-bottom: 40px;
}

.online .box > p {
	width: 960px;
	margin: 0 auto;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.online .box dl {
	width: 960px;
	margin: 0 auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 40px 10px 40px;
	background-color: #fff;
	border: 4px solid #b40464;
	border-radius: 20px;
	font-size: 20px;
	justify-content: space-between;
}

.online .box dl dt {
	width: 18%;
	margin-bottom: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #333c7c;
	height: 40px;
}

.online .box dl dd {
	width: 80%;
	margin-bottom: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.online .box dl dd span {
	font-size: 18px;
	display: block;
	line-height: 1.6;
	padding-left: 1em;
	margin: 5px 0;
}

.online .box .tejun {
	font-size: 28px;
	width: 240px;
	height: 60px;
	background: #d464a4;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 0;
	position: relative;
	top: 30px;
}

.online .box ul {
	width: 960px;
	margin: 0 auto 30px auto;
	border-radius: 20px;
	border: 5px solid #d464a4;
	background: #ffffff;
	padding: 40px;
}

.online .box ul li {
	font-size: 22px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.online .box ul li:not(:last-of-type) {
	background: url("../_img/arrow_sankaku_bottom_red.svg") center bottom 10px / 40px no-repeat;
	padding-bottom: 35px;
}

.online .box ul + a {
	color: #ffffff;
	width: 400px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
	background: url("../_img/arrow_right_wh.svg") right 18px center / 12px no-repeat blue;
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
}



@media only screen and (max-width:480px) {
.online {
	padding-top: 10px;
}

.online .acbtn {
	width: 100%;
	height: 50px;
	font-size: 3.125vw;
}

.online .acbtn::after {
	left: auto;
	right: 5px;
	font-size: 5.4166vw;
}

.online .box {
	padding: 20px 15px;
}

.online .box > p {
	font-size: 3.125vw;
	width: auto;
}

.online .box dl {
	width: auto;
	padding: 20px 20px 15px 20px;
	flex-direction: column;
	margin: 0 auto;
}

.online .box dl dt {
 width: 46%;
	max-width:6.5em;
	margin-bottom: 2%;
	font-size: 2.9166vw;
 height: auto !important;
 padding: .5em 0;
	line-height:100%;
}

.online .box dl dd {
	width: 100%;
	margin-bottom: 6%;
	font-size: 2.9166vw;
}

.online .box dl dd span {
	font-size: 2.916vw;
	padding: 0;
}

.online .box .tejun {
	height: 45px;
	font-size: 3.75vw;
	width: 200px;
	line-height: 45px;
}

.online .box ul {
	width: auto;
	padding: 40px 20px 20px 20px;
}

.online .box ul li {
	font-size: 3.125vw;
}

.online .box ul li:not(:last-of-type) {
	background-size: 30px;
}

.online .box ul + a {
	font-size: 3.333vw;
	width: 280px;
	height: 50px;
	background-size: 9px;
}
}





/* Q&A & ACCESS
*****************************************************/
.qanda_access {
	background: url("../_img/dot_bg_gr.svg") center top / 10px #ffffe5;
	padding: 80px 0;
}

.qanda_access dl {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-family: "Helvetica Neue", Helvetica, Arial,
				"游ゴシック体", YuGothic,
				"游ゴシック", "Yu Gothic",
				"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
				"ＭＳ Ｐゴシック",
				sans-serif;
}

.qanda_access dl dt {
	width: 400px;
	font-weight: 700;
}

.qanda_access dl dt:not(:last-of-type) {
	margin-bottom: 20px;
}

.qanda_access dl dt::before {
	content: "Q. ";
	font-family: 'Roboto Condensed', sans-serif;
	color: #0099cc;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.qanda_access dl dd {
	width: 560px;
	font-weight: 700;
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 10px;
}

.qanda_access dl dd:not(:last-of-type) {
	margin-bottom: 20px;
}

.qanda_access dl dd::before {
	content: "A. ";
	font-family: 'Roboto Condensed', sans-serif;
	color: #ff8c69;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.qanda_access dl dd a {
	font-weight: 700;
}

.qanda_access .access_box {
	width: 960px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.qanda_access .access_box .train,
.qanda_access .access_box .car {
	width: 460px;
  padding: 16px 16px 20px 16px;
	background-color: #fff;
  border: 4px solid #ffff00;
  border-radius: 20px;
}

.qanda_access .access_box .train > img {
  margin-bottom: 10px;
}

.qanda_access .access_box .car p.button_border {
	display: flex;
	align-items: center;
  width: 240px;
	height: 40px;
  margin: 0 auto 20px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
  background-image: url("../_img/arrow_bk.svg");
  background-color: #fff;
  border: 1px solid #424242;
}

.qanda_access .access_box .car  p.button_border:hover {
	/* hoverで半透明 */
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.qanda_access .access_box .car  p.button_border a {
  display: block;
  width: 100%;
	padding: 0 20px;
	font-family: 'Noto Sans CJK JP';
	font-weight: 500;
	font-size: 16px;
	color: #424242;
}

.qanda_access .access_box .train .train_map,
.qanda_access .access_box .car .car_map {
  position: relative;
  display: block;
}

.qanda_access .access_box .train .train_map::after,
.qanda_access .access_box .car .car_map::after {
  content: '＋';
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #0099cc;
  line-height: 1.0;
  color: #ffffff;
  font-size: 42px;
  font-family: "Helvetica Neue",Helvetica,Arial, "游ゴシック体",YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.qanda_access .access_box .train .train_map::after {
	bottom: 28px;
}

.qanda_access .access_box .train .train_map:hover,
.qanda_access .access_box .car .car_map:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


@media only screen and (max-width:480px) {
.qanda_access {
	padding: 40px 15px;
}

.qanda_access dl {
	width: auto;
	display: flex;
	flex-wrap: block;
}

.qanda_access dl dt {
	width: 400px;
	font-weight: 700;
}

.qanda_access dl dt:not(:last-of-type) {
	margin-bottom: 5px;
}

.qanda_access dl dd {
	width: auto;
}

.qanda_access .access_box {
	width: auto;
	display: block;
}

.qanda_access .access_box .train,
.qanda_access .access_box .car {
	width: auto;
  margin-bottom: 20px;
}

.qanda_access .access_box .train .train_map::after {
	bottom: 0;
}
}








/* 見出し
*****************************************************/
h2 {
	height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 40px;
	background: url("../_img/midashi_side.svg") left calc(50% - 170px) center / 60px no-repeat,
				url("../_img/midashi_side.svg") right calc(50% - 170px) center / 60px no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media only screen and (max-width:480px) {
h2 {
	height: 35px;
	font-size: 26px;
	background: url("../_img/midashi_side.svg") left calc(50% - 120px) center / 40px no-repeat,
				url("../_img/midashi_side.svg") right calc(50% - 120px) center / 40px no-repeat;
}
}








/* ページ内リンクジャンプ先
*****************************************************/
#timetable,
#new_program,
#program {
	padding-top: 100px;
	margin-top: -100px;
}

@media only screen and (max-width:480px) {
#timetable,
#new_program,
#program {
	padding-top: 60px;
	margin-top: -60px;
}
}







/* ボトムバナー
*****************************************************/
ul.bottom_banner {
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 0 auto;
	padding: 75px 0;
}

@media only screen and ( max-width:480px ) {
ul.bottom_banner {
	flex-direction: column;
	width: 100%;
	padding: 20px 15px 10px 15px;
}

ul.bottom_banner li {
margin-bottom: 15px;
}
}

/* 背景ピンク
*****************************************************/
.pink {
	background-color: #fadce6;
}

@media only screen and ( max-width:480px ) {
.pink {
}
}






/* 公式SNS
*****************************************************/
.sns_official {
	display: flex;
	justify-content: center;
	font-size: 14px;
	height: 120px;
	background-color: whitesmoke;
	padding: 20px 0;
}

.sns_official a {
	display: block;
	width: 360px;
	background-repeat: no-repeat;
	background-position: left 15px top 15px;
	background-size: 55px;
	padding: 12px 0 0 80px;
}

.sns_official a p {
	line-height: 1.4;
}

.sns_official a p span {
	font-weight: bold;
}

.sns_official a p span:nth-child(6) {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.05em;
}

.sns_official .twitter_official {
	background-image: url(../_img/footer_tw.png);
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
}

.sns_official .twitter_official span {
	color: #1da1f2;
}

.sns_official .insta_official {
	background-image: url(../_img/footer_insta.png);
	border-right: 1px dotted #999999;
}

.sns_official .facebook_official span {
	color: #3c5998;
}

@media only screen and ( max-width:480px ) {
.sns_official {
	height: 170px;
}

.sns_official .twitter_official,
.sns_official .facebook_official {
	width: 45%;
	background-position: center top 5px;
	padding: 70px 0 0 0;
	text-align: center;
	letter-spacing: 0.02em;
}
}








/* フッター
*****************************************************/
/* footer {
	height: 180px;
	background-color: #888888;
	padding-top: 20px;
	color: #ffffff;
}

footer .inner {
	display: flex;
	justify-content: space-between;
}

footer .footer_left > a {
	display: block;
	margin-bottom: 15px;
	width: 267px;
	height: 66px;
	text-indent: -9999px;
	background-image: url(../_img/footer_logo.png);
}

footer .footer_left a[href^="tel"] {
	color: #ffffff;
	text-decoration: none;
}

footer .footer_left p {
	font-size: 14px;
	line-height: 28px;
}

footer .footer_right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

footer .footer_right .footer_sns {
	line-height: 52px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

footer .footer_right .footer_sns span {
	font-size: 18px;
	font-weight: bold;
}

footer .footer_right .footer_sns a {
	display: block;
	margin-left: 20px;
}

footer .footer_right ul {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

footer .footer_right li:first-child {
	margin-right: 20px;
}

footer .footer_right li a {
	color: #ffffff;
}

footer .footer_right .copy {
	font-size: 14px;
}

@media only screen and ( max-width:480px ) {
footer {
	padding: 0;
	height: 355px;
}

footer .inner {
	display: block;
}
	
footer .footer_left {
	position: relative;
	top: 150px;
}

footer .footer_left > a {
	display: block;
	margin: 0 auto 15px auto;
	width: 221px;
	height: calc(115px / 2);
	text-indent: -9999px;
	background-image: url(../_img/footer_logo_sp.png);
	background-size: 100%;
}

footer .footer_left p {
	text-align: center;
}

footer .footer_right {	
	position: relative;
	top: -59px;
}

footer .footer_right .footer_sns {
	justify-content: center;
}

footer .footer_right .footer_sns .share {
	position: absolute;
	top: -50px;
}

footer .footer_right .footer_sns script + a {
	margin-left: 0;
}

footer .footer_right ul {
	display: none;
}

footer .footer_right .copy {
	line-height: 1.3;
	position: relative;
	top: 170px;
	text-align: center;
}
} */


/* =====================================================================================
2025.03.28 CUSTOM
===================================================================================== */
.fs15 {font-size:15px !important;}


@media only screen and (max-width:480px) {
.fs15 {font-size:3.125vw !important;}
}

