body, 
h1, 
h2,
h3, 
h4, 
h5,
h6, 
p, 
ul, 
ol,
dl{
	margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;	
}
.clearfix:after{
	clear: both;
}
/*
----------------------------------------------------------------*/
.content {
    position: relative;
	overflow: hidden;
    min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}
/*
----------------------------------------------------------------*/
.social-icons {
    position: absolute;
	right: 120px;
    top: 10px;
    z-index: 9999;
}
.social-icons > .line,
.social-icons > .facebook,
.social-icons > .twitter,
.social-icons > .hatena,
.social-icons > .google-plus,
.social-icons > .pinterest {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    float: left;
    height: 37px;
    margin-right: 10px;
    width: 37px;
    cursor: pointer;
}
.social-icons > .line {
    background-image: url(img/icon_line.png);
}
.social-icons > .facebook {
    background-image: url(img/icon_facebook.png);
}
.social-icons > .twitter {
    background-image: url(img/icon_twitter.png);
}
.social-icons > .google-plus {
    background-image: url(img/icon_google.png);
}
.social-icons > .hatena {
    background-image: url(img/icon_hatena.png);
}
.social-icons > .pinterest {
    background-image: url(img/icon_pinterest.png);
}
.social-icons > .line {
    display: none;
}

/*
----------------------------------------------------------------*/
.hero{
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
	height: 698px;
    position: relative;
}
.hero__txt-01 {
    margin: 0;
    position: absolute;
    top: 182px;
    right: 152px;
}
.hero__txt-02 {
    margin: 0;
    position: absolute;
    top: 182px;
    right: 296px;
}
/*
----------------------------------------------------------------*/
.navigation{
    position: absolute;
    top: 491px;
    left: 122px;
}
.navigation__button {
    float: left;
    margin-right: 10px;
}
.navigation__button a {
    width: 120px;
    display: block;
}

/*
----------------------------------------------------------------*/
.about {
    height: 356px;
    position: relative;
    z-index: 900;
}
.about p {
    position: absolute;
    top: 70px;
    left: 90px;
}
.about .parallax-container{
	height: 100%;
}

/*
----------------------------------------------------------------*/
.story {
    height: 489px;
    height: 415px;
    position: relative;
    z-index: 800;
}
.story p {
}
.story__left{
	float: left;
	width: 50%;
	height: 100%;
}
.story__img{
	height: 100%;
    background-image: url(img/story_img_01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}
.story__right{
	float: left;
	width: 50%;
}
.story__txt{
	margin-top: 10%;
	margin-left: 7.5%;
}


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

.section {
    box-sizing: border-box;
    margin: 0 auto;
}
.section .inner {
    margin: 0 auto;
    width: 1000px;
}
.section:after {
    content:" ";
    display:block;
    clear:both;
}
.section__header {
    text-align: center;
}
.section__header__ttl {
    padding: 30px 0;
}
.section__body {
    margin: 0 auto;
    width: 1000px;
}
.section__body:after {
    content:" ";
    display:block;
    clear:both;
}
.section__body p {
    margin-top: 20px;
}
.section__body .btn {
    margin-top: 40px;
    text-align: center;
}
.section__body__text {
    float: right;
    width: 565px;
}
.section__body__ttl {
    margin-top: 48px;
}

.section__body__img {
    float: left;
    margin-top: -57px;
    position: relative;
    width: 381px;
}
.section__body__img div:nth-child(2) {
    margin-top: -10px;
}



/*
----------------------------------------------------------------*/
.section--01 {
    background-image: url(img/bg_01.png);
    background-position: top center;
    background-repeat: repeat;
    padding-top: 100px;
	padding-bottom: 1px;
    position: relative;
    z-index: 700;
	/*overflow: hidden;*/
}
.section--01 .section__header{
	position: relative;
	z-index: 1;
}
.section--01 .section__header:after{
	content: '';
	display: block;
	height: 200px;
	position: absolute;
	bottom: -50px;
	left: -30px;
	right: -30px;
	background-image: url(img/bg_01.png);
	background-repeat: repeat;
	background-position: 0;
	transform: rotate(-3deg);
	z-index: -1;
}


.section--01 .section__body{
	margin-bottom: 70px;
}
.section--01:after{
	content: '';
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	height: 36px;
	position: absolute;
	background-image: url(img/bg_01_01.png);
	background-repeat: repeat;
	background-position: 0;
	z-index: -1;
}


/*
----------------------------------------------------------------*/
.section--02 {
    background-image: url(img/bg_02.png);
    background-position: top center;
    background-repeat: repeat;
    padding-top: 102px;
	padding-bottom: 1px;
    position: relative;
    z-index: 600;
	/*overflow: hidden;*/
}
.section--02 .section__header{
	position: relative;
	z-index: 1;
}
.section--02 .section__header:after{
	content: '';
	display: block;
	height: 200px;
	position: absolute;
	bottom: -50px;
	left: -30px;
	right: -30px;
	background-image: url(img/bg_02.png);
	background-repeat: repeat;
	background-position: 0;
	transform: rotate(3deg);
	z-index: -1;
}
.section--02 .section__body{
	margin-bottom: 70px;
}
.section--02 .section__body__text {
    float: left;
}
.section--02 .section__body__img {
    float: right;
}

.section--02:after{
	content: '';
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	height: 36px;
	position: absolute;
	background-image: url(img/bg_02_01.png);
	background-repeat: repeat;
	background-position: 0;
	z-index: -1;
}
/*
----------------------------------------------------------------*/
.section--03 {
    background-image: url(img/bg_01.png);
    background-position: top center;
    background-repeat: repeat;
    padding-top: 102px;
    position: relative;
    z-index: 500;
	overflow: hidden;
}
.section--03 .section__header{
	position: relative;
	z-index: 1;
}
.section--03 .section__header:after{
	content: '';
	display: block;
	height: 200px;
	position: absolute;
	bottom: -50px;
	left: -30px;
	right: -30px;
	background-image: url(img/bg_01.png);
	background-repeat: repeat;
	background-position: 0;
	transform: rotate(-3deg);
	z-index: -1;
}
.section--03 .section__body{
	margin-bottom: 70px;
}



/*
----------------------------------------------------------------*/
.section--04 {
    height: 906px;
    /*margin-top: -113px;*/
    padding-top: 160px;
    position: relative;
    z-index: 400;
}
.section--04 .section__header {
}
.section--04 .section__header__ttl {
    padding-top: 0;
    padding-bottom: 0;
}
.section--04 .section__body {
}
.section--04 .section__body .plan-list{
	margin: 60px 0 60px 0;
}
.section--04 .section__body .plan-list-item{
	float: left;
	margin-right: 32px;
}
.section--04 .section__body .plan-list-item:last-child{
	margin-right: 0;
}
.section--04 .parallax-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 906px;
	z-index: -1;
}


