@charset "shift_jis";
/* CSS Document */

.btn {display: flex;}
.btn.local{width: auto;justify-content: flex-end;}
.btn.global{ width: 100%;}

.btn a { font-weight:bold;position:relative;display: block; text-align: center; text-decoration: none; padding: 12px 0;border-radius: 3px; box-shadow: 0px 5px 0px rgb(0, 0, 0); margin-bottom:5px;}
.btn a:hover {margin-bottom:0;margin-top:5px;box-shadow: none !important;}
.btn a:after {position: absolute;right: 8px; top:50%; margin-top:-0.9em;content:"\f105"; font-family:FontAwesome;}
.btn.global a {width: 100%;font-size: 18px; color:#fff; padding:20px 0;}
.btn.global a:hover { }
.btn.local a {border: 1px solid #000;background-color: #fff;padding: 12px 50px;}
.btn.local a:hover { }

#clone{ display:none;}

/*----------------------------------------------------MainVisual*/
#MainVisual {height: 750px;/* margin-top: 20px; */position: relative;z-index: 1;}
#MainVisual .box { display: flex; }
#MainVisual .box:before,
#MainVisual .box:after {content:"";width: 33%;position: absolute;height: 750px;z-index: 0;display: block;background-repeat: no-repeat;}
#MainVisual .box:before {background-image:url(../images/mainvisual_bg_left.jpg);background-position: top right;left: 0;}
#MainVisual .box:after {background-image:url(../images/mainvisual_bg_right.jpg);background-position: top left;right: 0;}
#MainVisual .box dl {width: 34%;min-width: 374px;background: #fff;margin: 0 auto;padding: 20px 30px 0 30px;text-align: center;box-sizing: border-box;height: 750px;z-index: 2;}
#MainVisual .box dt { padding-bottom: 30px; }
#MainVisual .box dt img{
    width: 100%;
    max-width: 420px;
}
#MainVisual .box dd { line-height: 2; text-align: left; }




/*---------------------------------------------------TopicMenu*/
#TopicMenu {background-color: #fff;padding: 10px 0px 10px 0;position: relative;z-index: 2;border-top: 1px solid #dedede;}
#TopicMenu ul { display: flex; justify-content: center; }
#TopicMenu li {}
#TopicMenu li:first-child{margin-right:15px;}
#TopicMenu li img {height: 50px;}
#TopicMenu li + li { }
#TopicMenu li a { }
#TopicMenu li a { display:block;}
#TopicMenu li a:before{transition-duration: .3s;opacity: 0;content:"";display: block;height: 60px;position: absolute;margin-left: 10px;width: 135px;background-repeat: no-repeat;background-position: top center;background-size: contain;}
#TopicMenu li a[href*=day3]:before{background-image:url(../images/menu_bg_3day.png);}
#TopicMenu li a[href*=day4]:before{ background-image:url(../images/menu_bg_4day.png);}
#TopicMenu li a[href*=day5]:before{ background-image:url(../images/menu_bg_5day.png);}
#TopicMenu li a:hover:before,
#TopicMenu li a.act:before{ opacity:1;}
 
/*---------------------------------------------IndexTxt*/
#IndexTxt{ text-align:center; padding-top:60px; padding-bottom:60px;}

/*---------------------------------------------Global*/
.Global {padding-top: 70px;background-image:url(../images/bg_paper01.jpg);}
.Global:nth-child(even){ background-image:url(../images/bg_paper02.jpg);}

.Global .sec {display: flex;margin: 0 auto;width: 1020px;justify-content: space-between;}
.Global .sec + .sec { }
.Global .sec .Title {text-align: center;padding-top: 35px;}
.Global .sec .Title dl { }
.Global .sec .Title dt {padding-bottom: 15px;}
.Global .sec .Title dd { }
.Global .sec .Main {width: 345px;}
.Global .sec .Main .Entry {width: 345px;margin-bottom: 50px;}
.Global .sec .Main .Entry .photo {margin-bottom: 18px;position: relative;}
.Global .sec .Main .Entry .photo img{height: 229px;}
.Global .sec .Main .Entry ul {display: flex;justify-content: space-between;align-items: center;padding-bottom: 8px;}
.Global .sec .Main .Entry li { }
.Global .sec .Main .Entry li + li { }
.Global .sec .Main .Entry li img {height: 30px;}
.Global .sec .Main .Entry li + li img {height: 14px;}
.Global .sec .Main .Entry dl {display: flex;align-items: center;padding-bottom: 10px;}
.Global .sec .Main .Entry dt { background-color: #000; color: #fff; font-size: 12px; padding: 0 10px; margin-right: 5px; }
.Global .sec .Main .Entry dd { font-weight: bold; font-size: 16px; }
.Global .sec .Main .Entry .txt { padding-bottom: 10px; }


.Global .sec#day3 .Title{background-image:url(../images/ttl_deco_3day.png);background-repeat: no-repeat;background-position: center 617px;}
.Global .sec#day3 .Title dd{}
.Global .sec#day3 .Main .Entry dt{ background-color: #d11b68;}
.Global .sec#day3 .Main .Entry .btn a{color: #d11b68;border-color: #d11b68;box-shadow: 0px 5px 0px rgb(209, 27, 104);}

.Global .sec#day4 .Title{background-image:url(../images/ttl_deco_4day.png);background-repeat: no-repeat;background-position: 0 595px;}
.Global .sec#day4 .Title dd{ padding-left: 4px;}
.Global .sec#day4 .Main .Entry dt{background-color: #ec4700;}
.Global .sec#day4 .Main .Entry .btn a{color: #ee4901;border-color: #ee4901;box-shadow: 0px 5px 0px rgb(238, 73, 1);}

.Global .sec#day5 .Title{background-image:url(../images/ttl_deco_5day.png);background-repeat: no-repeat;background-position: 0px 657px;}
.Global .sec#day5 .Title dd{ padding-left: 15px;}
.Global .sec#day5 .Main .Entry dt{background-color: #659711;}
.Global .sec#day5 .Main .Entry .btn a{color: #659711;border-color: #659711;box-shadow: 0px 5px 0px rgb(101, 151, 17);}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------           -Local    ----------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------LocalTitle*/
#LocalTitle { padding-top:40px; padding-bottom: 40px; text-align: center; background-image:url(../images/bg_paper02.jpg);}
#LocalTitle dl { display: flex; justify-content: center; align-items: center; padding-bottom: 35px; }
#LocalTitle dt { padding-right: 20px; }
#LocalTitle dd { padding-top: 20px; }
#LocalTitle ul { display: inline-block; border-radius:3px;width: auto; border: 2px solid; margin: 0 auto; padding: 10px 40px; }
#LocalTitle li { margin: 0px 5px; display: inline-block; }
#LocalTitle li + li { }
#LocalTitle li + li:before { content:"b"; padding-right: 10px; }
#LocalTitle li a { }
#LocalTitle li a:hover { }
#LocalTitle li a:after { }



/*--------------------------------------------------------sec*/
#Local {}
#Local img { max-width:100%; }
#Local .sec {padding-top: 60px;background-image:url(../images/bg_paper01.jpg);padding-bottom: 90px;}
#Local .sec:nth-child(even){padding-top: 100px;background-image:url(../images/bg_paper02.jpg);}
#Local .Intro {position:relative;width: 1020px;display: flex;align-items: flex-end;margin: 0 auto;justify-content: space-between;margin-bottom:60px;}
#Local .sec:nth-of-type(even) .Intro{flex-direction: row-reverse;}
#Local .Intro:before,
#Local .Intro:after { display:block; position:absolute; }
#Local .Intro:before{z-index: 2;top: 53px;left: 460px;}
#Local .Intro:after{top: -52px;right: -10px;}
#Local .sec:nth-of-type(even) .Intro:before{left: 940px;top: -8px;}
#Local .sec:nth-of-type(even) .Intro:after{right: 0;left: -25px;}


#Local .Intro .box {width: 486px;}
#Local .Intro .box + .box { width: 472px; margin-right:10px;}
#Local .Intro .box + .box .photo img { }
#Local .Intro .box h3  { padding-bottom:7px;}
#Local .Intro .box h2 { padding-bottom: 15px; }
#Local .Intro .box .data { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
#Local .Intro .box .data dt { width: 24%; font-size: 12px; color: #fff; margin-bottom: 7px; display: flex; align-items: center; margin-right: 1%; justify-content: center; text-align: center; }
#Local .Intro .box .data dd { width: 75%; margin-bottom: 7px; font-weight: bold; }
#Local .Intro .box .info { display: flex; }
#Local .Intro .box .info dt {padding-right: 30px;padding-bottom: 10px;flex: 1;align-self: flex-end;}
#Local .Intro .box .info dd { width: 190px; position: relative; }
#Local .Intro .box .info dd img{box-shadow:0px 0px 3px rgba(0,0,0,0.4);}

/*----------------------------------------------------------Inner*/
#Local .Inner { width: 1020px; margin: 0 auto; display: flex; justify-content: space-between; margin-bottom: 40px; }
#Local .Inner h2 { width: 90px; padding-top:15px;}
#Local .Inner h2 img { max-width:100%; }
#Local .Inner .box {width: 870px;display: flex;justify-content: space-between;padding-top:20px;}

/*----------------------------------------------------------Htl*/
#Local .Htl { }
#Local .Htl .Entry { width: 260px; display: flex; flex-direction: column; }
#Local .Htl .Entry .photo { margin-bottom: 10px; min-height: 0%; }
#Local .Htl .Entry .photo img { height: 170px; }
#Local .Htl .Entry dl { padding-bottom: 15px; }
#Local .Htl .Entry dt { font-size: 10px; font-weight: bold; letter-spacing:1px; padding-bottom:3px;}
#Local .Htl .Entry dd { font-weight: bold; font-size: 18px; }
#Local .Htl .Entry dd + dd { font-size: 14px; font-weight: normal; padding-top: 10px; }
#Local .Htl .Entry .btn { margin-top: auto; display: block; }
#Local .Htl .Entry .btn a { padding: 10px; font-size: 12px; }

/*----------------------------------------------------------Plan*/
#Local .Plan { }
#Local .Plan .box { }
#Local .Plan .Inbox { width: 410px; }
#Local .Plan .Inbox .Entry { display: flex; flex-wrap: wrap; justify-content: flex-end; position:relative;}
#Local .Plan .Inbox .Entry + .Entry { margin-top: 25px; }
#Local .Plan .Inbox .Entry h3 { width: 66px; padding-right: 10px; text-align: left; }
#Local .Plan .Inbox .Entry .detail { width: 334px; padding-top: 50px; }
#Local .Plan .Inbox .Entry .detail ul { }
#Local .Plan .Inbox .Entry .detail li { background-image:url(../images/line_dot_yoko.png); background-repeat:repeat-x; line-height: 1.4; background-position: bottom; padding-bottom: 5px; margin-bottom: 5px; }
#Local .Plan .Inbox .Entry .detail li + li { }
#Local .Plan .Inbox .Entry .pickup {width: 334px;margin-top: 7px;}
#Local .Plan .Inbox .Entry .pickup .icon {display: inline-block;background-color: #000;color: #fff;border-radius: 3px;font-size: 10px;padding: 2px 10px;position: relative;margin-bottom: 12px;}
#Local .Plan .Inbox .Entry .pickup .icon:after{position: absolute;bottom: -11px;left: 20px;z-index: -1;}
#Local .Plan .Inbox .Entry .pickup .post { display: flex; }
#Local .Plan .Inbox .Entry .pickup .post.double { display:block; }
#Local .Plan .Inbox .Entry .pickup .post .photo { flex: 1; }
#Local .Plan .Inbox .Entry .pickup .post.double .photo { display:flex; justify-content: space-between; padding-bottom: 15px; }
#Local .Plan .Inbox .Entry .pickup .post .photo li { position: relative; }
#Local .Plan .Inbox .Entry .pickup .post.double .photo li { width: 46%; }
#Local .Plan .Inbox .Entry .pickup .post .photo li + li { }
#Local .Plan .Inbox .Entry .pickup .post .photo li img { box-shadow:0px 0px 3px rgba(0,0,0,0.4); }
#Local .Plan .Inbox .Entry .pickup .post .txt { flex: 1; font-size: 12px; padding-left: 15px; line-height: 1.6; align-self: flex-end; }
#Local .Plan .Inbox .Entry .pickup .post.double .txt { padding-left:0; }

#Local .Plan .Inbox .Entry:before{ position:absolute;}
#SEL .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_3day.png);top: 128px;left: 437px;}
#SEL .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_3day.png);top: -103px;left: 430px;}
#TPE .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_3day.png);top: 128px;left: 437px;}
#TPE .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_3day.png);top: -103px;left: 430px;}
#HKG .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_3day.png);top: 158px;left: 437px;}
#HKG .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_3day.png);top: -53px;left: 430px;}
#MFM .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_3day.png);top: 128px;left: 437px;}
#MFM .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_3day.png);top: -93px;left: 430px;}

#SGP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_4day.png);top: 128px;left: 437px;}
#SGP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_4day.png);top: -133px;left: 430px;}
#SGP .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_4day.png);top: 157px;left: -22px;}
#BKK .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_4day.png);top: 128px;left: 437px;}
#BKK .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_4day.png);top: -73px;left: 430px;}
#BKK .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_4day.png);top: 107px;left: -22px;}
#KUL .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_4day.png);top: 128px;left: 437px;}
#KUL .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_4day.png);top: -113px;left: 430px;}
#KUL .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_4day.png);top: 107px;left: -22px;}
#HAN .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_4day.png);top: 208px;left: 437px;}
#HAN .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_4day.png);top: -53px;left: 430px;}
#HAN .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_4day.png);top: 127px;left: -22px;}
#HAN .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2){ margin-top:0;}
#HAN .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(1){ padding-top:60px;}
#HAN .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2){ padding-top:30px;}

#DPS .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_5day.png);top: 128px;left: 437px;}
#DPS .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -53px;left: 430px;}
#DPS .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_5day.png);top: 97px;left: -22px;}
#DPS .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -83px;left: 428px;}
#DPS .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2),
#DPS .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3){ margin-top:0;}
#HKT .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_5day.png);top: 128px;left: 437px;}
#HKT .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -53px;left: 430px;}
#HKT .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_5day.png);top: 81px;left: -22px;}
#HKT .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -73px;left: 428px;}
#HKT .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2),
#HKT .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3){ margin-top:0;}
#DAD .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_right_5day.png);top: 128px;left: 437px;}
#DAD .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -103px;left: 430px;}
#DAD .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_5day.png);top: 121px;left: -22px;}
#DAD .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -73px;left: 428px;}
#DAD .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2),
#DAD .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3){ margin-top:0;}
#REP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(1):before{content:url(../images/plan_arrow_btm_5day.png);top: 98px;left: 217px;}
#REP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_RightBtm_5day.png);top: 87px;left: 430px;}
#REP .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(2):before{content:url(../images/plan_arrow_right_5day.png);top: 121px;left: -22px;}
#REP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3):before{content:url(../images/plan_arrow_LeftBtm_5day.png);top: -43px;left: 428px;}
#REP .Plan .Inbox:nth-of-type(2) .Entry:nth-of-type(1){padding-top: 140px;}
#REP .Plan .Inbox:nth-of-type(1) .Entry:nth-of-type(3){ margin-top:0;}

/*----------------------------------------------------------Tour*/
#Local .Tour { }
#Local .Tour .ctcms { margin-left: 0; }
#Local .Tour .ctcms .Entry { width: 100%; margin-left: 0; padding-bottom: 0;  }
#Local .Tour .ctcms .Entry .linkArea {-webkit-transition: all .3s ease-out;flex-direction: row;flex-wrap: wrap;justify-content: flex-end;background-color: rgba(222, 222, 214, 0.4);padding-bottom: 15px;padding: 20px;}
@media all and (-ms-high-contrast:none){
}
#Local .Tour .ctcms .Entry .photo { -webkit-transition: all .3s ease-out; width: 165px; padding-right: 20px; }
#Local .Tour .ctcms .Entry .main { width: 645px; }
#Local .Tour .ctcms .Entry .main .data { padding-bottom: 6px; }
#Local .Tour .ctcms .Entry .main .data li { font-size:12px; border:1px solid #242424; display:inline-block; padding:0 8px; }
#Local .Tour .ctcms .Entry .main .states { font-weight:bold; box-sizing:border-box; color: #C51D4F; margin-bottom: 5px; font-size: 14px; }
#Local .Tour .ctcms .Entry .main h4 { font-size: 18px; line-height: 1.5; padding-bottom: 8px; letter-spacing: 0; font-weight: bold; }
#Local .Tour .ctcms .Entry .main .htl { font-weight:bold; line-height:1.6; padding-bottom: 15px; font-size: 12px; }
#Local .Tour .ctcms .Entry .btm { box-sizing: border-box; margin-top: -12px; width: 645px; display: flex; text-align:center; justify-content: flex-end; align-items: baseline; }
#Local .Tour .ctcms .Entry .btm .price { padding-bottom:10px; display: flex; align-items: baseline; flex-direction: row-reverse; }
#Local .Tour .ctcms .Entry .btm .price dt { padding-right: 12px; font-size: 22px; }
#Local .Tour .ctcms .Entry .btm .price dd { letter-spacing:1px; color:#242424; font-size: 14px; padding-right: 10px; }
#Local .Tour .ctcms .Entry .btm .btn a { display:block; padding: 8px 50px; font-size:14px; font-weight:bold; position:relative; margin-bottom: 0; color:#242424; text-align:center; text-decoration:none; border: 2px solid #242424; box-shadow: none; border-radius: 3px; -webkit-border-radius : 3px; -moz-border-radius: 3px; }
#Local .Tour .ctcms .Entry .btm .btn a:after { position: absolute; right: 8px; top:50%; margin-top:-0.9em; content:"\f105"; font-family:FontAwesome; }
#Local .Tour .ctcms .Entry .other { padding-top:5px; position: absolute; bottom: 0; right: 0; }
#Local .Tour .ctcms .Entry .other a { text-decoration:none; font-weight:bold; letter-spacing:1px; }
#Local .Tour .ctcms .Entry .other a:after { content:"\f105"; font-family:FontAwesome; }
#Local .Tour .ctcms .Entry .other a:hover { text-decoration:underline; }
#Local .Tour .ctcms .linkArea.haslink:hover { cursor:pointer;background-color:rgba(199, 198, 169, 0.8);-webkit-transition: all .3s ease-out; }
#Local .Tour .ctcms .linkArea.haslink:hover .photo { cursor:pointer; -webkit-transition: all .3s ease-out; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

#Local .Tour .ctcms .linkArea.haslink:hover h4,
#Local .Tour .ctcms .linkArea.haslink:hover .htl { text-decoration:underline; }
#Local .Tour .ctcms .linkArea.haslink:hover .btn a {background-color: #88853a;border-color: #88853a;color: #fff;}
#Local .Tour .ctcms .btn a:hover { margin-top:0; }

/*----------------------------------------------------------Other*/
.Other{ width:800px; margin:0 auto;}
.Other .btn{}


/*--------------------------------------------------------day*/
#day3 #LocalTitle li,
#day3 #LocalTitle li a,
#day3 #Local .Plan .Inbox .Entry .pickup .post .txt{ color:#D11B68;}
#day3 #LocalTitle ul { border-color:#D11B68;}
#day3 #Local .Intro .box .data dt,
#day3 #Local .Plan .Inbox .Entry .pickup .icon,
#day3 .btn.global a{ background-color:#D11B68;}
#day3 #Local .Intro .box + .box .photo{box-shadow: 10px 10px rgb(209, 27, 104);text-align: right;}
#day3 #Local .Intro:before{content:url(../images/deco_circle_3day.png);}
#day3 #Local .Intro:after{content:url(../images/deco_lantern_3day.png);}
#day3 #Local .btn.local a{color: #d11b68;border-color: #d11b68;box-shadow: 0px 5px 0px rgb(209, 27, 104);}
#day3 #Local .Plan .Inbox .Entry .pickup .icon:after{content:url(../images/pickup_arrow_3day.png);}

#day4 #LocalTitle li,
#day4 #LocalTitle li a,
#day4 #Local .Plan .Inbox .Entry .pickup .post .txt{ color:#EC4700;}
#day4 #LocalTitle ul { border-color:#EC4700;}
#day4 #Local .Intro .box .data dt,
#day4 #Local .Plan .Inbox .Entry .pickup .icon,
#day4 .btn.global a{ background-color:#EC4700;}
#day4 #Local .Intro .box + .box .photo{box-shadow: 10px 10px rgb(236, 71, 0);text-align: right;}
#day4 #Local .Intro:before{content:url(../images/deco_circle_4day.png);}
#day4 #Local .Intro:after{content:url(../images/deco_lantern_4day.png);}
#day4 #Local .btn.local a{color: #ee4901;border-color: #ee4901;box-shadow: 0px 5px 0px rgb(238, 73, 1);}
#day4 #Local .Plan .Inbox .Entry .pickup .icon:after{content:url(../images/pickup_arrow_4day.png);}

#day5 #LocalTitle li,
#day5 #LocalTitle li a,
#day5 #Local .Plan .Inbox .Entry .pickup .post .txt{ color:#659711;}
#day5 #LocalTitle ul { border-color:#659711;}
#day5 #Local .Intro .box .data dt,
#day5 #Local .Plan .Inbox .Entry .pickup .icon,
#day5 .btn.global a{ background-color:#659711;}
#day5 #Local .Intro .box + .box .photo{box-shadow: 10px 10px rgb(101, 151, 17);text-align: right;}
#day5 #Local .Intro:before{content:url(../images/deco_circle_5day.png);}
#day5 #Local .Intro:after{content:url(../images/deco_lantern_5day.png);}
#day5 #Local .btn.local a{color: #659711;border-color: #659711;box-shadow: 0px 5px 0px rgb(101, 151, 17);}
#day5 #Local .Plan .Inbox .Entry .pickup .icon:after{content:url(../images/pickup_arrow_5day.png);}

