@charset "utf-8";

.main_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.main_img {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}

.sc_box {
	width: 100px;
}

.areatop{
	position: relative;
}
.box04{
	position: absolute;
	z-index: 1;
	text-align: right;
	top: 15%;
	right: 8%;
	color: #333;
	opacity: 0.9;
}
.box0401{
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 60px;
}
.box0402{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5;
}
.scroll_txt {
	position: absolute;
	top: -webkit-calc(100vh - 350px);
	top: calc(100vh - 350px);
	right: 39px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: 20px;
	height: 80px;
	-webkit-animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	color: #70879c;
}

.sub_txt{
	font-size: 1.8rem;
}
.sub_txt:last-of-type{
	margin-bottom: 30px;
}
.dailycourse{
	color: #70879c;
	font-weight: bold;
	margin-right: 20px;
}
.scroll_bar_clip {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 255px;
	top: -webkit-calc(100vh - 255px);
	top: calc(100vh - 255px);
	right: 50px;
	background-color:#70879c;
}

.pindex_scroll_bar {
	position: absolute;
	width: 1px;
	height: 255px;
	top: -255px;
	right: 0;
	background-color: #70879c;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
}
.area_location{
	display: flex;
	justify-content: center;
	align-items: baseline;
	
}
.area_location table{
	width: 45%;
	line-height: 2;
	margin-bottom: 20px;
	white-space:nowrap;
}
.table_right{
	margin-right: 30px;
}
.area_location caption{
	margin-bottom: 10px;
	padding-left:20px;
	text-align: left;
	background-color:#1f1e63;
	color: #fff;
	font-family:montserrat;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.7rem;
}
.fas{
	padding-right: 10px;
}
.area_location th{
	display: flex;
	align-items: center;
}
.area_location th::after{
	border-top: 2px dotted;
	content: "";
	flex-grow: 1;
}
.area_location th::after{
	margin-left: 1rem;
}
.area_location td{
	text-align: right;
	width: 30%;
}
.ib{
	display: inline-block;
}

.loc_map01{
	width: 95%;
    margin: 0 auto 120px;
}

@keyframes scroll-text {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40%, 50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 510px, 0);
		transform: translate3d(0, 510px, 0)
	}
}

@keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 510px, 0);
		transform: translate3d(0, 510px, 0)
	}
}

.c01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c01:nth-of-type(3){
	flex-flow: row-reverse;
}

.c01 .box {
	width: 48.5%;
	padding: 20px;
	border: dotted 2px #92aab7;
}

.c01 .box .boxex .feco {
	width: 5px;
	margin-right: 10px;
	background-color: #70879c;
}

.c01 .box .boxex .titl {
	font-size: 1.6rem;
	font-weight: bold;
}

.c01 .box .boxex .titl span{
    font-size: 2.2rem;
}

.c01 .box .titl {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.c01 .box .cap {
	margin-top: 60px;
	font-size: 1.0rem;
}

.c01 .box .cap02 {
	font-size: 1.0rem;
}

.h_ct {
	margin-top: 35px;
}

.c02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c02 .box {
	width: 23%;
	margin-top: 30px;
}

.c02 .box .ani_img {
	margin-bottom: 5px;
}

.c03 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c03 .box01 {
	width: 48.5%;
}

.c03 .box01 .box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c03 .box01 .sub_titl_p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.4em;
}

.c03 .box01 .box02 .deco {
	width: 5px;
	margin-right: 10px;
	background-color: #70879c;
}

.c03 .box01 .box02 .titl {
	font-size: 1.6rem;
	font-weight: bold;
}

.c03 .box01 .box02 .titl span {
	font-size: 2.2rem;
}

.c03 .box01 .txt {
	margin: 20px auto 30px auto;
}

.c03 .box01 .cap {
	margin-bottom: 160px;
	font-size: 1.0rem;
}



.c04 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.c04 .box {
	width: 24%;
	margin-bottom: 20px;
}

.c04 .box .f_b{
        font-size: 1.6rem;
}

.c04 .box .titl{
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
}

.kinshicho_text{
	font-size: 2.4rem;
    font-weight: bold;
	line-height: 1.2;
}

.c04 .box .ani_img{
	margin-bottom: 5px;
}
.c05{
	padding: 30px;
	display: flex;
	align-items:center;
	justify-content: space-around;
	flex-wrap: wrap;
	background-color: #eee;
}
.box02{
	width: 60%;
}
.box03{
	padding: 20px;
	width: 40%;
}

.box03 p{
	margin-bottom: 10px;
}
.box03 p:first-of-type{
	font-weight: bold;
	font-size: 1.5rem;
	padding-bottom: 10px;
	border-bottom: solid #ccc 2px;
}
.box03 p:last-of-type{
	text-align: center;
	padding: 5px;
	background-color: #BD1316;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c06 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.c06 .box {
	width: 30%;
	margin-bottom: 60px;
}

.c06 .box .titl{
    width: 100%;
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
}

.c06 .box .ani_img{
	margin-bottom: 5px;
}

@media screen and (max-width:1200px) {
	.c01 .box .cap {
		margin-top: 20px;
	}

	.h_ct {
		margin-top: 20px;
	}

	.c03 .box01 .cap {
		margin-bottom: 20px;
	}
	.area_location{
		letter-spacing: 0;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 768px) {
	.main_img {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}

	.sc_box {
		width: 50px;
	}
	.box04{
		position: static;
		padding: 20px;
	}
	.box0401{
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 30px;
}
	.box0402{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2;
	text-align: left;
}
	.scroll_txt {
		top: -webkit-calc(100vh - 580px);
		top: calc(100vh - 580px);
		right: 15px;
	}

	.scroll_bar_clip {
		right: 25px;
		height: 150px;
		top:calc(100vh - 500px);
	}
	

	.loc_btn01, .loc_btn02 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.c01 .box {
		width: 100%;
	}

	.c01 .box .titl {
		font-size: 1.4rem;
	}

	.c01 .box .txt {
		margin-bottom: 20px;
	}

	.c02 .box {
		width: 48.5%;
	}

	.h_ct {
		margin-bottom: 20px;
	}

	.c03 .box01 {
		width: 100%;
	}

	.c03 .box01 .box02 .titl {
		font-size: 1.4rem;
	}

	.c03 .box01 .box02 .titl span {
		font-size: 1.8rem;
	}
	.area_location{
	display: block;
	}
	.area_location table{
	width: 100%;
	}
	.area_span{
	display: block;
	padding: 0;
	}
	.c01:nth-of-type(3){
	display: block;
}
	.slider_wrap {
		padding: 10px;
	}
	.c04,.c05{
		display: block;
	}
    .c04 .box {
	    width: 100%;
    }
    
    .c04 .box .titl{
        font-size: 1.4rem;
    }

	.c04 section {
		background-size: cover;
	}
	.box02,.box03{
		width: 100%;
	}
	.c05 p{
		text-align: center;
	}
	.loc_map01{
	width: 100%;
	margin-bottom: 30px;
	}
	.loc_btn01, .loc_btn02 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.gm_btns {
		width: 100%;
		margin-bottom: 0px;
	}

	.gm_btns li {
		width: 49%;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.iframe-content {
		height: 550px;
	}

	.gmap_wrap {
		height: 550px;
	}
}
