@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	font-weight: 400;
	color: #333;
}

header {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
/*  background-image: url(images/img01-min.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% -215px;
  z-index: 100;*/
	background: #FFF;
}

header#new {
	background-image: url(images/campaign_top3.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

header#top_campaign {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  z-index: 100;
}



#top_header {
	background: rgba(12,80,160,0.8);
	color: #FFF;
}

#top_header_ttl {
	/*background: rgba(255,255,255,0.25);*/
	color: #000;
}

#top_header_ttl h1 {
	animation-duration: 5s;
	animation-name: slide-in;
	text-align: center;
	padding: 20px;
	font-size: 2.4em;
	font-weight: 100;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

@keyframes slide-in {
from {
	opacity: 0;
    filter: alpha(opacity=0);
	width:100%;
}

to	{
	opacity: 1.0;
    filter: alpha(opacity=100);
	width:100%;
}
}

#recommended {
	text-align: center;
}

.heading {
	text-align: center;
	background: #CC6633;
	margin: 0 0 10px 0;
}

.heading h2 {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	color: #FFF;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

#top_header .top_header_column {
	width: 33%;
	float: left;
	text-align: center;
	font-size: 0.9em;
}

#top_header .top_header_column h3 {
	margin: 0;
	padding: 35px 0 20px 0;
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1;
}

#top_header .top_header_column h2 {
	margin: 0;
	padding: 25px 0 20px 0;
	font-size: 1.6em;
	font-weight: 100;
	line-height: 1;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

#top_header .top_header_column h2 span {
	font-size: 0.7em;
	font-style: italic;
}

#top_date {
	position: absolute;
	bottom: 0;
	background: rgba(1,69,157,0.65);
	color: #FFF;
	width: 100%;
}


#top_date .top_header_column {
	width: 50%;
	float: left;
	text-align: left;
	padding: 15px;
	vertical-align: middle;
	font-size: 1.2em;
}

.clear {
	clear: both;
}


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

#kanazawa_top_content h2 {
	font-size: 1.4em;
}

.lp_content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.hotel_block {
	background: #efefef;
	padding: 0 0 20px 0;
}

.hotel_block_white {
	background: #fff;
	padding: 0 0 20px 0;
}

.hotel_content {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

.hotel_sub {
	text-align: center;
}

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

.hotel_content ul {
	margin: 10px 0;
}

.hotel_content ul li {
	margin: 0 0 5px 35px;
	list-style: circle;
}

.img_hotel {
	float: left;
	margin: 0 45px 0 0;
	width: 40%;
}

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

.hotel_slider2 {
	float: right;
	width: 48%;
}

.hotel_slider2 caption {
	text-align: center;
	font-size: 0.9em;
}

.hotel_slider img,
.hotel_slider2 img {
	width: 100%;
	    margin: 0;
}

.des_hotel {
	float: left;
	width: 48%;
}

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

.icons {
	text-align: center;
}

.des_hotel2 p {
	padding: 5px;
	
}

.img_recommended {
	float: left;
	margin: 0 35px 0 0;
	line-height: 1.2;
}

.list_recommended {
	font-size: 0.85em;
}

.list_recommended li {
	padding: 0 0 7px 0;
	list-style: circle;
}

.button-wrapper {
		display: block;
		margin: 0 auto;
		padding: 10px;
	}
	.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;
	    width: 460px;
	    text-align: center;
	}
	.dark-button .button,
	.dark-button .button span {
		background: #CC6633;
		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;
		background: #CC6633;
		z-index: 100;
		position: relative;
		transition: all .35s ease-in-out .35s;
	}

	.button span a {
	text-decoration: none;
	color: #FFF;
	padding: 15px 10px;
	display: block;
	}

	.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;
	}

#schedule {
	margin: 0 0 20px 0;
}

.schedule_content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#day {
	width: 50%;
	float: left;
	height: 500px;
	overflow-y: scroll;
}

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

#map h3 {
	text-align: center;
	padding: 0 0 5px 0;
}

