@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

html{/* overflow:auto; */}
body{/* overflow: hidden; *//* min-width: 1200px; */font-style: normal;}
body,a{color: #474747;}



@media screen and (max-height:645px){
  #ContactIconBtn{
    display: none;
}
}


article .FontEn{font-family: "EB Garamond", serif;letter-spacing: 0;font-weight: bold;}

#Header{
    position: relative;
    z-index: 3;
}

#breadcrumb{
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
#breadcrumb ul{
    width: 1000px;
    margin: 0 auto;
}
.pankuzu li, #breadcrumb li{
    padding: 0;
}

.SMPaccrTtl{ display: none}
.pcFooter{position: relative;/* z-index: 2; */}

/*-------------------------------------------CommonTtl*/
.CommonTtl,
.SrchBizInner .title{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: #6a2624;
}
#Overseas .CommonTtl{
    margin-bottom: 10px;
}
.CommonTtl .main,
.SrchBizInner .title .main{
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    line-height: 1.2;
}
.SrchBizInner .title .main{
    padding-bottom: 3px;
    font-family: 'Zen Old Mincho', serif;
}
.CommonTtl .main:after{content:"";}
.CommonTtl .main strong{color: #ccad33;}
.CommonTtl .sub{
    padding-bottom: 8px;
    font-size: 16px;
}
.CommonTtl .En{
    font-size: 17px;
}
.CommonTtl .atte{
    font-size: 13px;
    padding-top: 15px;
}

.CommonSubTtl{
	text-align: center;
	margin-bottom: 30px;
}
.CommonSubTtl .main{
	font-size: 22px;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 4px;
}
#domestic .CommonSubTtl .main{
	letter-spacing: 0;
}
.CommonSubTtl .main strong{color: #c9a61e;font-size: 130%;}
.CommonSubTtl .sub{
	display: block;
	font-size: 15px;
}
.CommonSubTtl .deco{font-weight: bold;font-size: 20px;background: linear-gradient(transparent 60%, #dece91 60%);display: inline-block;margin-bottom: 5px;}
.CommonSubTtl .deco strong{
	font-size: 130%;
}
.CommonSubTtl .txt{
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

/*-------------------------------------------linkBtn*/
.linkBtn{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
}
.linkBtn.multi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.linkBtn a{
    text-decoration: none;
    display: inline-block;
    padding: 18px 120px;
    background-color: #6a2624;
    font-size: 18px;
    position:relative;
    border-radius: 3px;
    color: #fff;
    
    }
.linkBtn.multi a{
    padding: 15px 50px;
    border-width: 2px;
    font-size: 16px;
    margin: 5px;
}
.linkBtn a:hover{background-color: #90514f;}
.linkBtn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 28px;font-weight: normal;}
.linkBtn a .sub{}
.linkBtn a .main{
    font-size: 180%;
}
.linkBtn a strong{
    -webkit-transition: all .3s ease-out;
    color: #ffda8d;
}
.linkBtn a:hover strong{
    color: #fff !important;
}
/*---------------------------------------ItemInner*/


/*-----------------------------------Menu*/

/*-------------------------------------------------------menuArea*/
.header_change{position: fixed !important;transition: .5s;width: 100%;z-index: 1000;background-color: #fff;}

.header_change.show{top: 0;border: none;box-shadow: 0 0 4px rgb(0 0 0 / 50%);}
.header_change.show:after{}

.glovalHeader{
	background-color: #fff;
}
article{}

.menuArea{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    background-color: #6a2624;
}
.menuArea .Top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    }
html.modal-is-locked .menuArea{
    }


.menuArea .LeftArea{
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.menuArea .Logo{display: flex;}
.menuArea .Logo dt{
	margin-right: 10px;
	color: #fff;
}
.menuArea .Logo dt a{}
.menuArea .Logo dt a img{
	width: 270px;
}
.menuArea .Logo dd{
	color: #fff;
	letter-spacing: 1px;
}
.menuArea .Logo dd strong{
	font-size: 130%;
}
.menuArea .Logo dd a{
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
.menuArea .Logo dd a span{
	display: block;
	font-size: 12px;
	font-style: italic;
}
.menuArea .Logo dd a span + span{
	font-size: 27px;
}

.menuArea .LeftArea .Sub{
	margin-left: 15px;
}

.menuArea .LeftArea .Sub a{position: relative;color: #fff;text-decoration: none;display: block;border: 1px solid rgb(255 255 255 / 50%);border-radius: 3px;padding: 1px 21px 1px 10px;font-weight: bold;font-size: 12px;}
.menuArea .LeftArea .Sub a:after{position: absolute;right: 5px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-weight: normal;}
.menuArea .LeftArea .Sub a:hover{
	background-color: #fff;
	color: #6a2624;
}


.menuArea .humb{
    -webkit-transition: all .3s ease-out;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ccad33;
    color: #fff;
}
.menuArea.open .humb{
    /* margin-top: 5px; */
}
.menuArea .humb:hover{
    cursor: pointer;
    background-color: #aa9541;
    color: #fff;
}

.menuArea .humb .icon{
	width: 20px;
}
.menuArea .humb .icon span{
    border: 1px solid #fff;
    display: block;
}
.menuArea .humb:hover .icon span{
	/* border-color: #10b5c9; */
}

.menuArea .humb .icon span + span{
    margin-top: 3px;
}
.menuArea .humb .txt{font-size: 20px;margin-right: 6px;}
.menuArea.open .humb .txt{
	/* margin-top: 12px; */
}
.menuAreaopen .humb .txt{
    margin-top: 10px;
}
.menuArea .humb .txt:before{content: "MENU";font-family: 'Zen Old Mincho', serif;}
.menuArea.open .humb .txt:before{content:"CLOSE"}
.menuArea.open .humb .icon span:first-child {
   transform: translate(0, 5px) rotate(45deg);
 }
.menuArea.open .humb .icon span:nth-child(2) {
   opacity: 0
 }
.menuArea.open .humb .icon span:nth-child(3) {
   transform: translate(0, -6px) rotate(-45deg)
 }
.menuArea .Inner{
    display: none;
    /* width: 100%; */
    margin: 0;
    min-width: 1200px;
}
.menuArea .Inner .Sub{
	display: none;
}
.menuArea .Inner .Main{padding: 30px;padding-top: 10px;}
.menuArea .Inner .Main ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0.9vw;
}
.menuArea .Inner .Main li{
    /* margin: 5px; */
    width: 15.8%;
    margin-bottom: 0;
    /* text-align: center; */
    padding: 10px 0px;
    box-sizing: border-box;
}
#Domestic .menuArea .Inner .Main li{
	/* width: 16.6%; */
}
.menuArea .Inner .Main li + li{}
.menuArea .Inner .Main li a{
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
.menuArea .Inner .Main li a span{
	padding: 30px 10px;
	display: block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	text-shadow: 0 0 6px rgb(0 0 0 / 100%);
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.menuArea .Inner .Main li + li a{
}

.menuArea .Inner .Main li a:before{content:"";display: block;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;top: 0;left: 0;}
.menuArea .Inner .Main li a:after{-webkit-transition: all .3s ease-out;content:"";position: absolute;background-color: rgb(0 0 0 / 30%);top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.menuArea .Inner .Main li a[href*="vietnam"]:before{background-image: url(../../images/commonLowerMV/vietnam_smp.jpg);}
.menuArea .Inner .Main li a[href*="bali"]:before{ background-image: url(../../images/commonLowerMV/bali_smp.jpg)}
.menuArea .Inner .Main li a[href*="italy_spain"]:before{ background-image: url(../../images/commonLowerMV/italy_smp.jpg)}
.menuArea .Inner .Main li a[href*="singapore_malaysia"]:before{ background-image: url(../../images/commonLowerMV/singapore_smp.jpg)}
.menuArea .Inner .Main li a[href*="thai_cambodia"]:before{ background-image: url(../../images/commonLowerMV/thai_smp.jpg)}
.menuArea .Inner .Main li a[href*="hawaii_guam"]:before{ background-image: url(../../images/commonLowerMV/hawaii_smp.jpg)}
.menuArea .Inner .Main li a[href*="usa_canada"]:before{ background-image: url(../../images/commonLowerMV/usa_smp.jpg)}
.menuArea .Inner .Main li a[href*="italy_spain"]:before{ background-image: url(../../images/commonLowerMV/italy_smp.jpg)}
.menuArea .Inner .Main li a[href*="france_uk"]:before{ background-image: url(../../images/commonLowerMV/france_smp.jpg)}
.menuArea .Inner .Main li a[href*="germany"]:before{ background-image: url(../../images/commonLowerMV/germany_smp.jpg)}
.menuArea .Inner .Main li a[href*="neareast_morocco"]:before{ background-image: url(../../images/commonLowerMV/dubai_smp.jpg)}
.menuArea .Inner .Main li a[href*="maldives_newzealand"]:before{ background-image: url(../../images/commonLowerMV/maldives_smp.jpg)}
.menuArea .Inner .Main li a[href*="music"]:before{ background-image: url(../../images/commonLowerMV/music_smp.jpg)}
.menuArea .Inner .Main li a[href*="imp"]:before{ background-image: url(../../images/commonLowerMV/imp_smp.jpg)}
.menuArea .Inner .Main li a[href*="cruise"]:before{ background-image: url(../../images/commonLowerMV/cruise_smp.jpg)}
.menuArea .Inner .Main li a[href*="domestic"]:before{ background-image: url(../../images/commonLowerMV/domestic_smp.jpg)}
.menuArea .Inner .Main li a[href*="airAH"]:before{ background-image: url(../../images/commonLowerMV/airAH_smp.jpg)}


.menuArea .Inner .Main li a:hover,
.menuArea .Inner .Main li.active a{
	color: #f9f235;
}
.menuArea .Inner .Main li a:hover:after,
.menuArea .Inner .Main li.active a:after{background-color: rgb(0 0 0 / 50%);}
.menuArea .Inner .Sub{
	margin: 10px;
}
.menuArea .Inner .Sub ul{
    display: flex;
    justify-content: space-between;
}
.menuArea .Inner .Sub li{
    text-align: center;
    width: 49%;
}
.menuArea .Inner .Sub li + li{
    margin: 0;
}
.menuArea .Inner .Sub li a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    display: block;
    border: 2px solid #fff;
    padding: 13px 10px;
    border-radius: 3px;
    position: relative;
}
.menuArea .Inner .Sub li a:after{
position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1
}
.menuArea .Inner .Sub li a:hover{
	background-color: #fff;
	color: #10b5c9;
}
#Domestic .menuArea .Inner .Sub li a:hover{color: #90b948;}
.menuArea .Inner a{}
.menuArea .Inner li a:after{
}



/*---------------------------*/
#Bn{
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
#Bn .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Bn .Inner a{
}
#Bn .Inner + .Inner{
    margin-top: 40px;
}
#Bn ul{
    width: 480px;
    margin-bottom: 20px;
}
#Bn li{}
#Bn li + li{}
#Bn li img{
    border: 1px solid #ccc;
}
#Bn li a img:hover{ opacity:0.7}


/*---------------------------------SearchWrap*/
#SearchWrap{
    padding-bottom: 80px;
    position: relative;
    /* z-index: 2; */
    background-color: #f0f0f0;
    padding-top: 50px;
    background-image: url(../../images/2025autumn/bg_itimatsu.png);
}
.SrchBizInner{
    width: 1000px;
    margin: 0 auto;
}
#SearchWrap .btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#SearchWrap .btn li{
    margin: 0 20px;
}
#SearchWrap .btn li a{
    text-decoration: none;
    position: relative;
    
    padding: 20px 70px;
    text-align: center;
    background-color: #ccad33;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
#SearchWrap .btn li + li a{background-color: #c7ab42;}
#SearchWrap .btn li a:hover{
    opacity: 0.7;
}
#SearchWrap .btn li a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}