/*
----------------------------------------------------------------*/
.section--05 {
	background-color: #d3e8c8;
    background-position: top center;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    z-index: 300;
}
.section--05__route-list{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.section--05__button-01 {
    position: absolute;
    left: 619px;
    /*top: 83px;*/
    top: 90px;
}
.section--05__button-02 {
    position: absolute;
    left: 371px;
    /*top: 145px;*/
    top: 152px;
}
.section--05__button-03 {
    position: absolute;
    left: 641px;
    /*top: 271px;*/
    top: 278px;
}
.section--05__button-04 {
    position: absolute;
    left: 471px;
    /*top: 354px;*/
    top: 391px;
}
.section--05 .parallax-container{
	height: 650px;
	z-index: -1;
}
.section--05 .parallax img{ 
	position: absolute; 
	min-width: auto;
	min-height: auto;
	height: auto;
	transform: translate3D(-50%, 0px, 0px);
}



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

.section--06 {
    background-image: url(img/bg_01.png);
    background-position: top center;
    background-repeat: repeat;
    padding: 40px 0 60px;
}
.section--06 ul {
    text-align: center;
}
.section--06 li {
    display: inline-block;
    margin: 20px 20px 0;
}

/*
----------------------------------------------------------------*/
.parallax-container{
	height: 420px;
	position: relative;
}
.parallax{
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax img{ 
	position: absolute; 
	left: 50%;
	bottom: 0;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	transform: translate3D(-50%, 0px, 0px);
}

/*
----------------------------------------------------------------*/
.route-gujo,
.route-gifu,
.route-mino,
.route-seki{
	width: 935px;
	height: 922px;
	position: relative;
}
.route-gujo__button-01,
.route-gifu__button-01,
.route-mino__button-01,
.route-seki__button-01{
	position: absolute;
	top: 826px;
	left: 246px;
}



/*
----------------------------------------------------------------*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: none !important;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -6px;
	right: 12px;
	width: 46px;
	height: 46px;
	background: transparent url(img/close.png) 0 0;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 70px;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: -70px;
}
#fancybox-right {
	right: -70px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 85px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
    background-image: url(img/prev.png);
}
#fancybox-right-ico {
    background-image: url(img/next.png);
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}