/* トップページ
	 ========================================================================== */

@media screen and (min-width: 768px) {
	.home.right-sidebar .content-area,
	.home.left-sidebar .content-area{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}

/*スライドショー*/
.main_slider {
    overflow: hidden;
    position: relative;
}
.main_slider .slidewrap{
	height: 380px;
	position: relative;
}
.main_slider .scrolldown {
    display: none;
}
.main_slider .slick-slide {
    overflow: hidden;
}
.main_slider .slidewrap .sp_img {
    position: absolute;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.main_slider .slidewrap .sp_img {
		position: static;
		width: auto;
		height: auto;
	}
	.main_slider .slidewrap{
		height: 600px;
	}
    .main_slider .scrolldown {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.slider .caption{
    margin: auto;
    /*padding: 30px 20px;*/
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 10%;
    z-index: 3;
    /*-webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}


.slider .caption img{
    width: auto;
    max-width: 300px;
    height: auto;
    display: inline;
}

.slider .caption .main_text1,
.slider .caption .main_text2{
    line-height: 1.5;
    text-shadow: 0px 0px 0px #000000;
    text-align: center;
    position: relative;
    margin: 0;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
	color: #a70506;
}
.slider .caption .main_text1 {
    font-size: 25px;
    margin-bottom: 2px;
}
.slider .caption .main_text2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.slider .slick-active .caption .main_text1 {
  animation: slideTextFade 2s ease-in-out 0s 1 normal;
}
.slider .slick-active .caption .main_text2{
  animation: slideTextFade2 4s ease-in-out 0s 1 normal;
}
.slider .slick-active .caption .main_text3{
  animation: slideTextFade3 6s ease-in-out 0s 1 normal;
}
@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
    top:30px;
}
  100% {
    opacity: 1;
    top:0;
  }
}
@keyframes slideTextFade2 {
  0%, 50% {
    opacity: 0;
    top:30px;
}
  100% {
    opacity: 1;
    top:0;
  }
}
@keyframes slideTextFade3 {
  0%, 75% {
    opacity: 0;
    top:30px;
}
  100% {
    opacity: 1;
    top:0;
  }
}

.slider img,.slider video{
    width: 100%;
    height: auto;
    display: block;
}
.main_slider .slick-prev {
    margin-bottom: 0;
    left: 20px;
    z-index: 3;
}
.main_slider .slick-next {
    margin-bottom: 0;
    right: 20px;
    z-index: 3;
}
@media screen and (min-width: 768px) {
    .main_slider .slick-prev {
        margin-bottom: auto;
        left: 20px;
        z-index: 3;
    }
    .main_slider .slick-next {
        margin-bottom: auto;
        right: 20px;
        z-index: 3;
    }
}


.main_slider .slick-prev:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
    
left: 3px;
width: 20px;
height: 20px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
background: none;
}
.main_slider .slick-next:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
    
left: 3px;
width: 20px;
height: 20px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: none;
}
.main_slider_btn{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .slider .caption .main_text1,
    .slider .caption .main_text2{
        font-size: 47px;
     	text-align: right;
   }
    .slider .caption .main_text3,.slider .caption .main_text4{
        font-size: 20px;
        line-height: 2.5;
    }
}

.home #primary.content-area h2{
	color: #645555;
	margin: 30px 0 10px;
	text-align: center;
	/*font-weight: bold;*/
}
@media screen and (min-width: 768px) {
	.home #primary.content-area h2{
		font-size: 30px;
	}
	.description{
		text-align: center;
	}
}


/*検索窓*/
@media screen and (max-width: 767px) {
	#search_form{
		background: #3c3c3c;
	    padding-top: 15px;
		/*margin-top: -10px;*/
	}
}

@media screen and (min-width: 768px) {
	.home #primary{
		position: relative;
		padding-top: 30px;
	}
	#search_form{
		/*position: absolute;
		top: -54px;
		left: 0;*/
		width: 100%;
		z-index: 5;
	}
}


