@charset "utf-8";

/**
 *
 * 学びのステップ: エレガント スクール トリップ
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
.course_kv{
	height:378px;
	padding-top:62px;
	text-align:center;
	background:url(../images/kv_bg_pc.jpg) repeat-x center;
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_breadcrumb {
		padding-bottom: 15px;
	}

	.left,
	.right{
		float: initial;
	}
	.course_cont{
		padding: 15px 0 25px;
	}

	.course_kv{
		height:auto;
		padding-top:0;
		background:none;
	}
	.course_kv img{
		width:100%;
		height:auto;
		display:block;
		position:static;
		left:inherit;
		right:inherit;
		top:inherit;
		bottom:inherit;
	}

}

.inner_base{
	/*overflow: hidden;*/
}


/*--------------------------------------------------------------------------
	common
---------------------------------------------------------------------------*/
.course .page-inner{
	position:relative;
	/*overflow:hidden;*/
	margin-top:60px;
	background-size:519px auto;
}

.course .page-inner .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner .btn{
	position: relative;
	margin-top:40px;
}
.course .page-inner .btn > img{
	width:419px;
	height:auto;
}
.course .page-inner .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont{
	padding-bottom:20px;
}
.course .cont .note{
	margin-top:25px;
	font-size:12px;
}

.course .cont .germany .note {
	text-align: right;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner{
		margin-top:40px;
		background:none;
	}
	.course .page-inner .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner .img{
		max-width:335px;
		margin:15px auto 0;
	}
	.course .page-inner .img img{
		width:100% !important;
		height:auto !important;
		height:auto;
	}
	.course .page-inner .btn{
		margin-top:20px;
		text-align:center;
	}
	.course .page-inner .btn img{
		width:335px;
		height:auto;
	}
	.course .cont{
		padding-bottom: 0;
	}
	.course .cont .note{
		margin-top:20px;
		font-size:10px;
	}
}


/*--------------------------------------------------------------------------
	sec01
---------------------------------------------------------------------------*/
.sec01{
	position: relative;
	padding: 60px 0 0;
	background:url(../images/bg01.png);
}
.sec01.pb30{
	padding-bottom:30px;
}
.sec01 h2{
	text-align:center;
	margin-bottom:30px;
}
.sec01 .cont h3.course{
	text-align:center;
	margin:30px 0;
}
.last{padding-bottom:60px;}
.sec01 .sec-deco {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -480px;
}
.sec01 .bnr-performance {
  margin: 25px 0 30px;
  text-align: center;
}

.sec01 .bnr-performance a:hover {
  opacity: 0.8;
}

