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

/* Common */
/* ====================================================================== */

#holiday_content {
	font-family: 'Lora', serif;
}


.bgCrossFade {
  position: relative;
  height: 400px;
  background: url(images/01.jpg) no-repeat top center;
  background-size: cover;
}

.bgCrossFade h1 {
	text-align: center;
	z-index: 0;
	font-size: 4em;
	padding: 80px 0 0 0;
	font-weight: 400;
	color: #FFF;
	font-style: italic;
	font-family: 'Cormorant Upright', serif;
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
}

.bgCrossFade .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center; 
  z-index: -10; 
}
.bgCrossFade .slides:not(:first-child) {
  display: none;
}



.column {
	margin: 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 25%;
	height: 250px;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bolder;
	font-size: 1.4em;
	text-decoration: none;
	text-align: right;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}


/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}

.hover01 figure {
	position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.hover01 figure:hover .overlay {
  height: 100%;
}

.text {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a {
	text-decoration: none;
	border-radius: 20px;
	padding: 10px 20px;
	color: #FFF;
	background: #14699f;
}

.text a:hover {
	text-decoration: none;
	background: #99c1e3;
	transition: all .35s ease-in-out .35s;
}

.clear {
	clear: both;
}

#top_package {
	margin: 30px auto;
	max-width: 1240px;
	width: 100%;
}

#top_package h2,
.area h2 {
	text-align: center;
	font-weight: bolder;
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

.top_paragraph {
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 1.2em;
}

.package {
	float: left;
	width: 48%;
	margin: 1%;
	background: #f2f2f2;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

.package img {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 10px 0 0 10px;
}

.package h3 {
	font-size: 1.4em;
	padding: 10px 0 5px 0;
}

.package p {
	font-size: 1em;
	padding: 0 10px 5px 0;
}

.price {
	font-weight: bolder;
}

.price span {
	font-size: 1.2em;
}

.area {
	padding: 50px 0;
	background: #f2f2f2;	
}

.area_block {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}

.tour {
	width: 31.33%;
	margin: 0 1% 1% 1%;
	float: left;
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

.tour figure {
	border-radius:10px 10px 0 0 ;
}

.tour img {
	width: 100%;
	border-radius:10px 10px 0 0 ;
}




.tour h3 {
	text-align: center;
	font-size: 1.3em;
	padding: 15px 5px;
}

.tour p {
	padding: 0 10px 10px 10px;
}

.price {
	text-align: center;
}


.button-wrapper {
		display: block;
		margin: 0 auto;
		padding: 10px 30px;
	}
	.dark-button,
	.dark-button-2 {
		background: #333;
	}
	.button {
		background: #fff;
		border: none;
		padding: 2px;
		cursor: pointer;
		display: block;
		position: relative;
		overflow: hidden;
		transition: all .35s ease-in-out .35s;
	    margin: 0 auto 10px auto;
	    text-align: center;
	}
	.dark-button .button,
	.dark-button .button span {
		background: #36B4C7;
		color: #fff;
	}
	.dark-button .button:after,
	.dark-button .button:before,
	.dark-button .button:hover span {
		background: #fff;
		color: #444;
	}
	.dark-button-2 .button,
	.dark-button-2 .button span {
		background: #333;
		color: #fff;
	}
	.dark-button-2 .button:after,
	.dark-button-2 .button:before,
	.dark-button-2 .button:hover span {
		background: #fff;
		color: #444;
	} 
	.button span {
		display: block;
		padding: 15px 30px;
		background: #14699f;
		z-index: 100;
		position: relative;
		transition: all .35s ease-in-out .35s;
	}
	
	.button span a {
		text-decoration: none;
		color: #FFF;
	}

	.button:hover span {
		background: #99c1e3;
		color: #fff;
		transition: all .35s ease-in-out .35s;
	}
	.button:after {
		bottom: -100%;
		right: -100%;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: #99c1e3;
		transition: all .35s ease-in-out .5s;
	}
	.button:hover:after {
		right: 0;
		bottom: 0;
		transition: all ease-in-out .35s;
	}
	.button:before {
		top: -100%;
		left: -100%;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: #99c1e3;
		transition: all .35s ease-in-out .5s;
	}
	.button:hover:before {
		left: 0;
		top: 0;
		transition: all ease-in-out .35s;
	}
	
	
#dream {
	margin: 80px auto;
	max-width: 1240px;
	width: 100%;
}



#surprise {
	padding: 80px 0;
	width: 100%;
	background: #f7f6f4;
}

#surprise .content_list {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	color: #334d5e;	
}

.book {
	margin: 20px auto;
	width: 300px;
}

#dream h2 {
	text-align: center;
	padding: 0 0 30px 0;
}

