﻿@charset "utf-8";
/*
* ★★CSS for PC
*
* @date 2017.08.07
* @gyy
*/

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

------------------------------------------ */
.sp {
	display: none;
}
#widewrapper {
	width: 100%;
}
#contents.column1 {
	background: #72142e;
	padding: 0 !important;
	margin-top: 0 !important;
	width: 100%;
}
#keyVisual {
	overflow: hidden;
	margin: 0;
	width: 100%;
	position: relative;
	height: 540px;
}
#keyVisual h1 {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.atten {
	background: #0f2a56;
	font-size: 12px;
	color: #a3b7d9;
	padding: 10px 65px;
}
#keyVisual h1 img {
	display: block;
	margin: 0 auto;
}
#keyVisual > img {
	width: 100%;
}

/* navi */
.navi {
	width: 100%;
	background: #72142e;
	box-shadow: 0 3px 6px #000;
	z-index: 999;
}
.navi ul {
	overflow: hidden;
	display:flex;
	justify-content: center;
}
.navi li {
	width: 230px;
}
.navi li img{width: auto; padding: 0;}
#contentsArea .navi li a {
	color: #fff;
	display: block;
	font-size: 0;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#contentsArea .navi li a::before {
	position: absolute;
	content: "";
	left: 0;
	width: 1px;
	background: #981736;
	height: 30px;
	top:30%;
}
/*#contentsArea .navi li:last-child a::after{
	position:absolute;
	content:"";
	right: 0;
	width: 1px;
	background:#981736;
	height: 30px;
	top:calc(50% - 15px);
}*/
#contentsArea .navi li:last-child {
	width: 215px;
}
#contentsArea .navi li:last-child a {
	position: static;
	background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/navi_bg.png) center center no-repeat;
	background-size: cover;

}
#contentsArea .navi li a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	opacity: 0.7;
}
#contentsArea .navi li:nth-child(1) a { padding-top: 14px;}
#contentsArea .navi li:nth-child(1) a:before { display: none;}
#contentsArea .navi li:last-child a { padding-top: 27px;padding-bottom: 27px;}
/*#contentsArea .navi li:nth-child(2) { width: 220px;}*/

