@charset "utf-8";

/* -----------------------------------------------
 * top.css
 * LastUpdate : 15/12/02
----------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

/* ---------------------------------------------------------------------------------------------

　   INDEX

--------------------------------------------------------------------------------------------- */
#mainImage {
	z-index: 1;
}
.maincopy {
	z-index: 99;
}
#mainImage,#mainImage .slider li,#mainImage .inner,#sec01 .inner {
	position: relative;
}
#sec01 {
	position: relative;
	background: url(../img/sec01.png) no-repeat top;
	background-size: cover;
	padding: 15% 0;
	z-index: 3;
}

#sec01 strong {
	font-weight: bold;
	display: block;
}

#sec02 {
	position: relative;
	z-index: 4;
	background: url(../img/sec02.png) no-repeat top;
	background-size: cover;
	padding: 10% 0;
}
#sec02 .glass {
	display: inline-block;
	padding: 3%;
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
        box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
}
#sec02 .glass strong {
	font-weight: bold;
}
#sec03 {
	position: relative;
	background: url(../img/sec03.png) repeat-x top;
	z-index: 5;
}
#sec03 .inner {
	position: relative;
}
.free {
	position: absolute;
}
#sec03 li {
	background: url(../img/hitode.png) no-repeat left center;
	font-weight: bold;
}

#sec03 strong {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec03 strong span {
	font-weight: normal;
	font-size: 14px;
}
#sec03 .contact-frame .tel-number p,#sec03 .contact-frame .tel-number a {
	color: #de005f;
}
#sec03 .contact-frame .tel-number p:before {
	content: "TEL:";
	margin-right: 5px;
	color: #01153A;
}
#sec03 .contact-frame .tel-number strong {
	background: url(../img/icon-tel02.png) no-repeat;
	background-size: 25px auto;
	padding-left: 30px;
	line-height: 1.2;
}
#sec03 .contact-frame .mail-form strong {
	background: url(../img/icon-mail02.png) no-repeat;
	padding-left: 30px;
	background-size: 25px auto;
}
#sec04 .course_box {
	border: 1px solid #01153b;
	border-radius: 5px;
}
#sec04 .course-title {
	font-weight: bold;
	line-height: 1;
}
#sec04 .course-title span {
	font-weight: normal;
}
#sec04 .course-title span.repletion {
	background: #01153b;
	border-radius: 3px;
	color: #fff;
	padding:0 5px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
#sec04 .course-title .eng {
	font-family: 'Sorts Mill Goudy', serif;
	margin-right: 10px;
}
#sec04 .course_box .first_arrival {
	background: #ff7200;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 15px;
}
#sec04 .first_arrival strong {
	font-size: 16px;
}
#sec04 .course_box .usually {
	line-height: 1;
}
#sec04 .course_box .first_arrival strong,#sec04 .course_box .usually strong,#sec04 .course_box .special strong {
	font-weight: bold;
}
#sec04 .course_box .special {
	color: #de005f;
}
#sec04 .course_box .special span {
	background: #f4e4c7;
	display: block;
	border-radius: 3px;
	text-align: center;
	color: #01153a;
	font-family: 'Sorts Mill Goudy', serif;
}
#sec04 .course-title {
	line-height: 1;
}

#sec04 .course_box .usually strong {
	font-size: 24px;
	/*letter-spacing: -2px;*/
	line-height: 1;
}
#sec04 .course_box .special strong {
	font-size: 36px;
	/*letter-spacing: -2px;*/
}
#sec04 .course_box img {
	border-radius: 5px;
}
#sec04 .ormore {
	font-size: 12px;
	background: #eee;
	text-align: center;
}
#sec04 .course01 {
	background: url(../img/flag01.png) no-repeat 97% 0;
}
#sec04 .course02 {
	background: url(../img/flag02.png) no-repeat 97% 0;
}
#sec04 .course03 {
	background: url(../img/flag03.png) no-repeat 97% 0;
}

.conditions {
	font-weight: bold;
	font-size: 90%;
}

