@charset "utf-8";

body#alcohol{
--Color_thin:var(--Color_alcohol_thin);
--Color_dark:var(--Color_alcohol_dark);
}

body#festival{
--Color_thin:var(--Color_festival_thin);
--Color_dark:var(--Color_festival_dark);
}

/*-----------------------------------MainVisual*/
#MainVisual{
    position: relative;
    background-color: var(--GrayColor);
    padding: 25px 5% 65px 5%;
}
#MainVisual #container{height: 100%;height: 580px;position: relative;max-width: var(--MaxWidth);margin: 0 auto;}
#MainVisual #theTarget{}
#MainVisual #theTarget div{
    height: 580px;
    background-position: center;
    /* background-size: cover; */
}
#MainVisual .skippr-nav-container{ display:none}
#MainVisual .skippr-previous{
    left: 1%;
}
#MainVisual .skippr-next{
    right: 1.5%;
}

#MainVisual .HeadMenu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin:  auto;
    margin-bottom: 15px;
    max-width: var(--MaxWidth);
}
#MainVisual .HeadMenu h2{
    width: 120px;
}
#MainVisual .HeadMenu ul{
    display: flex;
    flex: 1;
    justify-content: right;
}
#MainVisual .HeadMenu li{position: relative;font-size: 16px;}
#MainVisual .HeadMenu li + li{margin-left: 30px;}
#MainVisual .HeadMenu li + li:before{
    content:"";
    transform: rotate(-65deg);
    width: 1em;
    border-top: 1px solid #747474;
    margin: 0;
    padding: 0;
    transform-origin: 0% 0%;
    display: block;
    position: absolute;
    top: 20px;
    left: -18px;
    }
#MainVisual .HeadMenu li a{
    color: var(--TextClolor);
    text-decoration: none;
}
#MainVisual .HeadMenu li a.active{
    color: var(--MainColor);
}
#MainVisual .HeadMenu li a:hover{
    text-decoration: underline;
}
#MainVisual .Main{
    position: absolute;
    z-index: 97;
    top: 50%;
    color: #fff;
    text-align: center;
    padding: 40px 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
#MainVisual .Main .icon{
    width: 210px;
    margin: 0 auto;
    margin-bottom: 5px;
}
#MainVisual .Main h2{
    font-size: 40px;
    padding-bottom: 10px;
}
#MainVisual .Main h3{
    font-size: 22px;
}
#MainVisual .deco{
    color: var(--GrayColor);
    position: absolute;
    bottom: -2px;
    z-index: 99;
    right: -7px;
    font-size: 78px;
    line-height: 1;
}

/*-------------▼ページ違い▼------------------*/
#alcohol #MainVisual .Main{
    background-color: rgb(100 66 123 / 70%);
}
#festival #MainVisual .Main{
    background-color: rgb(214 121 0 / 70%);
}

/*--------------------------------------*/
#MainTxt{
    padding: 50px 0px;
    background-color: var(--Color_thin);
}
#MainTxt .Inner{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#MainTxt .Inner:before,
#MainTxt .Inner:after{content: "";background-position: center;background-repeat: no-repeat;background-size: contain;position: absolute;width: 100px;height: 100px;top: 60%;transform: translate(0px, -50%);}
#MainTxt .Inner:before{left:0}
#MainTxt .Inner:after{right:0}
#MainTxt .Inner .txt{
    font-size: 16px;
    line-height: 2;
}
#MainTxt .Inner .txt + .txt{
    padding-top: 1em;
}

/*-------------▼ページ違い▼------------------*/
#alcohol #MainTxt .Inner:before{background-image: url(../../images/Theme/illust_alcohol02.png);}
#alcohol #MainTxt .Inner:after{background-image: url(../../images/Theme/illust_alcohol01.png);}

#festival #MainTxt .Inner:before{ background-image: url(../../images/Theme/illust_festival01.png)}
#festival #MainTxt .Inner:after{background-image: url(../../images/Theme/illust_festival02.png)}

/*---------------------------------------menuArea*/
.menuArea{
    background-color: var(--GrayColor);
    padding: 40px 0 35px 0;
}
.menuArea.header_change{position: fixed !important;transition: .5s;width: 100%;z-index: 1000;padding: 15px 0 5px 0;}
.menuArea.header_change.show{top: 0;border: none;/* box-shadow: 0 0 5px rgb(0 0 0 / 40%); */background-color: var(--Color_thin);}

.menuArea .humb{display: none}