/* special */
.special {
	background: linear-gradient(45deg, #72142e 0, #131e32 55%);
}
.special img {
	display: block;
	padding: 35px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 458px;
}
/* bg */
.w100 {
	width: 100%;
}
.bg1 {
	background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/bg1.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.box950 {
	width: 950px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.ttl img {
	display: block;
	margin: 0 auto;
    padding: 40px 0 50px 0;
}
.plan_box {
	width: 475px;
	float: left;
	border-radius: 5px 0 0 5px;
	background: #fff;
	height: 356px;
	padding: 25px 30px;
	box-sizing: border-box;
}
.img1_1 {
	float: right;
	border-radius: 0 5px 5px 0;
}
.plan_box .finish {
	margin-bottom: 10px;
	color: #981736;
	font-weight: bold;
}
.plan_box h3 {
	font-size: 28px;
	margin-bottom: 25px;
}
.plan_box p {
	font-size: 16px;
	color: #111;
	line-height: 1.6;
}
.plan_box p span {
	color: #981736;
	font-size: 22px;
	display: block;
}
.plan_box p span em {
	font-size: 36px;
	font-style: normal;
}
.right {
	text-align: right;
}
#contentsArea .plan_box a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 300px;
	padding: 20px 0;
	margin: 20px auto;
	background: linear-gradient(0deg, #72142e, #971736);
	border-radius: 8px;
}
#contentsArea .plan_box a.btn2{float: left; width: 48%; margin: 20px 1%;font-size: 14px;}
#contentsArea .plan_box a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.note_txt {
	font-size: 12px;
	color: #fff;
	margin-bottom: 50px;
	padding-top: 20px;
	clear: both;
	line-height: 1.4;
}
/* tokuten */
.bg2 {
	background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/bg2.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
	padding-bottom: 20px;
	padding-top: 20px;
}
.bgWhite{background: #f6f5f1;overflow: hidden;}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tokuten li {
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
.tokuten li div {
	width: 450px;
	box-sizing: border-box;
	padding: 30px 40px 10px;
	min-height: 260px;
}
.tokuten li div h3 {
	margin-bottom: 20px;
}
.tokuten li div p {
	font-size: 82%;
	line-height: 160%;
}
.tokuten_M {
	float: left;
	width: 462px;
}
.tokuten_M:nth-child(odd) {
	margin-right: 25px;
}

#PART1 {
	padding-bottom: 40px;
	padding-left: 10px;
}
#PART1 h2.ttl { padding-left: 20px;}

/* daikin */
.bg3 {
	background:#fff;
	overflow: hidden;
	padding-bottom: 20px;
}
.bg3 table {
	display: block;
	margin: 0 auto 10px;
	width: 950px;
}
.bg3 table tr td {
	background: rgba(245, 240, 227, 0.8);
	padding: 8px 5px;
	font-size: 13px;
	border: 1px solid #576d7e;
	font-weight:bold;
}
.bg3 .table1 tr td {
	text-align: right;
}
.bg3 .table1 tr:nth-child(1) td,
.bg3 .table3 tr:nth-child(1) td {
	background: rgba(15,42,86,1);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.bg_blue{background:#0f2a56 !important; color:#ffffff;}

.bg3 table tr td.date {
	text-align: center;
}
.bg3 table tr td.tl {
	text-align: left;
}
#PART4 p,
.terms_white p {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
#PART5 p{
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}
#modal-content {
	width: 50%;
	margin: 1.5em auto 0;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
	z-index: 2;
}
.modal-p {
	margin-top: 1em;
}
.modal-p:first-child {
	margin-top: 0;
}
.button-link {
	color: #00f;
	text-decoration: underline;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
#PART4 .modal-content p {
	color: #000;
	font-size: 14px;
}
#contentsArea #PART4 a {
	color: #fff;
}
#PART5 {
	padding: 50px 0;
	background: #0f2a56;
}
#PART5 h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
#PART5 h3 {
	text-align: center;
	color: #d19a13;
	font-size: 60px;
	margin-bottom: 20px;
}
#PART5 .tel a {
	text-align: center;
	color: #d19a13;
	font-size: 60px;
	margin-bottom: 15px;
	margin: auto 0px;
	cursor: default;
}
#PART5 .tel a:hover {
	text-decoration: none;
	color: #d19a13;
}
#PART5 .tel {
	width: 100%;
}
#PART5 p {
	text-align: center;
}
#PART5 p span {
	display: block;
	font-size: 12px;
	color: #ccc;
}
.text_s {
	font-size: 70%;
	color: #000;
}
#PART5 .box950 a:link:hover,
#PART5 .box950 a:link,
#PART5 .box950 a:visited {
	color: #ffffff;
}
.bnr_ad {
	text-align: center;
	padding: 15px;
}
.mt20 {
	margin-top: 20px;
}
/* 2017.10.10 teri */
.chara {
	margin: 0;
	padding: 0;
	height: auto;
}
.chara li {
	display: block;
	float: left;
	padding: 5px 10px;
	border-radius: 20px;
	background: #700D2D;
	font-size: 62%;
	color: #ffffff;
	text-align: center;
	margin: 0 5px 10px 0;
}
.repoBox {
	width: 900px;
	border: 1px solid #cccccc;
	margin: 40px auto;
	background: #fbf1d1 !important;
	position: relative;
	text-align: center;
	overflow: visible !important;
}
.repoBox .repoTitle {
	width: 196px;
	height: 77px;
	position: absolute;
	top: -14px;
	left: -53px;
}
.subTitle {
	padding: 20px 0 20px 160px;
	font-size: 92%;
	color: #72142e;
	text-align: left;
}
.repoBox ul {
	display: inline-block;
}
.repoBox ul li {
	width: 270px;
	float: left;
	margin: 0 10px;
	background: #fbf1d1 !important;
}
.repoBox ul li img {
	font-size: 0;
	line-height: 0;
	padding-bottom: 10px;
}
.repoBox ul li span {
	font-size: 78%;
	line-height: 160%;
	padding-bottom: 20px;
	text-align: left !important;
	display: block;
}
.box950 {
	overflow: visible;
}
.table1 .date {
	background: #72142e !important;
	color: #ffffff;
}
.table1 td {text-align: center !important;}
.table2 .date {
	background: #72142e !important;
	color: #ffffff;
	text-align: center !important;
}