/*--------------------------------------Recom*/
#Recom{
	background-color: #eeead9;
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}
#Recom:before,
#Recom:after{content:"";width: 450px;display: block;position: fixed;height: 370px;background-size: contain;background-repeat: no-repeat;}
#Recom:before{background-image:url(../../images/2025autumn/content_bg_left.jpg);top: 0;left: 0;}
#Recom:after{background-image:url(../../images/2025autumn/content_bg_right.jpg);top: 0;right: 0;}
#Recom .MainTxt{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #6a2624;
}
#Recom h2 .main{
}
#Recom .RecomSC{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#Recom .RecomSC li{
    width: 19%;
    margin: 5px;
}
#Domestic #Recom .RecomSC li{
    width: 19%;
}

#Recom .RecomSC li a{position:relative;display: block;color: #fff;text-decoration: none;text-align: center;font-weight: bold;padding: 8px;padding-right: 18px;font-size: 12px;border-radius: 3px;background-color: #ccad33;display: flex;height: 100%;box-sizing: border-box;justify-content: center;align-items: center;}
#Recom .RecomSC a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content: "\f107";font-family:FontAwesome;line-height: 1;font-weight: normal;}
#Recom .RecomSC a:hover{ opacity:0.7}

#Recom .Sec{
    z-index: 9;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#Recom .Sec +.Sec{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px dotted #6a2624;
}