/* @SP */
@media all and (max-width: 767px){
	.sec01{
		background-size:6px;
		padding: 24px 0 20px;
	}

  .sec01 .bnr-performance {
    margin: 15px -6px 10px;
  }

  .sec01 .bnr-performance img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
	timeline
---------------------------------------------------------------------------*/
.timeline{
	position:relative;
	background:url(../images/bg05.png);
	border-top:3px solid #fe7cab;
	background-size: 100%;
	padding: 70px 0 90px;
}
.timeline .inner_base {
	position: relative;
}
.timeline h2{
	text-align: center;
	margin-bottom: 20px;
}
.timeline .h-lead{
	text-align: center;
	margin-bottom: 60px;
}
.timeline .ico01{
	position: absolute;
	right: 118px;
	top: -25px;
}
.timeline .ico02{
	position: absolute;
	left: 9px;
	top: 54px;
}
.timeline .ico03{
	position: absolute;
	right: 35px;
	top: 152px;
}
.course .timeline .bnr__item {
	margin-bottom: 40px!important;
}

.timeline__archive {
	position: relative;
	margin-top: 40px;
	text-align: center;
}

.timeline__archive .hdg {
	margin-bottom: 40px;
}

.timeline__archive .ico04,
.timeline__archive .ico05,
.timeline__archive .ico06,
.timeline__archive .ico07 {
	position: absolute;
}

.timeline__archive .ico04 {
	top: -51px;
	left: 151px;
}

.timeline__archive .ico05 {
	top: -8px;
	right: 208px;
}

.timeline__archive .ico06 {
	bottom: -25px;
	left: 141px;
}

.timeline__archive .ico07 {
	bottom: -10px;
	right: 181px;
}

.timeline__archive .button {
	position: relative;
	display: inline-block;
}

.timeline__archive .button a {
	display: block;
	-webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.timeline__archive .button a:hover {
	opacity: 0.7;
}

.timeline__archive .button .deco01,
.timeline__archive .button .deco02 {
	position: absolute;
}

.timeline__archive .button .deco01 {
	top: -4px;
	right: 81px;
}

.timeline__archive .button .deco02 {
	top: 18px;
	left: -19px;
}

/* @SP */
@media all and (max-width: 767px){
	.timeline{
		padding: 30px 0;
	}
	.timeline .inner_base {
		position: relative;
	}
	.timeline h2{
		text-align: center;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.timeline .h-lead{
		text-align: center;
		margin-bottom: 20px;
	}
	.timeline .ico01{
		position: absolute;
		right: -41px;
    	top: -50px;
		transform: scale(.5);
	}
	.timeline .ico02{
		position: absolute;
		left: -1px;
    	top: -55px;
		transform: scale(.5);
	}
	.timeline .ico03{
		position: absolute;
		right: -33px;
		top: 33px;
		transform: scale(.5);
	}
	.timeline .ico04{
		position: absolute;
		left: 24px;
   		top: 104px;
		transform: scale(.5);
	}
	.course .timeline .bnr__item {
		margin-bottom: 15px!important;
	}

	.timeline__archive {
		margin-top: 20px;
	}

	.timeline__archive .hdg {
		margin-bottom: 20px;
	}

	.timeline__archive .hdg img {
		width: 233px;
		height: auto;
	}

	.timeline__archive .ico04 {
		top: -31px;
		left: auto;
		right: 50%;
		margin-right: 122px;
		transform: none;
	}
	.timeline__archive .ico04 img {
		max-width: inherit;
		width: 55px;
		height: auto;
	}

	.timeline__archive .ico05 {
		top: -1px;
		right: auto;
		left: 50%;
		margin-left: 129px;
	}
	.timeline__archive .ico05 img {
		max-width: inherit;
		width: 31px;
		height: auto;
	}

	.timeline__archive .button .deco01 {
		top: -4px;
		right: 17.44%;
		width: 10.8%;
	}

	.timeline__archive .button .deco02 {
		top: 7px;
		left: -3.56%;
		width: 27%;
	}
}

/*--------------------------------------------------------------------------
	sec02
---------------------------------------------------------------------------*/
.sec02{
	position:relative;
	padding-top:56px;
	background:url(../images/bg03.png);
	border-top:3px solid #fe7cab;
}
.sec02d{
	position:relative;
	padding-top:0;
	background:url(../images/bg03.png);
	border-top:3px solid #fe7cab;
}
.sec02 .label, .sec02d .label{
	position:absolute;
	top: 70px;
	left:50%;
	margin-left:-126px;
}
.sec02 .label img, .sec02d .label img{
	width:252px;
	height:auto;
}
.sec02 h2{
	text-align:center;
}
.sec02d h2{
	text-align:center;
	margin-bottom:20px;
}
/*.sec02 h2 img, .sec02d h2 img{
	width:750px;
	height:auto;
}*/

.sec02 .deco01_plane{
	position: absolute;
	right: 86px;
	top: 51px;
}
/* @SP */
@media all and (max-width: 767px){
	.sec02 .deco01_plane{
		position: absolute;
		right: 4px;
    	top: 3px;
		transform: scale(.7);
	}
}

.sec02 .h-lead, .sec02d .h-lead{
	margin-top:20px;
	text-align:center;
}
.sec02 .popup {
	margin: 40px 0 0 0;
}
.sec02 .popup li.pop{
	display: inline-block;
}
.sec02 .popup li.pop02{
	float: right;
}
.sec02 .list-btn, .sec02 .list-btn02{
	margin-top:50px;
	text-align:center;
}
.sec02 .list-btn-nav{
	margin-top:30px;
	text-align:center;
}
.sec02 .list-btn li{
	display:inline-block;
	margin:0 40px 0 0;
	position: relative;
}
.sec02 .list-btn02 li{
	position: relative;
}
.sec02 .list-btn02 li .bnr-deco01{
	position: absolute;
	left: -11px;
	top: 70px;
}
.list-btn02 li .bnr-deco02{
	position: absolute;
	left: 3px;
	top: -34px;
}
.list-btn02 li .bnr-deco03{
	position: absolute;
	right: 47px;
	top: -15px;
}
.list-btn02 li .bnr-deco04{
	position: absolute;
	left: 3px;
	top: -10px;
}
.sec02 .list-btn02 li .bnr-deco2_01{
	position: absolute;
	right: 72px;
	top: -6px;
}
.sec02 .list-btn02 li .bnr-deco2_02{
	position: absolute;
	left: 11px;
	top: -10px;
}
.sec01 .list-btn03 li .bnr-deco2_01{
	position: absolute;
	right: 72px;
	top: -6px;
}
.sec01 .list-btn03 li .bnr-deco2_02{
	position: absolute;
	left: 11px;
	top: -10px;
}
.sec02 .list-btn02 li.okinawa-bnr{
	margin-bottom: 40px;
}
.sec01 .list-btn03 li.hawaii-bnr{
	margin-bottom: 40px;
}

.sec02 .list-btn li:last-child {
	margin: 0;
}
.sec02 .list-btn a{
	display:block;
	width:290px;
	padding:13px 0;
	color:#FFF;
	background:#00aeba;
	font-weight:bold;
	font-size:15px;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
}

.sec02 .list-btn .anchor01 {
	background: #fe7cab;
}
.sec02 .list-btn .anchor01 .deco01 {
	top: -30px;
	left: -4px;
}
.sec02 .list-btn li:first-child a{
	background:#fe7cab;
}
.sec02 .list-btn li:last-child a{
	background:#fd8c47;
}
.sec02 .list-btn a span, .sec02d .list-btn a span{
	width: 100%;
	display: inline-block;
	background: url(/shared/images/ico_arw15.png) no-repeat right 20px center;
	background-size: 15px 11px;
}

.sec02 .list-btn li .deco01 {
	position: absolute;
	right: auto;
	left: 30px;
	top: -6px;
}
.sec02 .list-btn li:first-child .deco01 {
	position: absolute;
	right: auto;
	left: 27px;
	top: -14px;
}
.sec02 .list-btn li:last-child .deco01 {
	position: absolute;
	right: auto;
	left: 35px;
	top: -23px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec02 .list-btn02 li .bnr-deco01{
		position: absolute;
		left: -11px;
		top: 48px;
		transform: scale(.7);
		z-index: 10;
	}
	.sec02 .list-btn02 li .bnr-deco02{
		position: absolute;
		left: -10px;
		top: -26px;
		transform: scale(.7);
	}
	.sec02 .list-btn02 li .bnr-deco03{
		position: absolute;
		right: 17px;
		top: -29px;
		transform: scale(.6);
	}
	.sec02 .list-btn02 li .bnr-deco2_01{
		position: absolute;
		right: 52px;
		top: -6px;
		transform: scale(.7);
	}
	.sec02 .list-btn02 li .bnr-deco2_02{
		position: absolute;
		left: -6px;
		top: -20px;
		transform: scale(.7);
	}
	.sec01 .list-btn03 li .bnr-deco2_01{
		position: absolute;
		right: 72px;
		top: -6px;
		transform: scale(.7);
	}
	.sec01 .list-btn03 li .bnr-deco2_02{
		position: absolute;
		left: -8px;
		top: -20px;
		transform: scale(.7);
	}
	.sec02 .list-btn02 li.okinawa-bnr{
		margin-bottom: 15px;
	}
	.sec01 .list-btn03 li.hawaii-bnr{
		margin-bottom: 15px;
	}

	.sec02 .list-btn li:last-child {
		margin: 0;
	}
}


/* cont01
---------------------------*/
.sec02 .cont01{
	overflow: hidden;
	position:relative;
	z-index: 0;
	margin-top:60px;
	padding:138px 0 30px;
	background:url(../images/bg02.png);
		border-bottom:1px dashed #fe7cab;
}

.sec02d .cont01{
	overflow: hidden;
	position:relative;
	padding:30px 20px;
	background:url(../images/bg02.png);
		border-bottom:1px dashed #fe7cab;
}

.sec02 .cont01:before,
.sec02 .cont01:after,
.sec02 .cont01_inner:before,
.sec02 .cont01_inner:after,
.sec02d .cont01:before,
.sec02d .cont01:after,
.sec02d .cont01_inner:before,
.sec02d .cont01_inner:after{
	content: "";
	display: block;
	position: absolute;
}
.sec02 .cont01:before,
.sec02d .cont01:before{
	left: 10px;
	top: 10px;
	background:url(../images/sec02_cont01_obj02.png) no-repeat;
	width: 174px;
	height: 172px;
}
.sec02 .cont01:after{
	right: -80px;
	top: -52px;
	background:url(../images/sec02_cont01_obj01.png) no-repeat;
	width: 242px;
	height: 246px;
}
/*.sec02 .cont01_inner:before{
	left: 0;
	bottom: 0;
	background:url(../images/sec02_cont01_obj04.png) no-repeat;
	width: 330px;
	height: 176px;
}*/
.sec02 .cont01_inner:after, .sec02d .cont01_inner:after{
	right: 10px;
	bottom: 10px;
	background:url(../images/sec02_cont01_obj05.png) no-repeat;
	width: 174px;
	height: 172px;
}
.sec02 .cont01 h3, .sec02d .cont01 h3, .sec02d .cont02 h3{
	position: relative;
	text-align:center;
	margin:30px 0;
}

.sec02 .cont01 h3 .ttl_obj, .sec02d .cont01 h3 .ttl_obj{
	position: absolute;
	top: -98px;
	left: -5px;
}
.sec02 .cont01 .page-inner .box-txt, .sec02d .cont01 .page-inner .box-txt{
	float:right;
	width:412px;
}
.sec02 .cont01 .page-inner .lead + .lead, .sec02d .cont01 .page-inner .lead + .lead{
	margin-top: 40px;
}
.sec02 .cont01 .page-inner .btn, .sec02d .cont01 .page-inner .btn{
	position: relative;
	margin-top: 50px;
}
.sec02 .cont01 .deco, .sec02d .cont01 .deco{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-60px;
}
.sec02 .cont01 .lead-img {
	margin: 25px -8px 0 -10px;
}

.sec02 .cont01 .germany-deco {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -480px;
	z-index: -1;
}


/* @SP */
@media all and (max-width: 767px){
	.sec02 .cont01{
		overflow: hidden;
		position:relative;
		margin-top:30px;
		padding:70px 0 30px;
		background:url(../images/bg02.png);
			border-bottom:1px dashed #fe7cab;
	}
	.sec02 .cont01 .lead-img {
		margin: 30px 0 3px;
	}
	.sec02 .cont01 .germany-deco {
		position: static;
		margin: 0 auto;
		max-width: 320px;
	}
	.sec02 .cont01 .germany-deco img {
		max-width: 100%;
		height: auto;
		padding: 30px 0 0 0;
	}

	.sec02 .cont01 .bnr-wrap {
		margin-top: 0 !important;
	}

	.sec02 .cont01 .bnr-wrap .bnr {
		float: none;
	}

	.sec02 .cont01 .page-inner,
	.sec02 .cont01 .page-inner .note {
		margin-top: 5px;
	}
}


/* cont02
---------------------------*/
.sec02 .cont02{
	position:relative;
	overflow:hidden;
	padding-top: 170px;
	padding-bottom: 0;
	background:url(../images/bg04.png);
	border-bottom:none;
}
.sec02d .cont02{
	position:relative;
	overflow:hidden;
	padding-top:30px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 30px;
	background:url(../images/bg04.png);
	border-bottom:none;
}
.sec02 .cont02:before,
.sec02 .cont02:after{
	content: "";
	display: block;
	position: absolute;
}
.sec02 .cont02:before{
	left: 50%;
	top: 80px;
	background:url(../images/sec02_cont02_obj02.png) no-repeat;
	margin-left: -500px;
	width: 130px;
	height: 102px;
}
.sec02 .cont02:after{
	right: 0px;
	top: 0px;
	background:url(../images/sec02_cont02_obj01.png) no-repeat;
	width: 204px;
	height: 194px;
}
/*.sec02 .cont02 .page-inner{
	position: relative;
	background:url(../images/sec02_cont02_img01.png) no-repeat 100% 0;
	background-size:485px auto;
}*/
.sec02 .cont02 .page-inner .box-txt{
	width:420px;
}
.sec02 .cont02 .page-inner .btn .obj{
	left: 4px;
	top: 35px;
}
/*.sec02 .cont02 .note{
	position: absolute;
	right: 50%;
	bottom: 135px;
	margin-right: -260px;
	font-size: 12px;
}*/
.sec02 .cont02 .deco{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:350px;
	pointer-events: none;
}
.sec02 .cont02 .deco img{
	width:191px;
	height:auto;
}
.sec02 .cont02 .sec-deco{
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -422px;
}
.sec02 .cont02 .sec-deco--02{
	position: absolute;
	bottom: 22px;
	right: 50%;
	margin-right: -500px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec02{
		padding-top:40px;
		background-size:9px;
	}
	.sec02 .label{
		top:40px;
		margin-left:-94px;
	}
	.sec02 .label img{
		width:188px;
		height:auto;
	}
	.sec02 h2 img{
		max-width:375px;
		width:100%;
		height:auto;
	}
	.sec02 .list-btn li{
		display:block;
		margin:0 0 15px 0;
	}
	.sec02 .list-btn li:first-child{
		margin-bottom:15px;
	}
	.sec02 .list-btn a{
		display:block;
		width:auto;
		padding:11px 0;
	}
	.sec02 .list-btn .anchor01 .deco01 {
		right: 50%;
		margin-right: 60px;
	}

	.sec02 .list-btn .anchor01 .deco01 img {
		max-width: inherit;
	}

	/* cont
	---------------------------*/
	.sec02 .cont{
	}
	.sec02 .cont02{
		margin-top:0;
		padding: 36px 0 20px;
	}
	.sec02 .cont .page-inner{
		background:none;
	}
	.cont .note{
		text-align: right;
	}
	.sec02 .cont .page-inner .box-txt{
		float:none;
		width:auto;
		padding-top: 20px;
	}
	.sec02 .cont h3{
		text-align:center;
	}
	.sec02 .cont h4{
		text-align: center;
	}
	.sec02 .cont h4 img{
		/*max-width:303px;*/
		width:100%;
		height:auto;
	}
	.sec02 .cont01:before{
		left: 5px;
		top: 5px;
		-webkit-background-size: 87px 86px;
		background-size: 87px 86px;
		width: 87px;
		height: 86px;
	}
	.sec02 .cont01:after{
    right: -70px;
    top: -59px;
		background:url(../images/sec02_cont01_obj01.png) no-repeat;
		-webkit-background-size: 121px 123px;
		background-size: 121px 123px;
		width: 121px;
		height: 123px;
		z-index: 0;
	}
	.sec02 .cont01_inner:before{
		left: 0;
		bottom: 0;
		background:url(../images/sec02_cont01_obj04.png) no-repeat;
		-webkit-background-size: 165px 88px;
		background-size: 165px 88px;
		width: 165px;
		height: 88px;
	}
	.sec02 .cont01_inner:after{
		right: 5px;
		bottom: 5px;
		background:url(../images/sec02_cont01_obj05.png) no-repeat;
		-webkit-background-size: 87px 86px;
		background-size: 87px 86px;
		width: 87px;
		height: 86px;
	}
	.sec02 .cont01 h3 .ttl_obj{
		top: auto;
		left: -3px;
		bottom: -24px;
		transform: rotate(-45deg);
	}
	.sec02 .cont01 h3 .ttl_obj img{
		width: 49px;
		height: auto;
	}
	.sec02 .cont01 .page-inner .lead + .lead{
		margin-top: 0;
	}
	.sec02 .cont01 .page-inner .btn{
		margin-top: 20px;
	}
	.sec02 .cont01 .page-inner .btn .obj{
		width: 114px;
		height: auto;
		left: 50%;
		top: 20px;
		margin-left: -170px;
	}
	.sec02 .cont01 .deco{
		margin-left:-30px;
	}
	.sec02 .cont01 .deco img{
		width:60px;
		height:auto;
	}
	.sec02 .cont02:before{
		left: 45%;
	  top: 15px;
		background:url(../images/sec02_cont02_obj02.png) no-repeat;
		-webkit-background-size: 65px 51px;
		background-size: 65px 51px;
    margin-left: -180px;
		width: 65px;
		height: 51px;
	}
	.sec02 .cont02:after{
		right: 0px;
		top: 0px;
		background:url(../images/sec02_cont02_obj01.png) no-repeat;
		-webkit-background-size: 80px 76px;
		background-size: 80px 76px;
		width: 80px;
		height: 76px;
	}
	.sec02 .cont02 .page-inner .box-txt{
		padding-top: 20px;
	}
	.sec02 .cont02 .page-inner .img.is_sp{
		margin-top: 0;
	}
	.sec02 .cont02 .deco{
		bottom: 354px;
		left: 50%;
		margin-left: 5px;
	}
	.sec02 .cont02 .deco img{
		width:129px;
		height:auto;
	}
	.sec02 .cont02 .page-inner .btn{
		margin-top: 0;
	}
	.sec02 .cont02 .page-inner .btn .obj{
		left: 50%;
		top: 85px;
		width: 60px;
		height: auto;
		margin-left: -170px;
	}
	#Cont02 .list-btn02 {
		margin-top: 0;
	}
	.sec02 .cont02 .lead-img {
		position: relative;
		margin: 0 -20px;
	}
	.sec02 .cont02 .lead-img img {
		max-width: 375px;
		width: 100%;
		height: auto;
	}
	.sec02 .cont02 .lead-img-deco {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.sp_cl{clear: both;}
}
/* @SP */
@media all and (max-width: 767px){
	.sec02 .cont01 .page-inner .btn .obj{
		top: 10px;
		margin-left: -140px;
	}
	.sec02 .cont02 .page-inner .btn .obj{
		top: 55px;
		margin-left: -140px;
	}
	.praha_btn {
		margin-top: 15px!important;
	}
}




/*--------------------------------------------------------------------------
	20161212common
---------------------------------------------------------------------------*/
.course .page-inner2{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	background:url(../images/sec01a_img02.png) no-repeat 100% 0;
	background-size:479px auto;
}
.course .page-inner2 .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner2 .btn{
	position: relative;
}
.course .page-inner2 .btn > img{
	width:479px;
	height:auto;
}
.course .page-inner2 .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont2{
	padding-bottom:0;
}
.course .cont2 .note{
	text-align:right;
	margin-top:40px;
	font-size:12px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner2{
		margin-top:20px;
		background:none;
	}
	.course .page-inner2 .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner2 .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner2 .img{
		max-width:100%;
		margin:15px auto 0;
	}
	.course .page-inner2 .img img{
		width:100% !important;
		height:auto !important;
	}
	.course .page-inner2 .btn{
		text-align:center;
	}
	.course .page-inner2 .btn img{
		width:100%;
		height:auto;
	}
	.course .cont2{
		padding-bottom:50px;
	}
	.course .cont2 .note{
		margin-top:20px;
		font-size:10px;
	}
	.okinawa_base {
		padding-top: 70px;
	}
}

/*--------------------------------------------------------------------------
	20161212common
---------------------------------------------------------------------------*/
.course .page-inner3{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	background:url(../images/sec01a_img05.png) no-repeat 100% 0;
	background-size:479px auto;
}
.course .page-inner3 .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner3 .btn{
	position: relative;
}
.course .page-inner3 .btn > img{
	width:479px;
	height:auto;
}
.course .page-inner3 .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont3{
}
.course .cont3 .note{
	text-align:right;
	margin-top:40px;
	font-size:12px;
}
.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner3{
		margin-top:20px;
		background:none;
	}
	.course .page-inner3 .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner3 .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner3 .img{
		max-width:100%;
		margin:15px auto 0;
	}
	.course .page-inner3 .img img{
		width:100% !important;
		height:auto !important;
	}
	.course .page-inner3 .btn{
		text-align:center;
	}
	.course .page-inner3 .btn img{
		width:100%;
		height:auto;
	}
	.course .cont3{
		padding-bottom:10px;
	}
	.course .cont3 .note{
		margin-top:20px;
		font-size:10px;
	}
	.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}
.sec01 .list-btn a{
	display:block;
	width:100%;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
}
}

/*--------------------------------------------------------------------------
	20161212common
---------------------------------------------------------------------------*/
.course .page-inner4{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	background:url(../images/sec02_img02.png) no-repeat 100% 0;
	background-size:460px auto;
}
.course .page-inner4 .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner4 .btn{
	position: relative;
}
.course .page-inner4 .btn > img{
	width:460px;
	height:auto;
}
.course .page-inner4 .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont4{
}
.course .cont4 .note{
	text-align:right;
	margin-top:40px;
	font-size:12px;
}
.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner4{
		margin-top:20px;
		background:none;
	}
	.course .page-inner4 .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner4 .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner4 .img{
		max-width:100%;
		margin:15px auto 0;
	}
	.course .page-inner4 .img img{
		width:100% !important;
		height:auto !important;
	}
	.course .page-inner4 .btn{
		text-align:center;
	}
	.course .page-inner4 .btn img{
		width:100%;
		height:auto;
	}
	.course .cont4{
		padding-bottom:10px;
	}
	.course .cont4 .note{
		margin-top:20px;
		font-size:10px;
	}
	.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}