#map img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.day_block {
	padding: 20px 0 0 0;
}

.date {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	text-align: center;
	padding: 20px 0 0 0;
    background-color: #014099;
	color: #FFF;
}

.date span {
	font-size: 1.6em;
	font-style: italic;
}

.day_circle {
	float: left;
	width: 13%;
	padding: 10px 0 0 0;
}

.day_content {
	float: left;
	width: 47%;
	font-size: 0.95em;
	padding: 20px 0 0 10px;
}

.day_content_none {
	float: left;
	width: 77%;
	font-size: 0.9em;
	padding: 20px 0 0 10px;
}

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

.day_content_none p span {
	font-size: 0.8em;
}

.day_img {
	float: left;
	width: 40%;
	padding: 10px 0 0 0;
	text-align: center;
}

.day_img img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.day_img caption {
	font-size: 0.8em;
}

#testimonial {
	background: #f4f4f4;
}

.testimonial {
	float: left;
	width: 20%;
}

.testimonial img {
	display: block;
	margin: 10px auto 0 auto;
}

.testimonial p {
	padding: 10px 8px 20px 8px;
	font-size: 0.9em;
}

.info {
	float: left;
	width: 31%;
	margin: 0 1% 2% 1%;
	background: #bad4e2;
}

.info_p {
	font-size: 1.1em;
	padding: 10px 0 20px 0;
	text-align: center;
}

.info h3 {
	padding: 10px 0 5px 0;
	text-align: center;
	color: #FFF;
}

.info img {
	display: block;
	margin: 0 auto;
}

.info p {
	padding: 10px 15px 15px 15px;
	font-size: 0.9em;
}

.info table {
	width: 80%;
	margin: 5px auto;
	font-size: 0.9em;
}

.headeing_food {
	padding: 20px 0 10px 0;
	text-align: center;
}

.p_food {
	padding: 0 0 20px 0;
	text-align: center;
}

.food {
	float: left;
	width: 23%;
	margin: 0 1% 2% 1%;
	padding: 10px;
	background: #ffe2b0;
}

.food img {
	margin: 10px auto;
	display: block;
}

.food p {
	margin: 0;
	font-size: 0.75em;
	font-weight: bolder;
	text-align: center;
}

#bottom_btn {
	background: #6199ce;
}

#bottom_btn_content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #b6d1ed;
}

.bottom_ttl {
	padding: 30px 0 10px 0;
	font-weight: 300;
	text-align: center;
	font-size: 1.6em;
}

.bottom_price {
	text-align: center;
	padding: 0 0 10px 0;
}

#optional_tour {
	margin: 50px 0 20px 0;
}

.info img {
	width: 100%;
}

.info h4 {
	padding: 10px;
	font-weight: 500;
	font-size: 1.1em;
}

.info .small {
	font-size: 0.8em;
}

.slick-dots {
	display: none !important;
}

.logo_hotel {
	display: block;
	margin: 0 auto;
}

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

#air .tel {
	padding: 10px 0 0 0;
	font-weight: bolder;
	font-size: 1.4em;
}

#air .tel span {
	font-weight: normal;
	font-size: 0.7em;
	color: #676767;
}

/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media screen and (max-width: 1024px){
header {
  background-size: contain;
  height: 450px;
  font-size: 70%;
  background-position: 50% 0;
}

header#new {
  height: 300px;
	background-position: 20% 0%;
	background-repeat: no-repeat;
}

#top_header_ttl {
	font-size: 75%;
}

#top_date {
	font-size: 80%;
}

.img_recommended {
	width: 50%;
}

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


}

/*===============================================
●For Tablet Max Width 768px
===============================================*/
@media screen and (max-width: 768px){
header {
  background-size: contain;
  height: 450px;
  font-size: 70%;
  background-position: 50% 0;
}

header#new {
  height: 400px;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

#day {
	width: 100%;
	float: none;
	height: auto;
	overflow: none;
}

#map {
	width: 100%;
	float: none;
}

#map img {
	margin: 20px auto;
	width: 60%;
}