/*-----------------------------*/

.ItemInner .Entry .linkbox{
    border: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}

.ItemInner .Entry .dst{
    background-color: #ccad33;
}
.ItemInner .Entry .main .data .business{background-color: #c6ad3f;color: #fff;border-color: #c6ad3f;}
.ItemInner .Entry .main .data .imp{background-color: #ca9797;color: #fff;border-color: #ca9797;}

#DmsRefineList .ItemInner .Entry .other a:hover{
	background-color: #ccad33;
	border-color: #ccad33;
	color: #fff;
}

/*------------------------------floatingBn*/
#floatingBn{left: 0;width: 100%;padding: 15px 0;background-color: rgb(189 177 132 / 50%);position: fixed;bottom: 0;z-index: 999;}
#Domestic #floatingBn{background-color: rgb(132 225 150 / 50%);}
#floatingBn .delete{
    z-index: 9;
    right: -27px;
}
#floatingBn .link{
    width: 690px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#floatingBn .link p{font-size: 15px;font-weight: bold;color: #323232;margin-bottom: 1px;text-align: center;line-height: 1.4;padding-bottom: 5px;}
#floatingBn .link ul{
    /* padding: 5px; */
    padding-right: 0;
    display: flex;
    width: 49%;
    justify-content: space-between;
}
#floatingBn .link li{
    width: 48%;
}
#floatingBn .link li + li{
}
#floatingBn .link a{}