.menuArea .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menuArea .Inner h2{
    display: none;
}
.menuArea .Inner dl{
    display: flex;
    background-color: #fff;
    width: 325px;
    margin-bottom: 12px;
}
.menuArea .Inner:after{content:"";width: 325px;}
.menuArea .Inner dt{
    font-weight: bold;
    background-color: var(--TextClolor);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
.menuArea .Inner dd{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuArea .Inner dd a{
    color: var(--TextClolor);
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 7px 5px;
    width: 100%;
    text-align: center;
}
.menuArea .Inner dd a:after{content: "\f107";font-family:FontAwesome;font-weight: normal;display: block;text-align: center;line-height: 1;}
.menuArea .Inner dd a:hover{
    background-color: var(--Color_thin);
}

.menuArea.header_change .Inner{
    width: 97%;
    justify-content: center;
    column-gap: 10px;
}
.menuArea.header_change .Inner dl{
    background-color: inherit;
    width: auto;
    margin-bottom: 15px;
    line-height: 1;
}
.menuArea.header_change .Inner dl:before{content:"";height: 100%;width: 1px;background-color: #737373;margin-right: 10px;}
.menuArea.header_change .Inner dl:last-of-type:after{content:"";height: 100%;width: 1px;background-color: #737373;margin-left: 10px;}
.menuArea.header_change .Inner:after{
    content: none;
}
.menuArea.header_change .Inner dt{width: auto !important;padding: 2px 6px;margin-right: 3px;font-size: 10px;}
.menuArea.header_change .Inner dl.active dt{
    background-color: var(--Color_dark);
}
#festival .menuArea.header_change .Inner dt{
    display: none;
}
.menuArea.header_change .Inner dd{}
.menuArea.header_change .Inner dd a{
    padding: 0;
}
.menuArea.header_change .Inner dd a br{display: none}
.menuArea.header_change .Inner dl.active dd a,
.menuArea.header_change .Inner dd a:hover{
    color: #fff;
    background-color: inherit;
}
.menuArea.header_change .Inner dd a span{
    display: none;
}
.menuArea.header_change .Inner dd a span.miniOnly{
    display: inline;
}
.menuArea.header_change .Inner dd a:after{
    content: none;
}

/*-------------▼ページ違い▼------------------*/
#alcohol .menuArea .Inner dt{width: 5em;}
#festival .menuArea .Inner dt{ width: 3em;}


/*------------------------*/
.menuArea .GlobalMenu{
    display: none;
}


/*-------------------------------------Sec*/
.Sec{
    padding: var(--MainPadding);
    position: relative;
}
.Sec + .Sec{}
.Sec:nth-of-type(even){
    background-color: var(--GrayColor);
}
.Sec .IconFlag{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 3%;
    background-color: var(--Color_dark);
    color: #fff;
    width: 90px;
    text-align: center;
    line-height: 1;
    padding: 4px 0 12px 0;
}
.Sec .IconFlag .main{
    font-size: 22px;
    margin-bottom: 7px;
}
.Sec .IconFlag .main strong{
    font-size: 220%;
    letter-spacing: -5px;
    display: inline-block;
    padding-right: 3px;
}
.Sec .IconFlag .sub{
    font-size: 12px;
}
.Sec .IconFlag:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 45px solid var(--Color_dark);
    border-right: 45px solid var(--Color_dark);
    border-bottom: 10px solid transparent;
}

.Sec .Inner{
    width: 1000px;
    margin: 0 auto;
}
.Sec .Inner .Head{
    margin-bottom: 50px;
    display: flex;
}
.Sec.TopicWrap .Inner .Head{
    margin-bottom: 30px;
}
.Sec .Inner .Head .Dst{
    border-right: 1px solid #b0b0b0;
    width: 210px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sec .Inner .Head .Dst dl{}
.Sec .Inner .Head .Dst dt{
    font-size: 22px;
    padding-bottom: 5px;
}
.Sec .Inner .Head .Dst dd{
    font-weight: bold;
    font-size: 14px;
}
.Sec .Inner .Head .Dst dd.sub{
    font-size: 17px;
    padding-top: 8px;
    color: var(--Color_dark);
}
.Sec .Inner .Head .Dst dt:before{content: "";background-position: center;background-repeat: no-repeat;background-size: contain;width: 27px;height: 16px;display: block;margin: 0 auto;margin-bottom: 10px;}
.Sec .Inner .Head .Dst .vietnam dt:before{ background-image: url(../../images/Theme/flag_vietnam.png)}
.Sec .Inner .Head .Dst .cambodia dt:before{ background-image: url(../../images/Theme/flag_cambodia.png)}
.Sec .Inner .Head .Dst .canada dt:before{ background-image: url(../../images/Theme/flag_canada.png)}
.Sec .Inner .Head .Dst .finland dt:before{ background-image: url(../../images/Theme/flag_finland.png)}
.Sec .Inner .Head .Dst .france dt:before{ background-image: url(../../images/Theme/flag_france.png)}
.Sec .Inner .Head .Dst .germany dt:before{ background-image: url(../../images/Theme/flag_germany.png)}
.Sec .Inner .Head .Dst .italy dt:before{ background-image: url(../../images/Theme/flag_italy.png)}
.Sec .Inner .Head .Dst .korea dt:before{ background-image: url(../../images/Theme/flag_korea.png)}
.Sec .Inner .Head .Dst .newZealand dt:before{ background-image: url(../../images/Theme/flag_newZealand.png)}
.Sec .Inner .Head .Dst .spain dt:before{ background-image: url(../../images/Theme/flag_spain.png)}
.Sec .Inner .Head .Dst .taiwan dt:before{ background-image: url(../../images/Theme/flag_taiwan.png)}
.Sec .Inner .Head .Dst .uk dt:before{ background-image: url(../../images/Theme/flag_uk.png)}

.Sec .Inner .Head .Main{
    padding-left: 30px;
    flex: 1;
    align-self: center;
}
.Sec .Inner .Head .Main h3{
    font-size: 16px;
    padding-bottom: 7px;
    color: var(--Color_dark);
}
.Sec.TopicWrap .Inner .Head .Main h3{
    font-size: 18px;
    padding-bottom: 10px;
}
.Sec .Inner .Head .Main h2{
    font-size: 24px;
    padding-bottom: 7px;
}
.Sec .Inner .Head .Main h4{
    font-size: 18px;
}
.Sec .Inner .Head .Main .txt{
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: 1px;
}

/*------------------------------*/
.Sec .Inner .Data{
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    margin-bottom: 35px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    padding-bottom: 8px;
}
.Sec .Inner .Data dl{
    display: flex;
    line-height: 1;
    margin-bottom: 15px;
}
.Sec .Inner .Data dl:before,
.Sec .Inner .Data dl:last-of-type:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #737373;
    margin-right: 15px;
    }
.Sec .Inner .Data dl:last-of-type:after{margin-left: 15px;margin-right: 0}
.Sec .Inner .Data dt{
    font-weight: bold;
    color: var(--Color_dark);
    padding-right: 7px;
}
.Sec .Inner .Data dd{
    flex: 1;
}
.Sec .Inner .Data .txt{
    font-size: 13.5px;
    line-height: 1.8;
    padding-bottom: 7px;
}

/*-------------------------------*/
.Sec .Inner .Intro{
    margin-bottom: 12px;
}
.Sec .Inner .Intro .box{}
.Sec .Inner .Intro .box .photo{}
.Sec .Inner .Intro .box dl{}
.Sec .Inner .Intro .box dt{
    padding-bottom: 8px;
    font-size: 19px;
}
.Sec .Inner .Intro .box dd{
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 15px;
}

.Sec .Inner .Intro.column2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Sec .Inner .Intro.column2 .box{
    width: 48%;
    margin-bottom: 40px;
}
.Sec .Inner .Intro.column2 .box .photo{
    margin-bottom: 8px;
}
.Sec .Inner .Intro.column2 .box dl{}
.Sec .Inner .Intro.column2 .box dt{
}
.Sec .Inner .Intro.column2 .box dd{}

.Sec .Inner .Intro.column1{
    margin-bottom: 40px;
}
.Sec .Inner .Intro.column1 .box{
    display: flex;
    align-items: center;
}
.Sec .Inner .Intro.column1 .box + .box{
    margin-top: 15px;
}
.Sec .Inner .Intro.column1 .box:nth-of-type(even){
    flex-direction: row-reverse;
}
.Sec .Inner .Intro.column1 .box .photo{
    width: 380px;
}
.Sec .Inner .Intro.column1 .box dl{
    flex: 1;
    padding-left: 30px;
}
.Sec .Inner .Intro.column1 .box:nth-of-type(even) dl{
    padding-left: 0;
    padding-right: 30px;
}
.Sec .Inner .Intro.column1 .box dt{}
.Sec .Inner .Intro.column1 .box dd{}

.Sec .Inner .TourLink{}
.Sec .Inner .TourLink h2{
    font-size: 60px;
    line-height: 1;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 30px;
}
.Sec .Inner .TourLink .box{
    width: 880px;
    margin: 0 auto;
    background-color: var(--TextClolor);
    border-radius: 3px;
    display: flex;
    -webkit-transition: all .3s ease-out;
    position: relative;
    z-index: 2;
    text-align: center;
}
.Sec .Inner .TourLink .box + .box{
    margin-top: 15px;
}
.Sec .Inner .TourLink .box .photo{
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all .3s ease-out;
}
.Sec .Inner .TourLink .box dl{
    padding: 20px 30px 20px 25px;
    color: #fff;
    flex: 1;
}
.Sec .Inner .TourLink .box dt{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 7px;
}
.Sec .Inner .TourLink .box.option dt{
    font-size: 13.5px;
}
.Sec .Inner .TourLink .box dt strong{
    display: block;
    font-size: 14.5px;
    padding-top: 4px;
    color: var(--Color_alcohol_thin);
}
.Sec .Inner .TourLink .box dd{
    text-align: center;
}
.Sec .Inner .TourLink .box dd a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.Sec .Inner .TourLink .box:after{position: absolute;right: 10px;top:50%;margin-top:-0.5em;content: "\f101";font-family:FontAwesome;line-height: 1;color: #fff;font-size: 200%;font-weight: normal;}

.Sec .Inner .TourLink .box:hover{
    cursor: pointer;
    background-color: var(--Color_dark);
}
.Sec .Inner .TourLink .box:hover .photo{
    opacity: 0.7;
}


.Sec.TopicWrap .Inner .TourLink .box{
    width: fit-content;
    margin-top: 10px;
}
.Sec.TopicWrap .Inner .TourLink .box dl{
    padding: 20px 100px;
}
.Sec.TopicWrap .Inner .TourLink .box dt{
    font-size: 16px;
}
.Sec.TopicWrap .Inner .TourLink .box dd{}
.Sec.TopicWrap .Inner .TourLink .box dd a{
    font-size: 22px;
}

/*--------------------------------*/
.Sec .Inner .TourLink .None {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 3;
}

.Sec .Inner .TourLink .None p {
	font-size: 20px;
	margin-bottom: 20px;
}

.Sec .Inner .TourLink .None ul {
	display: flex;
	justify-content: center;
}

.Sec .Inner .TourLink .None li {
	width: 30%;
	margin: 0px 10px;
}

.Sec .Inner .TourLink .None li + li {
}

.Sec .Inner .TourLink .None li a {
	background-color: var(--TextClolor);
	font-size: 16px;
}

.Sec .Inner .TourLink .None li a:hover {
	background: rgb(224 222 203);
}

.Sec .Inner .TourLink .ItemInner{
    width: fit-content;
    --mainColor: var(--Color_dark););
    --EntryBeforeBorderHover: 2px solid var(--Color_dark);
}
.ItemInner .Entry{
    margin-bottom: 30px;
}
.ItemInner .Entry .Photo .dst{background-color: var(--TextClolor);-webkit-transition: all .3s ease-out;}
.ItemInner.onClick .Entry:hover .Photo .dst{background-color: var(--Color_dark);}

.ItemInner.onClick .Entry:before{
    border: 2px solid #343434;
    z-index: 9;
}

.ItemInner.Column2 .Entry .Btm .price{
    width: 240px;
}
.ItemInner.Column2 .Entry .Btm .price dt{
    font-size: 20px;
}

/*---------------------------------*/


.Sec .Inner .Pickup{
    border: 4px solid var(--TextClolor);
    border-radius: 5px;
    position: relative;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 45px;
}
.Sec .Inner .Pickup .title{
    position: absolute;
    width: 230px;
    top: -57px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.Sec .Inner .Pickup .title span{
    display: block;
}
.Sec .Inner .Pickup .title span:before{content:"";width: 170px;background-color: #ffffff;display: block;height: 20px;position: absolute;top: 40px;left: 30px;}
.Sec:nth-of-type(even) .Inner .Pickup .title span:before{
    background-color: var(--GrayColor);
}
.Sec .Inner .Pickup .title img{
    position: relative;
}
.Sec .Inner .Pickup .box{
    display: flex;
    align-items: center;
}
.Sec .Inner .Pickup .box .photo{
    width: 300px;
}
.Sec .Inner .Pickup .box dl{
    padding-left: 30px;
    flex: 1;
}
.Sec .Inner .Pickup .box dt{
    font-size: 19px;
    padding-bottom: 7px;
}
.Sec .Inner .Pickup .box dd{
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 15px;
}