.table2 td {text-align:right;}
.table2 .lt {text-align:left !important;}
.table2 .ce {text-align:center !important;}
.c_red{color:#CC0000;}
.c_blue{color:#0000CC;}
.bg3 table tr td.bg_y{background:#FF0;}

.class {
	width: 950px;
	margin: 0 auto;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
}

.class span {
	font-size: 80%;
	font-weight: normal;
}

.class span.hot{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot.png) no-repeat left;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}
.bg3 table td.hot{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot.png) no-repeat 6% center rgba(245, 240, 227, 0.8) !important;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}

.class span.hot2{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot2.png) no-repeat left;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}
.bg3 table td.hot2{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot2.png) no-repeat 6% center rgba(245, 240, 227, 0.8) !important;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}

.class span.hot3{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot3.png) no-repeat left;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}
.bg3 table td.hot3{background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/hot3.png) no-repeat 6% center rgba(245, 240, 227, 0.8) !important;padding-left: 35px; font-weight: bold; font-size: 14px; margin-left: 5px;}

div#grpLocationArea{float:none;}


/* 1130 */
.pbox{
	width: 240px;
	position: absolute;
	top: 20px;
	left: 180px;
	background: #bf0000;
	color: #fff;
}
.pbox .pr{ font-size:13px; padding:35px 20px 0 15px;}
.pbox .pr b{ display:block;font-size:20px; padding-bottom:5px; text-align:center;}
.pbox .pr b small{ display:block; font-size:13px;}
.pbox .pbtn{ width:145px; margin:10px auto 15px; background:#fff; border-radius:50px;}
.pbox .pbtn a{ display:block; background:#fff; color:#bf0000 !important; border-radius:50px; font-size:13px; font-weight:bold; padding:5px 0; text-align:center;}
.pbox .pbtn a:hover{ opacity:.7; text-decoration:none !important;}
.pbox .pbtn a span{ display:inline-block; font-size:20px; vertical-align:-2px;}
.pbox .photo{
	position: absolute;
	right: 222px;
	top: 65px;
}

#PST.w100{ background:#0b1326;overflow:hidden;}
#PST .box950{ margin:30px auto; padding:30px; box-sizing:border-box; background:#bf0000;}
#PST .psttop{ overflow:hidden; position:relative;}
#PST .psttop dt{width:570px; float:left; text-align:center;}
#PST .psttop dd{ float:left; width:570px; color:#fff;}
#PST .psttop .pname{ margin-top:15px; font-size:25px; font-weight:bold; text-align:center;}
#PST .psttop .pr{ margin-top:15px; font-size:13px;}
#PST .psttop .photo{ position:absolute; left:590px; top:0; width:278px;}

.cp__acordion{ margin-top:15px;}
.cp__acordion p{ overflow:hidden; clear:both; background:#ccc;color:#333;padding:10px 10px 10px 40px;cursor: pointer; position: relative; font-size:14px;}
.cp__acordion p:after{ background-image:url(../images/sprite-small.png);background-repeat: no-repeat;background-position: -207px -5px; position:absolute;  height: 20px;left: 10px;margin-top: -10px;width: 20px;top: 50%;margin-top: -10px; content:"";}
.cp__acordion .cp__trigger.active-submenu::after{background-position: -199px -109px}
.cp__acordion dl{ border:1px solid #ccc; padding:10px; background:#fff;}
.cp__acordion dl dt{ padding-bottom:20px;}
.cp__acordion dl dd{ padding-bottom:15px; line-height:1.3; font-size:13px;}
.cp__acordion dl dd b{ font-size:15px;}
.cp__acordion dl dd a{ color:#00F !important; text-decoration:underline !important;}
.cp__acordion dl dd a:hover{ text-decoration:none !important;}



#PART5 .mail a {
	text-align: center;
	color: #d19a13;
	font-size: 30px;
	margin-bottom: 15px;
	margin: auto 0px;
}
#PART5 .mail a:hover {
	text-decoration: none;
	color: #d19a13;
}

#PART5 p.box950 { width: 800px; margin: 0 auto; padding: 0 30px; line-height: 150%; text-align: left;}


/* 1219 */

.p2box1 {width:950px; margin:auto; background: #ffffff; box-sizing: border-box; padding: 30px 0 70px 40px; }
.p2box1 dl { width: 372px; float: left; font-size: 82%; line-height: 1.6; margin-right: 30px; }
.p2box1 dl dt { margin-bottom: 20px;}
.p2box1 p { float: left; width: 472px;}


/*0316天本*/
h2#PART10 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #72142e;
	text-align: center;
}
.pagetop a {
	display: block;
	color: #fff;
}
.pagetop a:hover {
	text-decoration: none;
}
#PART3 dl {
	text-align: center;
	color: #fff;
}
.foldBar {
	position: relative;
	text-indent: 50px;
	font-weight: normal;
	background-color: rgba(15,42,86,1);
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
}
.foldBar em {
	position: absolute;
	left: 8px;
	top: 3px;
	width: 35px;
	height: 35px;
	text-indent: 0;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background:#72142e url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/plus.png) no-repeat center center/50% 50%;
}


/*0517*/

.topcp{
    padding: 20px; text-align: center; color: #ffc217;font-size: 48px;
    background-image:linear-gradient(45deg, #6d152e, #131e32);}

#sepcialevent .ttl img{margin-bottom: 30px;}
.subttl{ font-size: 24px;text-align: center;line-height: 1.5;}
.sppresent{overflow: hidden; background: #0f2a57; width: 98%; margin: 10px auto; padding:1%;}
.sppresent dt{float: left; width:6%;}
.sppresent dt img{width: 100%;}
.sppresent dd{float: left; color: #fff; font-size: 24px; margin-left: 10px;line-height: 1.4;padding-top: 10px; width: 70%;}

.sppresent dd.entrybtn{float: right;padding-top: 0;width: 20%;}
.sppresent dd.entrybtn a{background: #950d35; border: 5px;padding: 20px 20px 20px 60px;display: block; color: #fff !important;position: relative;}
.sppresent dd.entrybtn a:before{content: "▼";
    display: block;position: absolute; top: 22%; left: 8%;
    transform:rotate(-90deg);
-ms-transform:rotate(-90deg); 	/* IE 9 */
-moz-transform:rotate(-90deg); 	/* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
-o-transform:rotate(-90deg);}
.sppresent dd.entrybtn a:hover{opacity: 0.8 !important; text-decoration: none !important;}

p.moredtl{text-align:left;font-size: 19px; width: 940px; margin: 20px auto 0;}
p.moredtl a{display: block; font-size: 30px; color: #0f2a57 !important; text-decoration: underline !important; text-align: center; padding-bottom: 10px; opacity: 0.8 !important;}
p.moredtl img{display: block;margin: 10px auto; width: 340px;}

.jdsCoponSwitch{background: #920e36; font-size: 24px; margin: 20px auto; width: 80%; text-align: center;color: #fff; padding: 20px;position: relative;}
.jdsCoponSwitch.grey{background: #555;}
.jdsCoponSwitch:before{content:"▼"; position: absolute; left: 3%;}
.jdsCoponSwitch:after{content:"▼";position: absolute; right: 3%;}
.jdsCoponSwitch.active-submenu:before{content:"▲";position: absolute; left: 3%;}
.jdsCoponSwitch.active-submenu:after{content:"▲";position: absolute; right: 3%;}
.jdsCoponSwitch:hover{cursor: pointer;}

.spcp{width: 80%; margin: 0 auto; border: 1px solid #920e36;padding: 20px; font-size: 14px; line-height: 1.6; background: #fff;}
.spcp dl dt{font-weight: bold;color: #920e36;}
.spcp dl dd.tourdtl{padding: 20px;}
.spcp dl dd.tourdtl span{font-weight: bold;display: block;}


dl.biggerfont dt p.class{font-size: 180%;}
dl.biggerfont dd{font-size: 120%;}


.bg4 {
	background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/bg4.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px;
	background-attachment: fixed;
	padding-bottom: 20px;
}
.bg5 {
	background: url(../images/bg5.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px;
	background-attachment: fixed;
	padding-bottom: 20px;
}
#contentsArea .w100.bg3 { background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/bg_2020.jpg) center top no-repeat; background-size: cover; background-attachment: fixed; }

#contentsArea .w100 .box945 { width: 945px; margin: 0 auto; background: #fff; display: flex; justify-content: space-between; flex-direction: row-reverse; }

#contentsArea .w100 .box945 .plan_box { padding: 30px 30px 30px; width: 475px; box-sizing: border-box; height: auto;}

#contentsArea .w100 .box945 .plan_box h3 { font-size: 32px; margin-bottom: 30px; line-height: 1.4; }

#contentsArea .w100 .box945 .plan_box .text2 { font-size: 16px; line-height: 1.4; }

#contentsArea .w100 .box945 .plan_box .price { font-size: 22px; margin: 15px 0; }

#contentsArea .w100 .box945 .plan_box .price span { color: #941136; }

#contentsArea .w100 .box945 .plan_box .price span em { font-style: normal; font-size: 36px; font-weight: bold; }

#contentsArea .w100 .box945 .plan_box > a { font-size: 18px; display: block; text-align: center; color: #fff; background: linear-gradient(0deg, #72142e, #971736); border-radius: 8px; padding: 20px 0; width: 300px; margin: 30px auto 0; }

#contentsArea .w100 .note_txt { width: 945px; color: #fff; font-size: 12px; line-height: 1.4; margin: 20px auto 0; }

#TOUR {padding-top: 36px;}
#contentsArea #TOUR > ul { display: flex; justify-content: space-between; width: 945px; margin: 0 auto 20px; }

#contentsArea #TOUR > ul li { width: 307px; background: #fff; }

#contentsArea #TOUR > ul li img { display: block; }

#contentsArea #TOUR > ul li p { font-size: 15px; padding: 10px 15px; line-height: 1.4; }

#contentsArea #TOUR .plan_box h3 { font-size: 22px; color: #1c479a; text-align: center; line-height: 1.4; margin: -20px 0 20px; }

#contentsArea #TOUR .plan_box .icon { display: flex; justify-content: flex-start; margin-bottom: 20px; }

#contentsArea #TOUR .plan_box .icon li { color: #fff; font-size: 10px; height: 20px; line-height: 20px; border-radius: 10px; background: #72142e; padding: 0 10px; margin: 0 10px 0 0; }

.schedule table { width: 945px; margin: 0 auto; border-top: 1px solid rgba(0, 0, 0, 0.2); border-left: 1px solid rgba(0, 0, 0, 0.2); }

.schedule table tr td { font-size: 14px; padding: 10px; border-right: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); line-height: 1.4; }

.schedule table tr:nth-child(odd) td { background: rgba(244, 240, 227, 0.8); }

.schedule table tr:first-child td { background: rgba(22, 40, 86, 0.8); font-size: 16px; text-align: center; color: #fff; padding: 22px 10px; }

.schedule table tr:nth-child(even) td { background: rgba(255, 255, 255, 0.8); }

.jyoken { width: 945px; margin: 0 auto; }

.jyoken p { font-size: 14px; line-height: 1.4; }

.jyoken table { border-top: 1px solid #000; border-left: 1px solid #000; font-size: 14px; background: rgba(255, 255, 255, 0.9); margin: 15px 0; }

.jyoken table td { width: 500px; border-right: 1px solid #000; border-bottom: 1px solid #000; text-align: center; padding: 10px; }

.jyoken table td span { color: #941136; }

.jyoken table td span em { font-size: 16px; font-weight: bold; font-style: normal; }

.pc { display: block;}
h2.ttl100 img.sp { display: none;}
sp {display: none;}
.Pa { 	background: url(https://img.travel.rakuten.co.jp/kaigai_package/special/barcelona/images/bg2.jpg) top center no-repeat;  background-size: cover;}
.Pa .ttl1,.bgWhite .ttl1{ text-align: center; padding:50px 0 0;}
.Pa .ttl2,.bgWhite .ttl2{ text-align: center; padding: 50px 0;}


.koebox{ width:460px; float:left; }
.koebox:first-child{ margin-right:30px;}

.txtbox{padding:25px 20px; margin-top:30px; background:#fff; overflow:hidden;/*border: 1px solid #6e1127;*/}
.txtbox dt{ font-size:22px; font-weight:bold; color:#004a99; margin-bottom:20px;}
.txtbox dd{ font-size:16px; line-height:1.4;}

.headbox{ margin-top:35px; overflow:hidden;}
.headbox .htxt{ width:245px; padding:25px; background:#fff; border-radius:10px; margin-right:20px; float:left; position:relative;/*border: 1px solid #6e1127;*/}
.headbox .htxt:after{ content:""; position:absolute; right:-10px; top:50%; margin-top:-10px; transform:rotate(45deg); width:20px; height:20px; background:#fff;/*border-right: 1px solid #6e1127;border-top: 1px solid #6e1127;*/}
.headbox .hage{ width:315px; font-size:16px; float:left; text-align:right; margin-top:15px;}
.headbox .himg{ float:right; width:139px; line-height:1.4;}

/* 0704 gyy */
.subttl .red{color: #950d35;}
.thesale{padding: 50px 0 20px;}


.video_box { width: 720px; margin:25px auto; }
.video_box video { width: 720px; height: auto; display: block; padding: 0; margin:auto;}

.jdsTabNav{width: 950px; margin: 10px auto;overflow: hidden;}
.jdsTabNav li{float: left;font-size: 0; width: 315px; height: 93px;margin-right: 2px;}
.jdsTabNav li:last-child{margin-right: 0;}
.jdsTabNav li img.tabon{display: none;}
.jdsTabNav li.here img.taboff{display: none;}
.jdsTabNav li.here img.tabon{display: block;}

.jdsTab table{display: table;}

/* navi 3 */
#contentsArea .navi li:last-child a {position: relative; background: none;}

#PART3{
	display: none;
}

#PART6 .tour2020 {
	width: 950px;
	display: block;
	margin: 0 auto 50px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
padding: 30px 0;
}

#PART6 .tour2020 p{
	font-size: 16px;
color: #111;
line-height: 1.6;
	font-size:90%;
	margin: 0 auto 20px;
	text-align: left;
	width:770px;
	
}

#PART6 .tour2020 p span{
	font-size:80%;}

#PART6 .ttl img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

#PART6 .ttl img.sp {
 display:none;
}

#PART6 .tour2020 p.book{
	font-size: 20px!important;
color: #111;
line-height: 1.6;
	font-size:90%;
	margin: 0 auto 20px;
	text-align: center;
	width:770px;
	font-weight:bold;
	text-decoration: underline 2px solid;
}

#PART6 .logo{
	width:10%;
    height:10%;
	vertical-align: middle;
}