.sec01 .list-btn a{
	display:block;
	width:100%;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
}
}
/*--------------------------------------------------------------------------
	20161212common
---------------------------------------------------------------------------*/
.course .page-inner5{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	background:url(../images/sec02_img04.png) no-repeat 100% 0;
	background-size:460px auto;
}
.course .page-inner5 .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner5 .btn{
	position: relative;
}
.course .page-inner5 .btn > img{
	width:460px;
	height:auto;
}
.course .page-inner5 .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont5{
}
.course .cont5 .note{
	text-align:right;
	margin-top:40px;
	font-size:12px;
}
.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner5{
		margin-top:20px;
		background:none;
	}
	.course .page-inner5 .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner5 .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner5 .img{
		max-width:100%;
		margin:15px auto 0;
	}
	.course .page-inner5 .img img{
		width:100% !important;
		height:auto !important;
	}
	.course .page-inner5 .btn{
		text-align:center;
	}
	.course .page-inner5 .btn img{
		width:100%;
		height:auto;
	}
	.course .cont5{
		padding-bottom:10px;
	}
	.course .cont5 .note{
		margin-top:20px;
		font-size:10px;
	}
	.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}
.sec01 .list-btn a{
	display:block;
	width:100%;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
}
}
/*--------------------------------------------------------------------------
	20161212common
---------------------------------------------------------------------------*/
.course .page-inner6{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	background:url(../images/sec03_img02.png) no-repeat 100% 0;
	background-size:460px auto;
}
.course .page-inner6 .lead{
	width:419px;
	margin-top:30px;
}
.course .page-inner6 .btn{
	position: relative;
}
.course .page-inner6 .btn > img{
	width:460px;
	height:auto;
}
.course .page-inner6 .btn .obj{
	position: absolute;
	left: -36px;
	top: -5px;
}
.course .cont6{
}
.course .cont6 .note{
	text-align:right;
	margin-top:40px;
	font-size:12px;
}
.sec01 .list-btn{
	margin-top:50px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	margin:0 10px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .page-inner6{
		margin-top:20px;
		background:none;
	}
	.course .page-inner6 .ttl-line{
		text-align:center;
		padding-bottom:25px;
		background:url(../images/sec01_line_sp.png) repeat-x 0 100%;
		background-size:19px 5px;
	}
	.course .page-inner6 .lead{
		margin-top:15px;
		width:auto;
	}
	.course .page-inner6 .img{
		max-width:100%;
		margin:15px auto 0;
	}
	.course .page-inner6 .img img{
		width:100% !important;
		height:auto !important;
	}
	.course .page-inner6 .btn{
		text-align:center;
	}
	.course .page-inner6 .btn img{
		width:100%;
		height:auto;
	}
	.course .cont6{
		padding-bottom:10px;
	}
	.course .cont6 .note{
		margin-top:20px;
		font-size:10px;
	}
	.sec01 .list-btn{
	margin-bottom:60px;
	text-align:center;
}
.sec01 .list-btn li{
	display:inline-block;
	/*margin:0 10px;*/
	margin: 0;
	width:100%;
}
.sec01 .list-btn a{
	display:block;
	width:100%;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
}
}


