@charset "utf-8";
/* CSS Document */

body {font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;}
/*body {font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;} */

a:hover{
	color:#fb4551;
}

section {
	width: 100%;
    height: auto;
    padding: 25px 0;
    position: relative;
    display: block;
}

.inner {
    width: 960px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
	padding: 30px 0;
	border-radius: 5px;
}

.bg {
	background:#009147;
}

h2 {
	font-size:30px;
	font-weight:bold;
	margin-bottom: 50px;
	text-align:center;
	font-family: 新ゴ M;
}

h2 span {
    display: block;
    font-size: 20px;
    line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.4em;
	color:#002496;
	margin-top: 10px;
}

h2 span .red {
	color:#D83641;
	display: inline;
}

@media screen and (max-width:1180px){
section {
	padding:0;
}

.inner {
	width:96%;
	overflow:hidden;
}
}

@media screen and (max-width:640px){
h2 {
    font-size: 22px;
}

h2 span {
    font-size: 14px;
}
}

/* メインビジュアル */
.main {
	background:url(../images/main.jpg) no-repeat;
	height:247px;/* 背景の高さ */
	box-sizing: border-box;
	padding-block: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.main .col_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 500px;
	background: rgba(0,0,0,0.6);
	padding: 30px 30px 20px;
	text-align:center;
	color:#ffffff;
}

.main p {
	font-size:16px;
	margin-top: 18px;
}

h1 {
	font-size:40px;
	background:url(../../images/flag_france.png) no-repeat;
	padding-left:38px;
	background-position: 0 center;
	font-family: 新ゴ M;
}

.main .col_box a{
	color: #fff;
	background-color: #F9423A;
	padding: 10px 40px 10px 20px;
	display: inline-block;
	margin-top: 18px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}

.main .col_box a:hover{
	background-color: #fc7c85;
	opacity: 1;
}

.main .col_box a::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(../../images/search_white.svg);
	background-size: 100%;
	width: 18px;
	height: 18px;
}