@media only screen and ( max-width : 768px ) {
	#news {
		background: #A2E1FC;
		padding-top: 60px;
	}
	#news h3 {
		font-weight: bold;
		background: #1A90C3;
		color: #fff;
		padding:5px 10px;
	}
	#news ul {
		padding:10px;
		max-height: 100px;
		overflow: auto;
	}
	#news li {
		margin-bottom: 5px;
	}
	#news li:last-child {
		margin-bottom: 0;
	}
	#news li .data {
		display: block;
		font-size: 12px;
		font-weight: bold;
	}
	#news li .txt {
		display: block;
		font-size: 12px;
	}
	/*スクロールバー表示させる*/
	#news ul::-webkit-scrollbar{ 
	    width: 10px;
	}
	#news ul::-webkit-scrollbar-thumb{ 
	    background: #F70841;
	    border-radius: 10px;
	}
	#news ul::-webkit-scrollbar-track-piece:start{
	    background: #ffa5ba;
	}
	#news ul::-webkit-scrollbar-track-piece:end{
	    background: #fff;
	}
	#sec01 {
		margin-top: -17%;
	}
	li.slide01 {
		background:url(../img/slide01.jpg) no-repeat center;
		background-size: cover;
	}
	li.slide02 {
		background:url(../img/slide02.jpg) no-repeat center;
		background-size: cover;
	}
	li.slide03 {
		background:url(../img/slide03.jpg) no-repeat center;
		background-size: cover;
	}
	.slider li {
		height: 340px;
		position: relative;
	}
	.maincopy {
		position: absolute;
		width: 65%;
		margin: auto;
		top: 170px;
		right: 20px;
	}
	#sec01 .wave {
		position: absolute;
		width: 70px;
		top: -40px;
	}
	#sec01 strong {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#sec01 p {
		margin-bottom: 40px;
	}
	#sec01 a {
		width: 70%;
		display: block;
	}
	#sec02,#sec03 {
		margin-top: -4%;
	}
	#sec02 .glass {
		width: 70%;
		margin-bottom: 15px;
		background: rgba(255,255,255,.4);
	}
	#sec02 li {
		width: 70%;
		margin-bottom: 10px;
	}
	#sec03 {
		background-size: auto 100px;
		margin-bottom: 10px;
	}
	#sec03 .consultation {
		background: url(../img/wave.png) no-repeat 100% 20%;
	}
	#sec03 h2 {
		margin-left: 130px;
		padding-top: 25px;
		margin-bottom: 40px;
	}
	#sec03 h2 img {
		height: 60px;
	}
	#sec03 .free {
		width: 120px;
		height: 120px;
		left: 20px;
		top: -10px;
	}
	#sec03 .consultation ul {
		margin-bottom: 20px;
	}
	#sec03 .consultation li {
		background-size: 20px auto;
		padding-left: 25px;
		margin-bottom: 5px;
	}
	#sec03 .contact-frame {
		padding: 15px;
		border: 3px solid #01153b;
		border-radius: 5px;
		background: url(../img/shell.png) no-repeat 98% 10%;
		margin-bottom: 10px;
	}
	#sec03 strong {
		font-size: 16px;
	}
	#sec03 strong span {
		font-size: 12px;
	}
	#sec03 .contact-frame .tel-number p,#sec03 .contact-frame .tel-number a {
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
	}
	#sec03 .contact-frame .tel-number p:before {
		font-size: 14px;
		font-weight: normal;
	}
	#sec03 .contact-frame .tel-number {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #01153B;
	}
	#sec03 .photo img {
		border-radius: 5px;
	}
	#sec04 {
		margin-bottom: 30px;
	}

	#sec04 .course_box {
		padding:10px;
		position: relative;
		margin-bottom: 10px;
	}
	#sec04 .course-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#sec04 .course-title .eng {
		font-size: 16px;
	}
	#sec04 .first_arrival {
		width: 70%;
	}
	#sec04 .course_box .usually {
		font-size: 12px;
		position: relative;
		background:url(../img/arrow_bottom.png) no-repeat bottom center;
		background-size: 20px auto;
		padding-bottom: 30px;
		text-align: center;
	}
	#sec04 .course_box .price {
		width: 70%
	}
	#sec04 .course_box .special {
		margin-top: 10px;
		text-align: center;
	}
	#sec04 .course_box img.course_ph {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 27%;
	}
	#sec04 .posL {
		float: none;
		width: 70%;
		margin-bottom: 5px;
	}
	#sec04 .ormore {
		border-radius: 3px;
	}
	#sec04 .ormore br {
		display: none;
	}
}
@media only screen and ( max-width : 414px ) {
	#sec01 {
		margin-top: -23%;
		padding-top: 25%;
	}
	.slider li {
		height: 260px;
	}
	.maincopy {
		width: 80%;
		top: 120px;
	}
	#sec01 p {
		margin-bottom: 20px;
	}
	#sec01 a,#sec02 .glass,#sec02 li {
		width: 100%;
	}
	#sec03 h2 {
		margin-left: 80px;
		padding-top: 25px;
		margin-bottom: 40px;
	}
	#sec03 .consultation {
		background: url(../img/wave.png) no-repeat 100% 32%;
		background-size: 80px auto;
	}
	#sec03 .consultation li {
		border-bottom: 1px dotted #ccc;
	}
	#sec03 .free {
		width: 80px;
		height: 80px;
		left: 10px;
		top: 12px;
	}
	#sec03 strong {
		font-size: 14px;
	}
	#sec03 .contact-frame {
		padding: 10px;
		background: url(../img/shell.png) no-repeat 98% 10%;
		background-size: 50px auto;
	}
	#sec04 .course01,#sec04 .course02,#sec04 .course03 {
		background-size: 40px auto;
	}
	#sec04 .course_ph_sp {
		text-align: center;
		margin-bottom: 10px;
	}
	#sec04 .course_box .price,#sec04 .posL,#sec04 .first_arrival {
		width: 100%
	}
	#sec04 .course_box img.course_ph,#sec04 .usually br {
		display: none;
	}
	#sec04 .course02 .course_ph_sp img {
		height: 90px;
	}
}
@media print, screen and ( min-width : 769px ) {
	#news {
		width: 980px;
		position: absolute;
		bottom: 70px;
		right: -100%;
		left: -100%;
		margin: auto;
		z-index: 5;
	}
	#news h3 {
		color: #fff;
		float: right;
		width: 450px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		text-shadow: 2px 4px 3px rgba(0,0,0,0.4);
	}
	#news ul {
		float: right;
		background: rgba(255,255,255,.8);
		padding: 15px;
		border-radius: 5px;
		width: 450px;
		max-height: 150px;
		overflow: auto;
		-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
       -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
            box-shadow: 0 10px 6px -6px rgba(0,0,0,.4);
	}
	#news ul li {
		margin-bottom: 10px;
	}
	#news ul li span.data {
		width: 90px;
		display: block;
		font-weight: bold;
		float: left;
	}
	#news ul li span.txt {
		display: block;
		float: right;
		width: 310px;
		font-size: 14px;
	}
	#sec01 {
		margin-top: -12%;
	}
	#sec02,#sec03 {
		margin-top: -2%;
	}
	li.slide01 {
		background:url(../img/slide01.jpg) no-repeat center fixed;
		background-size: cover;
	}
	li.slide02 {
		background:url(../img/slide02.jpg) no-repeat center fixed;
		background-size: cover;
	}
	li.slide03 {
		background:url(../img/slide03.jpg) no-repeat center fixed;
		background-size: cover;
	}
	.slider li {
		height: 740px;
		position: relative;
	}
	.maincopy {
		position: absolute;
		height: 138px;
		right: 0;
		top: 300px;
	}
	#sec01 .wave {
		position: absolute;
		top: -70px;
		left: -70px;
	}
	#sec01 strong {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#sec02 .glass {
		width: 441px;
		margin-bottom: 20px;
		background: rgba(255,255,255,.6);
	}
	#sec02 li {
		margin-bottom: 15px;
	}
	#sec01 p {
		margin-bottom: 60px;
	}
	#sec03 {
		margin-bottom: 30px;
	}
	#sec03 h2 {
		line-height: 155px;
		margin-left: 190px;
		margin-bottom: 70px;
	}
	.free {
		left: -50px;
		top: -30px;
	}
	#sec03 strong {
		font-size: 18px;
	}
	#sec03 .contact-frame .tel-number p:before {
		font-size: 20px;
	}
	#sec03 .consultation {
		background: url(../img/wave.png) no-repeat 400px 130px;
	}
	#sec03 .consultation ul {
		margin-bottom: 40px;
	}
	#sec03 .consultation li {
		margin-bottom: 10px;
		font-size: 18px;
		background-size: 30px auto;
		line-height: 30px;
		padding-left: 35px;
	}
	#sec03 .contact-frame {
		background: url(../img/frame.png) no-repeat;
		width: 540px;
		height: 250px;
		padding:25px;
	}
	#sec03 .contact-frame .tel-number {
		margin-bottom: 20px;
	}
	
	#sec03 .consultation {
		float: left;
	}
	#sec03 .photo {
		float: right;
		margin-top: -76px;
		width: 400px;
	}
	#sec03 .photo img {
		display: block;
		float: left;
		border-radius: 5px;
	}
	#sec03 .photo img:first-child {
		margin-bottom: 15px;
	}
	#sec03 .photo img:last-child {
		margin-left: 15px;
	}
	#sec04 {
		margin-bottom: 70px;
	}
	#sec04 .course_box {
		padding:15px;
		position: relative;
	}
	#sec04 .course-title {
		font-size: 24px;
	}
	#sec04 .first_arrival {
	}
	
	#sec04 .course_box .usually {
		font-size: 12px;
		position: relative;
	}
	#sec04 .course_box .usually:before {
		content: url(../img/arrow_bottom.png);
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: -50px;
	}
	#sec04 .course_box .price {
		float: right;
		width: 140px;
	}
	#sec04 .course_box .special {
		margin-top: 60px;
	}
	#sec04 .ormore {
		width: 100px;
		position: relative;
		margin-bottom: 20px;
	}
	#sec04 .ormore:after {
		content: url(../img/arrow_dot.png);
		position: absolute;
		right: -35px; 
		height: 25px;
		top: -100%;
		bottom: -100%;
		margin: auto;
	}
	#sec04 .course02 img {
		position: absolute;
		bottom: 15px;
	}
}
@media only screen and ( min-width : 1281px ) {
	#news {
		bottom: 140px;
	}
	#mainImage {
		height: 830px;
	}
	.slider li {
		height: 830px;
	}
	.maincopy {
		top: 300px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXXXX

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 768px ) {
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) { 
}