﻿@charset "utf-8";

.inner{
	width: 960px;
	margin: 0 auto;
}
/* mvArea */
.mvArea {
	background: url(../images/index02_img_mv.webp) no-repeat top center;
	height: 520px;
	min-width: 960px;
	margin-top: 10px;
	background-size: cover;
}
.mvArea .introBox {
	display: inline-block;
	position: relative;
	top: 75px;
	left: 37px;
}
.mvArea .introBox p {
	width: 360px;
	text-align: left;
	line-height: 1.6;
	color: #023894;
	position: absolute;
	bottom: 22px;
	left: 28px;
}
/* pageInfoArea */
.pageInfoArea {
	padding: 90px 0;
}
/*各背景*/
#paris.pageInfoArea {
	background: url(../images/index02_bg_paris.webp) no-repeat top right;
	min-width: 960px;
}
#versailles.pageInfoArea {
	background: url(../images/index02_bg_versailles.webp) no-repeat top left #efeae7;
	min-width: 960px;
}
#montsaintmichel.pageInfoArea {
	background: url(../images/index02_bg_montsaintmichel.webp) no-repeat top right;
	min-width: 960px;
}
#season.pageInfoArea {
	background: url(../images/index02_bg_season.webp) no-repeat top left #efeae7;
	min-width: 960px;
}
#food.pageInfoArea {
	background: url(../images/index02_bg_food.webp) no-repeat top right;
	min-width: 960px;
}

.pageInfoArea .leftBox {
	margin-right: 40px;
}
.pageInfoArea:nth-child(odd) .leftBox,
.pageInfoArea:nth-child(even) .rightBox {
	float: left;
	width: 480px;
}
.pageInfoArea:nth-child(odd) .rightBox,
.pageInfoArea:nth-child(even) .leftBox {
	float: left;
	width: 440px;
}
.pageInfoArea p {
	margin-bottom: 30px;
}
/*おすすめツアー*/
.tourItemAreaWrap {
	background-color: #efeae7;
	padding: 50px 0;
}
.tourItemArea {
	margin: 0 auto;
	padding: 0;
}
#section07 {
	margin: 30px auto 0;
	text-align: center;
}
#section07 .link_list02 {
	display: inline-block;
}
#section07 .link_list02 li {
	background: url(/tyo/tour/france/images/bg_black_arrow.png) no-repeat 0 50%;
	margin: 0;
}
#section07 .link_list02 li#first {
	margin-left: 0;
}
#section07 .link_list02 li + li {
	margin-left: 50px;
}

/*----------------------------------*/
.link_list03 {
	width: 960px;
	margin: 50px 0 0;
}
.link_list03 p a:hover{
	opacity: 0.8;
}
.link_list03 ul {
	margin: 15px 0 0 50px;
	text-align: right;
}
.link_list03 li {
	display: inline-block;
	background: url(/tyo/tour/france/images/bg_black_arrow.png) no-repeat 0 50%;
	padding: 5px 0 5px 35px;
	font-weight: bold;
}
.link_list03 li a:link {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
}
.link_list03 li a:hover {
	color:#3E3D3D;
	text-decoration:none;
	border-bottom:none;
}
.link_list03 li a {
	color:#000000;
}

.bnr_europe {
	margin: 40px 0 0 0;
	background: #fff;
}
.bnr_europe a:hover { opacity: 0.8; }