text@charset "utf-8";
/* CSS Document */

/*===============================================
●For Desktop Min Width 769px
===============================================*/


#japantravelagency_back {
	/*background:url(images/bg.jpg) no-repeat center top;
	background-size: cover;	*/
	background:url(images/japantravelagency_back_top.jpg) no-repeat center top #fff

}


header img#ttl_img {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 40%;
	bottom: 100px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 99;
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 8);
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 4;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 3;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 2;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 1;
}
.slideshow-image:nth-child(5) {
  -webkit-animation-name: kenburns-5;
          animation-name: kenburns-5;
  z-index: 0;
}

#top {
	height: 300px;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background:url(images/top_japan_travel_agency.jpg) no-repeat center center;
	background-size: cover;
}


.title-text {
	color: #6dadd3;
	padding: 40px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;

}


.title-text2 {
	color: #969696;
	padding: 40px;
	text-align: center;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Lato', sans-serif;

}

.title-text3 {
	color: #ffffff;
	padding: 40px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;

}


#japancierge {
	text-align: center;
	height: 300px;
	padding: 60px 0 0 0;
	color: #FFF;
	width: 100%;
	background:url(images/other_japancierge.jpg) no-repeat center center;
	background-size: cover;
}

#japancierge h1 {
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
}

#japancierge h2 {
	padding: 10px 0;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.2;
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
}

#japancierge p {
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 1.1;
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
}

#japancierge .contact_btn a {
	border: 1px solid #FFF;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
	font-family: 'Lato', sans-serif;
}

#japancierge .contact_btn a:hover {
	background: rgba(0, 0, 0, 0.6);
	font-family: 'Lato', sans-serif;
}




#beyondjapan {
	text-align: center;
	height: 300px;
	padding: 60px 0 0 0;
	color: #FFF;
	width: 100%;
	background:url(images/other_beyondjapan.jpg) no-repeat center center;
	background-size: cover;
}

#beyondjapan h1 {
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
}

#beyondjapan h2 {
	padding: 10px 0;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.2;
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
}

##beyondjapan p {
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 1.1;
	text-shadow: 1px 1px 3px #828282;
	font-family: 'Lato', sans-serif;
}

##beyondjapan .contact_btn a {
	border: 1px solid #FFF;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
	font-family: 'Lato', sans-serif;
}

##beyondjapan .contact_btn a:hover {
	background: rgba(0, 0, 0, 0.6);
	font-family: 'Lato', sans-serif;
}




.contact_btn {
	padding: 40px 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

.contact_btn a {
	padding: 10px 40px;
	text-align: center;
	border: 1px solid #3a3a3a;
	text-decoration: none;
	color: #3a3a3a;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
}

.contact_btn a:hover {
	background: #f2f2f2;
	font-family: 'Lato', sans-serif;
}

.content h1 {
	font-size: 1.8em;
	font-family: 'Lato', sans-serif;
}

.content_top h2 {
	font-size: 1.6em;
	font-family: 'Lato', sans-serif;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.051176);
            transform: scale(1.051176);
  }
  100% {
    opacity: 1;
  }

	#japancierge {
		height: 300px;
		padding: 30px 0 0 0;
	}

	#beyondjapan {
		height: 300px;
		padding: 30px 0 0 0;
	}
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.051176);
            transform: scale(1.051176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes kenburns-5 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-5 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#tour {
	padding-top: 73vh;
}

.content_block {
	margin: 0 auto;
	background: #bac1c7;
}

.content_block2 {
	margin: 0 auto;
	background: #ffffff;
	max-width: 1000px;
}


.tour_block {
	float: left;
	width: 23%;
	margin: 0 1% 2.5% 1%;

}

.tour_block2 {
	float: left;
	width: 31%;
	margin: 5px 10px;
}
.tour_block3 {
	float: left;
	width: 18%;
	margin: 0 1% 2.5% 1%;
}