@media screen and (max-width:769px){
.main {
	background:url(../images/main_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.main .col_box {
	width: 77%;
	padding: 5%;
}

h1 {
	font-size:27px;
}
}

@media screen and (max-width:640px){
h1 {
	font-size:22px;
}
.main p {
	font-size:13px;
	margin-top: 10px;
}
}

/* 【てすと】ナビゲーション */
 .navi {
	background:#000000;
}

ul.tab {
	background:#000000;
}

ul.tab {
	margin: 0 auto;
    width: 960px;
    padding-bottom: 57px;
}

ul.tab li {
	width:25%;
	float: left;
	text-align: center;
}

ul.tab li a{
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    display: block;
}

ul.tab li a:hover{
	text-decoration:none;
	color:#cccccc;
}

@media screen and (max-width:960px){
ul.tab {
	width:100%;
	
}
}

@media screen and (max-width:769px){
.navi {
	position:fixed;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.navi ul {
	width:100%;
	padding-bottom: 0px;	
}

.navi ul li {
    width: 49.8%;
    float: left;
    background: #000000;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.navi ul li:nth-child(even) {
	border-right: none;
}

ul.tab li a {
	font-size:0.9em;
	padding:15px;
}

}

@media screen and (max-width:640px){

}

/* ナビゲーション */
/*.navi {
	background:#000000;
}

.navi ul {
	margin: 0 auto;
    width: 960px;
    padding-bottom: 57px;
}

.navi ul li {
	width:25%;
	float: left;
	text-align: center;
}

.navi ul li a{
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    display: block;
}

.navi ul li a:hover{
	text-decoration:none;
	color:#cccccc;
}

@media screen and (max-width:960px){
.navi ul {
	width:100%;
	
}
}

@media screen and (max-width:769px){
.navi ul {
	width:100%;
	padding-bottom: 0px;
	
}

.navi ul li {
    width: 100%;
	float:none;
	border-top: 1px solid #ffffff;
}

.navi ul li:first-child {
	border-top: none;
}

}



/* ランキング */
.ranking .left,
.ranking .center {
	float: left;
	width:32%;
	margin-right:14px;
}

.ranking .right {
	float: left;
	width:32%;
}

.ranking img.number01,
.ranking img.number02,
.ranking img.number03 {
	margin: 0 auto;
    display: block;
	margin-bottom: 10px;
}

.ranking .pic {
	position:relative;
}

.ranking .pic img {
	width:100%;
}

.ranking .pic a p {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    margin-top: -31px;
    position: absolute;
    letter-spacing: 0.1em;
    width: 100%;
}

.ranking .pic a .small {
    font-size: 12px;
    margin-top: -31px;
}
.ranking .pic .txBg {
    background-color: #000000;
    height: 45px;
    margin-top: -45px;
    opacity: 0.7;
}

.ranking .theme {
	border: solid 1px #ccc;
	overflow:hidden;
}

.ranking .theme h5 {
	text-align:center;
	margin: 12px 0;
}

.ranking .theme ul li {
	width: 47.5%;
	background:#fb4551;
	text-align:center;
	border-radius:4px;
	float: left;
	margin-bottom:5px;
}

.ranking .theme ul li:nth-child(odd) {
	margin:0 5px;
	margin-bottom: 5px;
}

.ranking .theme ul li a{
	color:#ffffff;
	padding: 15px;
	display: block;
}

.ranking .theme ul li.small{
	font-size:11px;
}

.ranking .theme ul li:hover {
	opacity:0.7;
}

.ranking .theme ul li a:hover{
	text-decoration:none;
}

@media screen and (max-width:769px){
.ranking .left,
.ranking .center,
.ranking .right {
	float: none;
	width:100%;
}

.ranking .pic a p4 {
	margin-top: -31px;
}

.ranking {
	margin-bottom:30px;
}

.ranking img.number02,
.ranking img.number03 {
	padding-top:30px;
}
}

@media screen and (max-width:640px){
.ranking .theme h5 {
	font-weight:normal;
}
}

/* イタリア国内周遊ツアー */
.country_area {
	overflow: hidden;
    margin-bottom: 30px;
}

.country_area .left {
	float: left;
	width:32%;
	margin-right:14px;
	position: relative;
}

.country_area .right {
	float: left;
	width:62%;
	margin-left: 4%;
}

.country_area .left img {
	width:100%;
}

.country_area .left img.plus {
    position: absolute;
    top: 37%;
    right: -12%;
    width: auto;
}

.country_area h3 {
	font-size:20px;
	margin-bottom: 10px;
}

.country_area h3 img {
	width:35px;
	padding-right: 10px;
	vertical-align: top;
}

/*最初の
.country_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
}

.country_area ul li a{
	background:url(../images/arrow_black.png) no-repeat;
	font-size: 15px;
	background-position: 0 center;
	padding: 15px;
} */

/*線ありここから*/
.country_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
	border: solid 1px #cccccc;
	margin-right: 10px;
	padding: 3px;
}

.country_area ul li a{
	background:url(../../images/arrow_black.png) no-repeat;
	font-size: 15px;
	padding: 0 19px;
	background-position: left 5px center;
}

.country_area ul li:hover {
	background: #cccccc;
}

.country_area ul li a:hover{
	background:url(../../images/arrow_white.png) no-repeat;
	background-position: left 5px center;
	color:#ffffff;
	text-decoration:none;
}
/*線ありここまで*/

@media screen and (max-width:769px){
.country_area .left,
.country_area .right {
	float: none;
	width:100%;
}

.country_area .left img.plus {
	display:none;
}

.country_area .right {
	margin-top: 20px;
	margin-left: 0;
}

.country_area ul li {
	background:#002496;
	text-align:center;
	border-radius:4px;
	float: left;
	margin-bottom:5px;
	float: none;
	border:none;
}

.country_area ul li a{
	background:none;
	color:#ffffff;
	padding: 15px;
	display: block;
}
}

@media screen and (max-width:640px){
.country_area ul li {
	margin: 10px 0;
}

.country_area h3 {
	font-size:17px;
	font-weight: normal;
}
}


/* 2ヵ国周遊ツアー */
.country01_area {
	overflow: hidden;
    margin-bottom: 40px;
}

.country01_area .left {
	float: left;
	width:32%;
	margin-right:14px;
}

.country01_area .right {
	float: left;
	width:64%;
	margin-left: 1%;
}

.country01_area .left img {
	width:100%;
}

.country01_area .left img.small {
	width:50%;
	float:left
}

.country01_area h3,
.country02_area h3 {
	font-size:20px;
	margin-bottom: 10px;
}

.country01_area h3 img,
.country02_area h3 img {
    width: 35px;
    padding-right: 10px;
    vertical-align: top;
}

/*.country01_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
}

.country01_area ul li a{
	background:url(../images/arrow_black.png) no-repeat;
	font-size: 15px;
	background-position: 0 center;
	padding: 15px;
} */

/*線ありここから*/
.country01_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
	border: solid 1px #cccccc;
	margin-right: 10px;
	padding: 3px;
}

.country01_area ul li a{
	background:url(../../images/arrow_black.png) no-repeat;
	font-size: 15px;
	padding: 0 19px;
	background-position: left 5px center;
}

.country01_area ul li:hover {
	background: #cccccc;
}

.country01_area ul li a:hover{
	background:url(../../images/arrow_white.png) no-repeat;
	background-position: left 5px center;
	color:#ffffff;
	text-decoration:none;
}
/*線ありここまで*/

.country01_area h5 {
    clear: both;
    background: #000000;
    padding: 5px;
    color: #ffffff;
    width: 182px;
    text-align: center;
	margin-bottom: 10px;
}

.country01_area .box {
	margin-bottom:18px;
	overflow: hidden;
}

.country02_area .pic {
	position:relative;
}

.country02_area .pic img {
	width:100%;
}

.country02_area .pic a p {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    margin-top: -31px;
    position: absolute;
    letter-spacing: 0.1em;
    width: 100%;
}

.country02_area .pic a .small {
    font-size: 12px;
    margin-top: -31px;
}
.country02_area .pic .txBg {
    background-color: #000000;
    height: 45px;
    margin-top: -45px;
    opacity: 0.7;
}


@media screen and (max-width:769px){
.country01_area .left {
	float: none;
	width:100%;
}

.country01_area .right {
	width:100%;
	margin-left: 0;
}

.country01_area .right {
	margin-top: 20px;
}

.country01_area h5 {
    background: none;
    color: #000000;
    font-weight: normal;
    border-bottom: solid 2px #000000;
    width: 35%;
    margin: 0 auto;
}

.country01_area ul li {
	background:#002496;
	text-align:center;
	border-radius:4px;
	float: left;
	margin-bottom:5px;
	float: none;
	border:none;
}

.country01_area ul li a{
	background:url(../../images/arrow_white.png) no-repeat;
	background-position: left 5px center;
	color:#ffffff;
	padding: 15px;
	display: block;
}
}

@media screen and (max-width:640px){
.country01_area ul li {
	margin: 10px 0;
}

.country01_area h3,
.country02_area h3 {
	font-size:17px;
	font-weight:normal;
}
}


/* 3ヵ国以上周遊 */
.country02_area .left,
.country02_area .center {
	float: left;
	width:32%;
	margin-right:14px;
	margin-bottom: 20px;
}

.country02_area .right {
	float: left;
	width:32%;
}

.country02_area .box img {
	width:100%;
}

.country02_area .box a p {
    background: url(../../images/arrow_black.png) no-repeat;
    font-size: 15px;
    background-position: 0 center;
    padding: 8px 0;
    letter-spacing: 0.1em;
    width: 95.5%;
    padding-left: 15px;
	font-weight: bold;
}

.country02_area .box a .small {
    font-size: 12px;
}

@media screen and (max-width:769px){
.country02_area .left,
.country02_area .center,
.country02_area .right {
	float: none;
	width:100%;
}

.country02_area .right {
	margin-bottom: 20px;
}

.country02_area .box a .small {
    font-size: 15px;
}
}


/* オーダーメイド */
.order {
	overflow: hidden;
    margin-bottom: 40px;
	padding:20px;
	border-radius:5px;
}

.order .right {
	float: right;
	width:35%;
}

.order .left {
	float: left;
	width:64%;
	margin-left: 1%;
    margin-top: 10px;
	color:#ffffff;
}

.order .right img {
	width:100%;
}

.order .right img {
	width:100%;
}

.order h2 {
	font-size:25px;
    margin-bottom: 30px;
}

.order h2 img{
	width:40px;
	vertical-align: middle;
	padding-right:10px;
}

.order ul {
    margin-bottom: 30px;
	overflow: hidden;
}

.order ul li {
	font-size:18px;
	float:left;
    width: 100%;
    text-align: center;

    line-height: 2.5;
}

.order p {
	font-size:15px;
	line-height:1.8;
	text-align:center;
	margin-bottom: 30px;
}

.order .btn {
	background: #F1AA0F;
	margin:0 auto;
	border-radius: 4px;
	margin-top: 20px;
	width: 65%;
}

.order .btn a{
	color:#ffffff;
	padding: 14px;
    display: block;
    font-size: 21px;
    font-weight: bold;
}

.order .btn:hover {
	background: #FB6D77;
}

.order .btn a:hover{
	text-decoration:none;
}

.order .br_sp {
	display:none;
}

@media screen and (max-width:769px){
.order {
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

.order h2 {
	text-align:center;
}

.order h2 img {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

.order .left {
	float: none;
	width:100%;
}

.order .right {
	width:100%;
}

.order .right {
	margin-top: 20px;
}

.order h2 {
	font-size:20px;
}

.order .br_sp {
	display:inline;
}

.order ul li {
	font-size:16px;
}

.order p {
	font-size:14px;
	text-align:left;
}

.order .btn {
	margin-bottom:20px;
	width: 75%;
}

.order .btn a {
	text-align:center;
}

}