/*----------------------------------------------------------------------
	.sec_charm
----------------------------------------------------------------------*/
.sec_charm{
	overflow: hidden;
width:1000px;
	margin:0 auto;
}

.sec_charm .txt_box,
.sec_charm .img{
	width: 50%;
	height: 473px;
}
.sec_charm .img{
	float: right;
}
.sec_charm .txt_box{
	float: left;
}
.sec_charm._even .img{
	float: left;
}
.sec_charm._even .txt_box{
	float: right;
}

/* .txt_box */
/* .sec_charm .txt_box{
	display: table;
}*/
.sec_charm .txt_box > .inner{
	display: table-cell;
	vertical-align: middle;
	background: no-repeat 100% 0;
}
.sec_charm .txt_box .num img{
	width: auto;
	height: 33px;
}
.sec_charm .txt_box h2{
	margin-top: 40px;
}
.sec_charm .txt_box .txt{
	margin-top: 15px;
	color: #fff;
}
.sec_charm .txt_box .btn{
	display: inline-block;
	min-width: 249px;
	margin-top: 40px;
}

/* .charm01 .txt_box > .inner{ background-image: url(../images/hawai01_img.png); background-size: 500px 473px;}
.charm02 .txt_box > .inner{ background-image: url(../images/hawai03_img.png);background-size: 500px 473px;}
.charm03 .txt_box > .inner{ background-image: url(../images/hawai05_img.png);background-size: 500px 473px;}
.charm04 .txt_box > .inner{ background-image: url(../images/index/charm04_obj_pc.png);background-size: 500px 500px;}
.charm05 .txt_box > .inner{ background-image: url(../images/index/charm05_obj_pc.png);}
.charm06 .txt_box > .inner{ background-image: url(../images/index/charm06_obj_pc.png);}
.charm07 .txt_box > .inner{ background-image: url(../images/index/charm07_obj_pc.png);}*/
.sec_charm .img{
	background: no-repeat 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

/*.charm01 .img{ background-image: url(../images/hawai02_img.png); background-size: 500px 473px;}
.charm02 .img{ background-image: url(../images/hawai04_img.png);}
.charm03 .img{ background-image: url(../images/hawai06_img.png);}
.charm04 .img{ background-image: url(../images/index/charm04_img.jpg); background-position: 50% 80%}
.charm05 .img{ background-image: url(../images/index/charm05_img.jpg);}
.charm06 .img{ background-image: url(../images/index/charm06_img.jpg);}
.charm07 .img{ background-image: url(../images/index/charm07_img.jpg);}*/

.charm07 .txt_box h2{
	margin-top: 13px;
	margin-left: -23px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_charm{
	  width:100%;
	}
	.sec_charm .txt_box,
	.sec_charm .img{
		width: 100%;
		height:auto;

	}
	.sec_charm .img,
	.sec_charm .txt_box,
	.sec_charm._even .img,
	.sec_charm._even .txt_box{
		float: none;
	}

	/* .txt_box */
	.sec_charm .txt_box > .inner{

	}
	.sec_charm .txt_box .num img{
		height: 23px;
	}
	.sec_charm .txt_box h2{
		margin-top: 30px;
	}
	.sec_charm .txt_box h2 img{
		width: auto;
		height: auto;
	}

	.charm01 .txt_box h2 img{ max-height: 25px;}
	.charm02 .txt_box h2 img{ max-height: 25px;}
	.charm03 .txt_box h2 img{ max-height: 24px;}
	.charm04 .txt_box h2 img{ max-height: 24px;}
	.charm05 .txt_box h2 img{ max-height: 23px;}
	.charm06 .txt_box h2 img{ max-height: 25px;}
	.charm07 .txt_box h2 img{ max-height: 60px;}

	.sec_charm .txt_box .txt{
		margin-top: 18px;
	}
	.sec_charm .txt_box .btn{
		min-width: 208px;
		margin-top: 30px;
	}
	.sec_charm .txt_box .btn a{
		font-size: 13px;
	}


	/*.charm01 .txt_box > .inner{ background-image: url(../images/index/charm01_obj_sp.png); background-size: 120px 120px;}
	.charm02 .txt_box > .inner{ background-image: url(../images/index/charm02_obj_sp.png); background-size: 120px 120px;}
	.charm03 .txt_box > .inner{ background-image: url(../images/index/charm03_obj_sp.png); background-size: 120px 120px;}
	.charm04 .txt_box > .inner{ background-image: url(../images/index/charm04_obj_sp.png); background-size: 120px 120px;}
	.charm05 .txt_box > .inner{ background-image: url(../images/index/charm05_obj_sp.png); background-size: 120px 120px;}
	.charm06 .txt_box > .inner{ background-image: url(../images/index/charm06_obj_sp.png); background-size: 120px 120px;}
	.charm07 .txt_box > .inner{ background-image: url(../images/index/charm07_obj_sp.png); background-size: 120px 120px;}*/

	.charm07 .txt_box h2{
		margin-top: 22px;
		margin-left: -13px;
	}
}

/* p.pagetop */

 .sec01 p.pagetop, .cont02 p.pagetop, .cont01 p.pagetop{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cont02 p.pagetop a, .sec01 p.pagetop a, .cont01 p.pagetop a{
	text-decoration: none;
	color: #2e2b2c;
}

.sec01 p.pagetop a span, .cont01 p.pagetop a span, .cont02 p.pagetop a span{
	padding-right: 30px;
	background:url(../../../shared/images/ico_arw07.png) no-repeat 100% 45%;
	background-size: 20px auto;
}
.cont02 p.pagetop a:hover, .sec01 p.pagetop a:hover, .cont01 p.pagetop a:hover{
	color: #d91c5c;
}


/*
  17.07 リニューアル時 追記
*/

.course .sec-hdg {
	margin-bottom: 30px;
	text-align: center;
}
.course .lead-txt {
	margin: 0 auto;
	text-align: center;
}
.course .lead-img {
	text-align: center;
	margin-top: 25px;
}
.course .timeline-hdg {
	text-align: center;
	position: relative;
}
.course .bnr-wrap {
	margin: 30px -39px 0 0;
}

.course .bnr-wrap.germany_btn {
	margin-top: 60px;
}

.course .bnr-wrap.germany_btn li {
	float: right;
}

.course .bnr {
	float: left;
	margin-right: 39px;
	position: relative;
}
.course .bnr {
	margin-right: 39px;
	position: relative;
}
.course .bnr__item {
	position: relative;
}
.course .bnr__item + .bnr__item {
	margin-top: 30px;
}
.course .bnr a {
	display: block;
	border-radius: 5px;
	box-shadow: 2px 2px 7px rgba(0,0,0,.09);
	position: relative;
}

.course .bnr .img {
	position: absolute;
	bottom: 3px;
	left: 17px;
}
.course .bnr .num {
	position: absolute;
	top: -24px;
	right: -10px;
}

.course .bnr .deco01 {
	position: absolute;
	top: -26px;
	left: -8px;
}

.course .bnr .deco02 {
	position: absolute;
	top: -7px;
	left: -11px;
}

.course .bnr .deco03 {
	position: absolute;
	top: -11px;
	left: -6px;
}

.bnr__item--comingsoon-germany::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(158, 234, 240, 0.95) url(/school_trip_timeline/images/index/bnr_cominsoon.png) no-repeat center / 100% auto;
	border-radius: 5px;
	content: '';
}

.bnr__item--comingsoon-hawaii::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254, 142, 73, 0.95) url(/school_trip_timeline/images/index/bnr_cominsoon.png) no-repeat center / 100% auto;
	border-radius: 5px;
	content: '';
}