/*トップの1行ニュース*/
.top_news{
	background: #452a61;
	color: #fff;
	margin-top: -10px;
	padding: 15px 0;
}
.top_news a{
	color: #fff;
	text-decoration: underline;
}
.top_news span.news_icon{
	background: #ec882f;
    padding: 0 5px 1px;
    border-radius: 5px;
    margin-right: 10px;
	/*点滅*/
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
.news_list01{
	text-align: right;
}
.news_list01 a{
	color: #fff;
	text-decoration: none;
}
/*トップの1行ニュースレイアウト*/
.inner02 {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 465px) {
	.inner02 {display: block;
	}
}

/*点滅*/
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@media screen and (max-width: 767px) {
	.top_news{
		padding: 0;
	}
	.top_news a{
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.top_news{
		font-size: 110%;
		font-weight: bold;
	}
}


/*Why Choose*/
#why_choose{
	background: url(../images/bg_why_sp.png);
	color: #333;
}

#why_choose .why_list li{
	position: relative;
	padding: 20px;
	text-align: center;
}

#why_choose .why_list li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
#why_choose .why_list li .why_img{
	margin: 0 auto 20px;
}
#why_choose .why_list li .why_img img{
	margin: 0 auto;
    border-radius: 100px;
    border: 5px solid #452a61;
	max-width: 150px;
}
#why_choose .why_list li .why_title:after{
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #ff8485;
	margin: 8px auto 20px;
}
#why_choose .why_list li .why_description{
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	#why_choose .why_text br{
		display: none;
	}
}
@media screen and (min-width: 530px) {
	#why_choose .why_list li{
		width: 33.3333%;
		float: left;
	}
	#why_choose .why_list li:nth-child(3){
		clear: left;
	}
}

@media screen and (min-width: 768px) {
	#why_choose{
		background: #fff;
	}
	#why_choose .why_text{
		text-align: center;
	}
	#why_choose .why_list{
		background: url(../images/bg_why.png) no-repeat center top;
		background-size: contain;
	}
	#why_choose .why_list li:hover{
		opacity: 0.8;
	}
	#why_choose .why_list li:nth-child(3){
		clear: none;
	}
}

/*Recommend*/
#primary.content-area #recommend h2{
	color: #fff;
}
#recommend ul#recommend_list li {
	border: 0;
}
#recommend ul#recommend_list li .course_cat>a{
	display: none;
}
#recommend ul#recommend_list li .course_cat>a:nth-child(1),
#recommend ul#recommend_list li .course_cat>a:nth-child(2){
	display: inline-block;
}

#recommend ul#recommend_list h3{
	margin: 0 0 5px;
	color: #fff;
	font-size: 16px;
	padding-bottom: 0px;
	border: none;
}

#recommend .slick-arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#recommend .slick-prev::before{
    left: 3px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	background-image: none;
}
#recommend .slick-next::before{
    left: 3px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image: none;
}
@media screen and (min-width: 768px) {
	#recommend #recommend_list li{
		float: left;
		width: 25%;
	}
	#recommend ul#recommend_list li > div:nth-child(2n+1) ,
	#recommend ul#recommend_list li > div:nth-child(2n){
		float: none;
		width: 100%;
	}
	#recommend ul#recommend_list li > div:nth-child(2n+1){
		padding: 20px 20px 10px;
	}
	#recommend ul#recommend_list li > div:nth-child(2n){
		padding: 0 20px 20px;
	}
}

/*All Course*/
#editor{
	margin: 30px auto 0;
}
#editor a:hover{
	opacity: 0.8;
}

/*All Course*/
#all_course .inner{
	background: #f3f1ec;
	padding: 3%;
	margin-top: 30px;
}
#all_course ul li{
	padding: 10px;
	text-align: center;
}
#all_course ul li a{
	color: #ff8485;
	border-bottom: 1px solid #b5b5b5;
	display: block;
	width: 100%;
	font-weight: bold;
}
#all_course ul li a:hover{
	opacity: 0.8;
}
@media screen and (min-width: 640px) {
	#all_course ul li{
		float: left;
		width: 50%;
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	#primary.content-area #all_course h2{
		margin-top: 0px;
	}
	#all_course ul li{
		width: 25%;
		padding: 10px;
	}
}


/*pickup_category*/

#primary.content-area #pickup_category h3{
	border: 0;
	color: #fff;
	background: #452a61;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 15px;
}

#pickup_category ul li {
	border: 0;
}
#pickup_category ul.course_list li:hover .course_images{
	-webkit-transform: none;
    transform: none;
}
#pickup_category ul.course_list li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#pickup_category ul li > div:nth-child(2n+1) {
	padding: 20px 20px 0;
}
#pickup_category ul li > div:nth-child(2n){
	padding: 0 20px 20px;
}

@media screen and (min-width: 768px) {
	#pickup_category ul li > div:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	#pickup_category ul li > div:nth-child(2n){
		float: none;
		width: 100%;
	}
	#pickup_category ul li{
		float: left;
		width: 33.3333%;
	}
}