.tour_block4 {
	float: left;
	width: 64%;
	margin: 10px;
}

.tour_block5 {
	float: left;
	width: 43%;
	margin: 20px 30px;
	padding:15px 20px;
}

.tour_block6 {
	float: center;
	width: 95%;
	background: #FFF;
	margin: 2.5% auto;
	padding: 2.5%;
}



.img_tour {
	float: center;
	margin: 0px 15px 15px 0px;
	width: 100%;
}

.img_tour2 {
	float: center;
	margin: 0px 15px 15px 0px;
	width: 50%;
}

.img_map {
    float: right;
    margin: 0px 15px 15px 10px;
    width: 50%;
}

.bottom_block {
	padding: 5px 10px;
}

.bottom_block a, .bottom_block2 a {
	text-decoration: none;
}

.bottom_block h2, .bottom_block2 h2 {
	font-size: 1.2em;
	color: #58656e;
	text-align: center;
}

.bottom_block p, .bottom_block2 p {
    padding: 0 0 10px 0;
    color: #717171;
    font-size: 14px;
}

.bottom_block .schedule, .bottom_block2 .schedule {
	color: #5874b6;
	font-size: 1em;
}

.bottom_block .price {
	color: #5874b6;
	padding: 5px 35px 5px 0;
	text-align: right;
	font-size: 1.2em;
	font-weight: bolder;
	background-size: 30px;
}

.bottom_block .price span {
	font-size: 1.4em;
}

.bottom_block2 {
	padding: 5px 10px;
	background: #bac1c7;
	height:250px;
}


.bottom_block3 {
	padding: 0px 10px;
	height:100%;
}


.title_block {
	padding-top:100px;
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	margin-top:20px;
}

.title_block2 {
	padding-top:100px;
	padding: 10px;
	background: #fff;
	text-align: center;
	margin-top:20px;
	max-width: 1000px;
	margin: 0 auto;
}

#tour01 a:hover .st21 {fill: #fc6612;}
#tour02 a:hover .st16 {fill: #fc6612;}
#tour03 a:hover .st16 {fill: #fc6612;}
#tour04 a:hover .st16 {fill: #fc6612;}

#tour04 .circle_arrow {fill: #FFC30D;}
#tour04 a:hover .circle_arrow {fill: #fc6612;}

.map_block svg a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

h3 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color:#58656e;
	text-align: center;
	padding-left: 10%;
    padding-right: 10%;
}

.body_text {
	color: #666666;
	text-align: left;
	font-size: 1.3em !important;
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	font-weight:300;
	padding-bottom: 20px;
}

.body_text2 {
    font-size: 30px!important;
	color: #40a1e4;
	font-weight:600;
}


.body_text3 {
  font-size: 1.4em!important;
	text-align: left;
	color: #666666;
	font-weight:600;
	font-family: 'Lato', sans-serif;
}

.body_text4 {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    line-height: 1.5em;
	color: #dfd4be;
}

.body_text5 {
	color: #666666;
	text-align: center;
	font-size: 18px;
	font-family: 'Lato', sans-serif
	line-height: 24px;
}


.body_text6 {
	color: #666666;
	text-align: center;
	font-size: 14px;
	font-family: 'Lato', sans-serif
	line-height: 18px;
}

.unique_block {
	width: 95%;
	background: #f6f6f6;
	margin: 15px auto 0 auto;
	position: relative;
}


.hotel_content {
	max-width: 960px;
	margin: 20px auto 0 auto;
	position: relative;
}

#contact_block2 {
	width: 89%;
	background: #FFF;
	margin: 2.5% auto;
	padding: 2.5%;
	color: #22409a;
	border: 1px solid #02ace6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#call {
	float: left;
	width: 50%;
}

#email {
	float: left;
	width: 50%;
}


.henna_block {
	width: 100%;
	background: #FFF;
	margin: 20px auto 0 auto;
	position: relative;
}