.testimonial img {
	width: 85%;
}

.testimonial p {
	font-size: 0.9em;
}

.info img {
	width: 90%;
}

.info h3 {
	padding: 10px 0;
	font-size: 1.2em;
}

.p_food {
	font-size: 0.9em;
}

.food img {
	width: 90%;
}

.img_hotel,
.img_hotel2 {
	float: none;
	margin: 0;
	width: 100%;
}

.hotel_slider,
.hotel_slider2 {
	float: none;
	margin: 0;
	width: 100%;
}

.des_hotel2 {
	float: none;
	width: 100%;
	padding: 0 10px;
}

.info {
	width: 48%;
}


}


/*===============================================
●For Mobile Max Width 640px
===============================================*/
@media screen and (max-width:640px){
header {
  background-size: 180%;
  height: 390px;
  font-size: 70%;
  background-position: 50% 0;
}

header#new {
  height: 320px;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

#top_header_ttl h1 {
	display: none;
}

#top_header .top_header_column {
	width: 100%;
	float: none;
	text-align: center;
}

#top_header .top_header_column h3 {
	padding: 5px 0;
}

#top_header .top_header_column h2 {
	padding: 5px 0;
}

#top_header_ttl h1 {
	font-size: 2.2em;
	padding: 20px 0;
	font-weight: bolder;
}

#top_header_ttl {
	background: rgba(255,255,255,0.35);
}


#top_date {
	padding: 10px 0;
}

#top_date .top_header_column {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
	font-size: 1.4em;
}

.img_recommended {
	float: none;
	width: 100%;
	margin: 0;
}

.list_recommended {
	float: none;
	margin: 10px 20px 10px 30px;
}

.list_recommended li {
	list-style: circle;
}

.day_circle {
	float: left;
	width: 23%;
	padding: 10px 0 0 10px;
}

.day_content {
	float: left;
	width: 77%;
	font-size: 0.95em;
}

.day_img {
	clear: both;
	float: none;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
}

.day_img img {
	width: 60%;
	padding: 10px 0 0 0;
}

.heading h2 {
	font-size: 1.4em;
}

.testimonial {
	float: left;
	width: 50%;
}

.info {
	float: none;
	width: 98%;
	margin: 0 1% 2% 1%;
	background: #bad4e2;
}

.info h3 {
	padding: 10px 0;
	font-size: 1.2em;
}

.info p {
	padding: 5px 15px 15px 15px;
	font-size: 0.9em;
}

.info_p {
	font-size: 1.1em;
	padding: 10px 10px 20px 10px;
}

.food {
	float: left;
	width: 48%;
	margin: 0 1% 2% 1%;
	padding: 10px;
	background: #ffe2b0;
}


.button {
	width: 100%;
}

.hotel_sub {
	font-size: 0.9em;
}

.hotel_ttl {
	font-size: 1.2em;
}

.bottom_ttl {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	padding: 0 10px 5px 10px;
}

.info_p {
	text-align: left;
	font-size: 1em;
}

#air img {
	width: 100%;
}

header#top_campaign {
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  background: url(images/campaign_top-min2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 100;
}

#air .button img {
	width: 25px;
}

#kanazawa_top_content h2 {
	font-size: 1em;
}
.content_block2 {
	margin: 0 auto;
	background: #ffffff;
}
	
.title_block {
	padding: 10px 15px;
	background: #8eb4d9;
	text-align: center;
}
	
.bottom_block {
	padding: 5px 10px;
}
	
.tour_block5 {
	float: left;
	width: 47%;
	margin: 0 1% 2.5% 1%;
}

	
	.img_tour {
	float: center; 
	margin: 0px 15px 15px 0px; 
	width: 100%;
}
	
.slider {
    width: 100%;
    margin: 0 auto;
}
	
.title_text{
		margin: 0 auto; 
		line-height: 140%; 
		font-weight: 400; 
		font-size: 2em;
		max-width: 1240px;
	    width: 100%; 
	}
｝