#floatingBn .link a:after{position: absolute;right: 5px;top:50%;margin-top:-0.5em;content:"\f08e";font-family:FontAwesome;line-height: 1;font-size: 13px;}

#floatingBn .link a {
  text-decoration: none;
  background: #fff;
  text-align: center;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 0;
  display: block;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-right: 24px;
  line-height: 1.3;
  box-shadow: 0px 2px 0px #c9a61e;
  border: 1px solid #c9a61e;
  color: #c9a61e;
}
#floatingBn .link a:hover{
    background: #c9a61e;
    color: #fff;
}


/*-------------------------------------------SearchIconBtn*/

#SearchIconBtn{
    position: fixed;
    top: 52%;
    right: 0;
    z-index: 999;
    transform: translate(0,-50%);
    display: none;
}
#SearchIconBtn p{
	writing-mode: vertical-rl;
}
#SearchIconBtn.link{
    top: 55%;
}

#SearchIconBtn a{
  background-color: #c7ab42;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 11px 10px;
  box-sizing: border-box;
  border: 3px solid #FFF;
  margin-bottom: 10px;
  letter-spacing: 2px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
#SearchIconBtn.link a{
    font-size: 16px;
}
#SearchIconBtn a span{padding-top: 2px;}
#SearchIconBtn a:after{content:"\f107";font-family:FontAwesome;font-size: 20px;display: block;font-weight: normal;}
#SearchIconBtn a:before{content:"\f002";font-family:FontAwesome;font-size: 13px;display: block;font-weight: normal;padding-bottom: 4px;}
#SearchIconBtn a.searchbtn{}
#SearchIconBtn a.alljapan{
    background-color: #53a3a5;
    color: #fff;
    background-image: initial;
}

#SearchIconBtn a.alljapan:after,
#SearchIconBtn a.searchbtn.link:after{content:"\f105";font-size: 17px;}

#SearchIconBtn a.alljapan:before{content:"\f24d";}

#SearchIconBtn a.searchbtn:hover,
#SearchIconBtn a.alljapan:hover{
    opacity: 0.6;
}

.oversea #SearchIconBtn a.alljapan{
    display: none;
}

