@charset "Shift_JIS";


body{
	transition: all 1000ms ease-in;
	opacity: 1;
	margin-left: -15px;
	width: 100vw;
	overflow-x: hidden;
}
body.is-hide{
	opacity: 0;
}
body.is-fixed{
	overflow: hidden;
}

#page_header,
#page_header-pc{
	width: calc( 100vw + 15px );
	padding-right: 15px;
}
.iPad {
	margin-left: 0;
}
.iPad #page_header,
.iPad #page_header-pc{
	width: 100vw;
	padding-right: 0;
}
.iPad .main_visual{
	margin-left: 0;
}

#mainContents{
	opacity: 1;
	position: relative;
}
.main_visual{
	opacity: 0;
	position: fixed;
	bottom: 1500px;
	text-align: center;
	width: 100vw;
	min-width: 1120px;
	background: url(/luxurytravel/ordermade/img/index/main_visual.jpg) center center no-repeat;
	background-size: cover;
	transition: all 500ms ease-in;
	z-index: 99;
	margin-left: 15px;
	/* opacity: 0; */
}
.main_visual.is-fixed{
	bottom: 0;
}
.main_title{
	opacity: 0;
	padding-top: 145px;
	transition: all 500ms ease-in;
}
@media (max-height: 730px) {
	.main_title{
		padding-top: 6%;
	}
}
.btn-scroll{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 25px;
	width: 50px;
	height: 61px;
	transition: all 2000ms ease-in;
}
.js-fadeIn{
	opacity: 0;
}
.js-fadeIn.is-on{
	opacity: 1;
}

.nav{
	display: none;
}
.section{
	width: 900px;
	padding: 45px 0 85px;
	text-align: center;
}

.lead{
	padding-top: 65px;
	background: url(/luxurytravel/ordermade/img/line-decoration.png) top center no-repeat;
	background-size: 506px auto;
	font-size: 16px;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 2;
}

.btn_wrap{
	margin: 45px 0 42px;
}
.btn_list{
	display: inline-block;
	text-align: center;
	margin-bottom: 70px;
}
.btn_list .btn{
	display: inline-block;
}
.btn_list .btn + .btn{
  margin-left: 18px;
}
.btn_list .btn img{
	transition: all 500ms;
}
.btn_list .btn a:hover img{
	opacity: 0;
}
.btn-arrangement{
	background: url(/luxurytravel/ordermade/img/index/btn-arrangement_on.jpg) top center no-repeat;
}
.btn-contact{
	background: url(/luxurytravel/ordermade/img/index/btn-contact_on.jpg) top center no-repeat;
}

/* .img_box{
	margin-top: 20px;
} */

.img_box .img01,
.img_box .img02 {
		margin-bottom: 20px;
}

.bnr-corporation{
	margin-top: 42px;
	background: url(/luxurytravel/ordermade/img/index/bnr-corporation_on.jpg) top center no-repeat;
}




@-webkit-keyframes floating {
0% {-webkit-transform:translate(0, 0);}
50% {-webkit-transform:translate(0, -15px);}
100% {-webkit-transform:translate(0, 0);}
}

@keyframes floating {
0% {transform:translate(0, 0);}
50% {transform:translate(0, -15px);}
100% {transform:translate(0, 0);}
}

.is-floating {
	-webkit-animation:floating 2s infinite linear alternate;
	animation:floating 2s infinite linear alternate;
}

.info {
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0 40px 40px 40px;
    color: #5d3b36;
    background: #ffe8e6;
    border-top: solid 5px #d04e3a;
}

.info p {
    padding: 5px;

}
.info a {
    color: #125687;
    font-size: 1.1em;
    text-decoration: none;
}

.info a:hover{
  text-decoration: underline;
}
.rrg_rugbyworldcup_banner{
	margin-bottom:14px;
}

.rrg_rugbyworldcup_banner a:hover {
	opacity: .7;
}