/*Contact us*/
#contact_us .contact_info p{
	text-align: center;
}
#contact_us table,
#contact_us table th,
#contact_us table td{
	background: #f3f1ec;
}
#contact_us table th{
	text-align: right;
}
#contact_us .input-text,#contact_us  input[type=email],#contact_us  input[type=password], #contact_us input[type=search], #contact_us input[type=tel], #contact_us input[type=text], #contact_us input[type=url], #contact_us textarea {
    background-color: #fff;
    color: #43454b;
}
#contact_us button, #contact_us input[type="button"], #contact_us input[type="reset"], #contact_us input[type="submit"], #contact_us .button, #contact_us .widget a.button {
    background-color: #ff8485;
    border-color: #ff8485;
    color: #fff;
}
@media screen and (max-width: 767px) {
	#contact_us .contact_info p{
		text-align: left;
	}
	#contact_us table th,
	#contact_us table td{
		display: block;
		width: 100%;
	}
	#contact_us table th{
		text-align: left;
	}
	#contact_us .input-text,#contact_us  input[type=email],#contact_us  input[type=password], #contact_us input[type=search], #contact_us input[type=tel], #contact_us input[type=text], #contact_us input[type=url], #contact_us textarea {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	#contact_us .input-text,#contact_us  input[type=email],#contact_us  input[type=password], #contact_us input[type=search], #contact_us input[type=tel], #contact_us input[type=text], #contact_us input[type=url], #contact_us textarea {
		width: 70%;
	}
}


/*インスタグラム*/

#instagram .btn.insta{
	text-align: center;
	margin-top: 30px;
}
#instagram .btn.insta a{
	background: #452a61;
	color: #fff;
	font-weight: 600;
	padding: .6180469716em 1.41575em;
	line-height: 1.618;
	display: inline-block;
}
#instagram .btn.insta a i{
	padding-right: 10px;
}
#instagram .pc{
	display: none;
}
@media screen and (min-width: 768px) {
	#instagram .pc{
		display: block;
	}
	#instagram .smt{
		display: none;
	}
}

/*News*/
#news {
	margin-top: 40px;
}
#news .facebook{
	margin-bottom: 30px;
	text-align: center;
}

#primary.content-area #news h3{
	color: #645555;
	border: 0;
	float: left;
	width: 50%;
	padding-left: 10px;
}
#news .news_header .more_news{
	float: right;
	width: 50%;
	text-align: right;
}
#news .news_header{
	border-bottom: 1px solid #b5b5b5;
}
#news .news_list li{
	padding: 10px;
	border-bottom: 1px solid #b5b5b5;
}
/*#news .news_list li .date{
	color: #71510d;
}*/
#news .news_list li a{
	color: #6d6d6d;
}
#english-site #news .japanese,
#japanese-site #news .english{
	display: none;
}

@media screen and (min-width: 768px) {
	#news .news_header .more_news{
		padding-top: 10px;
	}
	#news .facebook{
		float: left;
		width: 40%;
	}
	#news .news_list{
		float: right;
		width: 55%;
	}
	#primary.content-area #news h3{
		font-size: 30px;
	}
	#news .news_list li a:hover{
		text-decoration: underline;
	}
}


/*パンフレット*/
#pdf_banner{
	background: url(../images/bg_why_sp.png);
	text-align: center;
	color: #333;
}
#pdf_banner ul li {
	display: inline-block;
}
#pdf_banner ul li a{
	display: block;
	background-color: #ec882f;
	color: #fff;
    font-weight: bold;
    padding: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin: 10px;
	width: 280px;
}
@media screen and (min-width: 768px) {
	#pdf_banner{
		background: #fff;
	}
	#pdf_banner .inner{
		background: url(../images/bg_why.png) no-repeat center bottom;
		background-size: contain;
	}
}

/*2019.10.07 トリップアドバイザーロゴ*/
.pr-mark{
	position: absolute;
	left: 15px;
	top:15px;
	width: 180px;
	z-index: 9999;
	max-width: 25%;
}

/*2020.04.07 アテンダントバナー追加*/
#attendants {
    margin: 7% auto;
}
#attendants .pc {
	display: none;
}
#attendants .sp {
	display: block;
}
@media screen and (min-width: 768px) {
	#attendants {
		margin: 5% auto;
	}
	#attendants .sp {
		display: none;
	}
	#attendants .pc {
		display: block;
	}
}