	.l-container--1080{
		width: 100%;
	}
	.acc_tit{
		font-size: 2.75rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.acc_dest{
		text-align: center;
		font-style: italic;
		font-weight: bold;
		font-size: 1.125rem;
		margin-bottom: 30px;
	}
	.acc_sect{
		width: calc(50% - 20px);
	}
	.flex_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 80px;
	}
	.flex_wrap div{
		text-align: center;
	}
	.acc_thum{
		height: auto;
	}
	.img_wrap{
		position: relative;
		margin-top: 20px;
	}
	.img_wrap p{
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 11px 19px 12px 14px;
		line-height: 1;
		background: rgba(0, 0, 0, 0.4);
		color: #ffffff;
	}

	.book_btn {
		font-size: 14px;
		font-size: 0.875rem;
		transition: 0.5s;
		width: 180px;
		padding: 12px 0;
		border-radius: 19px;
		background: #ffa500;
		color: #ffffff;
		font-weight: 600;
		line-height: 1;
		text-align: center;
		display: block;
		margin: 30px auto 0 auto;
		cursor: pointer;
	}
	.book_btn:hover {
		 background: #ff7200 !important;
		 border-color: #ff7200 !important;
	}
		@media (max-width: 767px){
			.book_btn{
				font-size: 13px;
				font-size: 3.4666666667vw;
				width: 37.3333333333vw;
				padding: 2.8vw 0 2.9333333333vw;
				border-radius: 9.3333333333vw;
			}

	}
	@media (max-width: 767px){
		.acc_sect{
			width: 100%;
		}
		.acc_sect:first-child{
			margin-bottom: 15vw;
		}
		.flex_wrap{
			margin-bottom: 10vw;
		}
		.acc_tit{
			font-size: 8vw;
		}
		.acc_dest{
			font-size: 3.4666666667vw;
		}
	}
    .mod__seedo-train {
        padding: 20px 0!important;
    }