/* praha */
.course .praha .timeline-hdg .deco01 {
	position: absolute;
	top: -3px;
	left: 30px;
}
.course .praha .timeline-hdg .deco02 {
	position: absolute;
	bottom: -48px;
	right: -16px;
}

/* okinawa */
.sec01 .lead-img {
	margin: 20px 0 -20px -75px;
	position: relative;
}
.sec01 .lead-img .deco {
	position: absolute;
	bottom: -50px;
	right: 5px;
}
.course .okinawa .timeline-hdg .deco01 {
	position: absolute;
	top: 30px;
	left: 25px;
}
.course .okinawa .timeline-hdg .deco02 {
	position: absolute;
	bottom: -94px;
	right: 283px;
}
.course .okinawa .timeline-hdg .deco03 {
	position: absolute;
	bottom: -40px;
	right: 52px;
}


/* hawaii */
.course .hawaii .timeline-hdg .deco01 {
	position: absolute;
	bottom: -40px;
	right: 30px;
}

/* @SP */
@media all and (max-width: 767px){
	.course .praha .timeline-hdg .deco01,
	.course .praha .timeline-hdg .deco02,
	.course .okinawa .timeline-hdg .deco01,
	.course .okinawa .timeline-hdg .deco02,
	.course .okinawa .timeline-hdg .deco03,
	.course .hawaii .timeline-hdg .deco01 {
		display: none;
	}
	.course .bnr-wrap {
		margin: 25px 0 0;
	}
	.course .bnr {
		margin: 0 0 10px 0;
		/*float: none;*/
	}
	.course .bnr > img,
	.course .bnr__item > img {
		width: 100%;
		height: auto;
	}
	.course .bnr .img {
		width: 23%;
	}
	.course .bnr .img img {
		width: 100%;
		height: auto;
	}
	.course .bnr .num {
		transform: scale(.7);
		right: -20px;
	}
	.course .bnr .deco01,
	.course .bnr .deco02,
	.course .bnr .deco03 {
		transform: scale(.7);
	}
	.course .bnr a > img {
		width: 100%;
		height: auto;
	}
	.course .bnr__item + .bnr__item,
	.course .bnr + .bnr {
		margin-top: 15px;
	}


	.sec01 .lead-img {
		margin: 10px -20px 13px;
		text-align: center;
	}
	.sec01 .lead-img img {
		max-width: 375px;
		width: 100%;
		height: auto;
	}
	.sec01 .lead-img .deco {
		top: 0;
		bottom: auto;
		right: 50%;
		margin-right: -49%;
		width: 45.8%;
	}
	.sec01 .lead-img .deco img {
		width: 100%;
		height: auto;
	}
}