#call h5 {
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	color: #22409a;
}

#call h4 {
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight: bolder;
}

#email h4 {
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight: bolder;

}
#email h5 {
	text-align: center;
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	color: #22409a;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Back to Top Button */
#back-top {
position: fixed;
bottom: 50px;
right: 1em;
opacity: 0.6;
z-index: 4900;
}
#back-top a {
position: relative;
display: inline-block;
width: 34px;
height: 34px;
padding: 20px;
display: block;
background-color: #222;
border-radius: 50%;
line-height: 1.0;
text-align: center;
}
#back-top a span {
position: absolute;
left: 0;
right: 0;
top: 15px;
margin: auto;
width: 15px;
height: 15px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: rotate(-45deg);
}

japantravelagencynav a {
    display: block;
    float: left;
    font-family: 'Lato', sans-serif
    font-size: 15px;
    color: white;
    background-color: #6dadd3;
    border: 3px solid #ffffff;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-decoration: none;
	text-align: center !important;
}


.japantravelagencymenu {
  position: fixed;
  right: 10%;
  bottom: 10%;
	font-family: 'Lato', sans-serif
    font-size: 15px;
    color: white;
    background-color: #4fb6fe;
    border: 3px solid #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	text-decoration: none;
}

.findbutton {
  padding: 10px 15px;
	background: #4fb6fe;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Lato', sans-serif
}

.findbutton_lg {
  padding: 20px 35px;
	background: #79c7fe;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Lato', sans-serif
}

nav#japantravelagency {
	text-align: center !important;
}

nav#japantravelagency a {
	float: left;
    font-family: 'Lato', sans-serif
    font-size: 15px;
    width: 23%;
    color: white;
    background-color: #6dadd3;
    border: 3px solid #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}
.img_qa {
	float: left;
	margin: 0 10px 0 0;
}



/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media screen and (max-width: 1024px){

header img#ttl_img {
  width: 90%;
  top: 150px;
}

.slideshow {
  height: 50vh;
}

#tour {
	padding-top: 53vh;
}
	
.tour_block5 {
	width: 43%;
	margin: 20px;
	padding: 10px 15px;
}

.body_text2 {
    padding: 0 20px 20px 20px;
}
#japancierge {
	height: 300px;
	padding: 30px 0 0 0;
}

#beyondjapan {
	height: 300px;
	padding: 30px 0 0 0;
}

}
/*===============================================
●For Mobile Max Width 680px
===============================================*/
@media screen and (max-width:680px){


header img#ttl_img {
  width: 90%;
  top: 120px;
}
	
.title-text2 {
	padding: 40px 0;
	font-size: 22px;
}

.tour_block {
	float: left;
	width: 48%;
	margin: 0 1% 2.5% 1%;
}

.tour_block2 {
	float: left;
	width: 45%;

}

.tour_block3 {
	float: left;
	width: 45%;
    margin: 0 1% 2.5% 1%;
}


.img_tour {
	float: none;
	margin: 0 auto;
	width: 90%;;
}

.img_qa {
	float: left;
	width: 30%;
	height: 30%;
}

nav#japantravelagency a {
	float: left;
    width: 48%;
    padding: 10px;
}


}

/*===============================================
●For Mobile Max Width 567px
===============================================*/
@media screen and (max-width:567px){
header img#ttl_img {
  width: 80%;
}

.tour_block {
	float: none;
	width: 95%;
	margin: 0 2.5% 2.5% 2.5%;
}

.tour_block2 {
	float: none;
	width: 95%;
	margin: 2.5%;
}
.tour_block3,
.tour_block5 {
	float: none;
	width: 90%;
	margin: 15px 2.5%;
}

.img_qa {
	float: left;
	width: 50%;
	height: 50%;
}

.content_block2 img {
	width: 100%;
}

.img_tour2 {
	float: center;
	margin: 0px 15px 15px 0px;
	width: 100%;
}


}