#surprise h2,
#about h2,
#remarks h2 {
	text-align: center;
	padding: 0 0 20px 0;
}

#dream .content_list {
	float: left;
	width: 31%;
	margin:  0 2%;
}

#dream .content_img {
	float: left;
	width: 32.5%;
	text-align:center;
}

#dream .content_img img {
	width: 100%;
	margin: 0 0 20px 0;
}

#about {
	background: url(images/about_bg-min.jpg) no-repeat center bottom;
	height: 600px;
	color: #FFF;
}

#about .content_list {
	margin: 0 auto;
	padding: 130px 0 0 0;
	max-width: 960px;
	width: 100%;	
}

#about .content_list > p {
	text-align: center;
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

.about_list {
	float: left;
	width: 30%;
	margin: 1.5%;
}

.about_list > svg {
	display: block;
	width: 50%;
	margin: 0 auto 10px auto;
}

.about_list p {
	text-align: center;
}


.bottom_img {
	display: block;
	margin: 30px auto 50px auto;
}

.gift_price {
	text-align: center;
	font-size: 1.4em;
	padding: 10px;
	background: 
}

.gift_price span {
	text-decoration: line-through;
}

.special {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;	
}

.surprise_list {
	float: left;
	width: 50%;
	padding: 30px 0;
}

.surprise_list img {
	float: left;
	margin: 0 15px 20px 0;
}

.surprise_list h3 {
	padding: 0 0 10px 0;
}


#dream .content_list ul li,
#about .content_list ul li {
	list-style-type: disc !important;
	padding: 0 0 8px 0;
	margin: 0 0 0 30px;
}

#remarks {
	margin: 80px auto;
	max-width: 800px;
	width: 100%;
}

#remarks .content_list {
	text-align: left;	
}

#remarks .content_list ul {
	margin: 10px 0;
}

#remarks .content_list ul li {
	list-style: disc;
}

/*===============================================
●For Tablet Max Width 768px
===============================================*/
@media screen and (max-width: 768px){
.package {
	clear: both;
	float: none;
	width: 94%;
	margin: 0 3% 5% 3%;
	background: #FFF;
	border-radius: 0;
	border: none;
}

.package img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 0;
	width: 30%;
}

}



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

.bgCrossFade {
  position: relative;
  height: 130px; 
  background-size: cover;
}

.bgCrossFade h1 {
	text-align: center;
	z-index: 0;
	font-size: 1.6em;
	padding: 30px 0 0 0;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

#dream,
#remarks {
	margin: 30px auto;
}

#dream .content_list {
	float: none;
	width: 100%;
}

#dream .content_list ul li {
	margin: 0 20px 0 30px;
	list-style-type: disc !important;
}

#dream .content_img {
	float: none;
	width: 100%;
	text-align:center;
}

#dream .content_img img {
	width: 100%;
	display: block;
	margin: 0 auto 20px auto;
}

#dream h2,
#surprise h2,
#about h2,
#remarks h2 {
	font-size: 1.6em;
	text-align: center;
	padding: 0 0 20px 0;
}

.gift_price {
	font-size: 1.4em;
	text-align: center;
	padding: 10px 0 0 0;
}

.gift_price span {
	text-decoration: line-through;
}

.special {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding: 0 0 30px 0;	
}

#surprise {
	padding: 60px 0;
}

.surprise_list {
	float: none;
	width: 90%;
	padding: 5%;
}

.surprise_list h3 {
	font-size: 1.4em;
}

.about_list {
	float: none;
	width: 90%;
	margin: 5%;
}

.about_list > svg {
	display: block;
	width: 30%;
	margin: 0 auto 10px auto;
}

#about {
	height: 900px;
	color: #FFF;
	background-position: 25% 0%;
	background-size: cover;
}


#top_package h2,
.area h2 {
	text-align: center;
	font-weight: bolder;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

.top_paragraph {
	text-align: center;
	padding: 0 5px 10px 5px;
	font-size: 1em;
}

.package {
	float: none;
	width: 96%;
	margin: 0 2% 10% 2%;
	background: #FFF;
	border-radius: 0;
	border: none;
}

.package img {
	float: none;
	margin: 0 auto 10px auto;
	border-radius: 0;
	width: 50%;
	display: block;
}

.package h3 {
	font-size: 1.2em;
	padding: 10px 10px 5px 10px;
}

.package p {
	font-size: 1em;
	padding: 0 10px 5px 10px;
}

.column div {
	position: relative;
	float: left;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

.area {
	padding: 10px 0;
	background: #f2f2f2;	
}

.area_block {
	margin: 20px auto;
	max-width: 1240px;
	width: 100%;
}

.tour {
	width: 90%;
	margin: 0 5% 5% 5%;
	float: left;
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

.bottom_img {
	width: 100%;
}


}