/*20171010追記*/

ul.archivebtn{
	margin-top: 70px!important;
}
ul.okinawa{
	margin-top: 70px!important;
}
ul.hawaii{
	margin-top: 70px!important;
}
.hawaii02{
	margin-bottom: 60px!important;
}

.archive{
	margin-top: 50px;
}

/* @SP */
@media all and (max-width: 767px){
	ul.okinawa{
		margin-top: 0!important;
	}
	ul.hawaii{
		margin-top: 0!important;
	}
	.hawaii02 {
		margin-bottom: 0!important;
	}


}

.is_sp02 {
		display: none!important;
	}

/*20180223追記*/

.bsnew {padding: 30px 0px 0px 0;
}
.bsnew ul{margin: 40px 0 0 0 !important;}
.bsnew ul li {float: left;
	padding: 0 35px 50px 0;
}
.bsnew ul li:last-child{float: left;
	padding: 0 0 50px 2px;
}
.bsnew ul li a:hover{
transition: 1.0s ;
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

@media all and (max-width: 767px){
.bsnew {padding: 20px 20px 0px 20px;
}
.bsnew ul li {
	padding: 0 0 0 0;
}
.bsnew ul li:last-child{
	padding: 0 0 30px 0;
}
}

.mov_est_dpa{
	float: left; width:448px; text-align: center; margin: 50px 30px 0 0;
}
.mov_est_hawaii{
	float: left; width:448px; text-align: center; margin: 50px 30px 0 0;
}

.t_movstt{
	margin:0px 0px 10px 0px;
}

@media all and (max-width: 767px){
	.mov_est_dpa{
	width:100%; margin: 3em 0 3em 0 !important;
		clear: both;
}
	.mov_est_hawaii{
		 margin: 0 0 3em 0;
		width:100%;
	}
}

.idi_text{
text-align: left; margin: 1.8em 0 0.5em 4em; text-indent: -0.5em;
	}

@media all and (max-width: 767px){
	.idi_text{
text-align: left; margin: 1.5em 0 0.5em 0em; text-indent: -0.5em;
}
}
