@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;900&display=swap');

html{overflow:auto;}
body{overflow: hidden;min-width: 1200px;
font-style: normal;}
body{color: #333;}
article a{color: #014099;}


@media screen and (max-height:645px){
  #ContactIconBtn{
    display: none;
}
}

article{}
article .FontEn{
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  }



#breadcrumb{
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
#breadcrumb ul{
    width: 1000px;
    margin: 0 auto;
}
.pankuzu li, #breadcrumb li{
    padding: 0;
}

.SMPaccrTtl{ display: none}


/*-------------------------------------------CommonTtl*/
.CommonTtl,
.SrchBizInner .title{
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #014099;
}

.CommonTtl.illust{}
.CommonTtl.illust:before,
.CommonTtl.illust:after{content:"";display: block;position: absolute;top: 0;background-position: center;background-repeat: no-repeat;background-size: contain;}
.CommonTtl.illust:before{background-image: url(../../images/2025sssfnl/illust_title_left.png);left: -160px;width: 95px;height: 104px;}
.CommonTtl.illust:after{background-image: url(../../images/2025sssfnl/illust_title_right.png);right: -170px;width: 102px;height: 96px;}
.CommonTtl h2{background-image: url(../../images/2025sssfnl/bg_title.png);background-position: center;background-repeat: no-repeat;background-size: contain;display: inline-block;padding: 0 20px;position: relative;}
.CommonTtl h2:after,
.CommonTtl h2:before{content:"";display: block;position: absolute;width: 40px;height: 100%;top: 0;background-position: center;background-repeat: no-repeat;background-size: contain;}
.CommonTtl h2:before{ background-image: url(../../images/2025sssfnl/deco_title_blue_left.png);left: -50px;}
.CommonTtl h2:after{ background-image: url(../../images/2025sssfnl/deco_title_blue_right.png);right: -50px;}

.CommonTtl h2 .main,
.SrchBizInner .title .main{
    font-size: 22px;
    position: relative;
    display: inline-block;
    font-weight: 900;
    padding-bottom: 15px;
    font-style: italic;
}
.SrchBizInner .title .main{
    padding-bottom: 3px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
}
.CommonTtl h2 .main strong{
	font-size: 150%;
}
.CommonTtl h2 .sub{
    font-weight: 900;
    padding-bottom: 8px;
    font-size: 18px;
    font-style: italic;
}
.CommonTtl .En{
    font-size: 15px;
    letter-spacing: 0;
    font-style: italic;
}
.CommonTtl .atte{
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

.CommonTtl .illust{margin-bottom: 12px;}


.CommonSubTtl{background-image: url(../../images/2025sssfnl/bg_title.png);background-position: center;background-repeat: no-repeat;background-size: contain;padding: 0 20px;margin: 0 auto;position: relative;margin-bottom: 30px;line-height: 1.4;width: fit-content;color: #014099;text-align: center;}
.CommonSubTtl .main{
	display: block;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 8px;
	font-style: italic;
	text-align: center;
}
body#airAH .CommonSubTtl .main{
	font-size: 30px;
}

.CommonSubTtl .main strong{
	font-size: 140%;
}
.CommonSubTtl .sub{
	text-align: center;
	letter-spacing: 0.5px;
	font-style: italic;
	font-size: 16px;
}
.CommonSubTtl .txt{
	width: 100%;
	display: block;
	margin-top: 10px;
	line-height: 1.8;
	font-weight: bold;
}
.CommonSubTtl .txt a{
	color: #ee7416;
}


/*-------------------------------------------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: #014099;
    font-size: 16px;
    position:relative;
    border-radius: 3px;
    color: #fff;
    font-style: italic;
    }
.linkBtn.multi a{
    padding: 15px 50px;
    border-width: 2px;
    font-size: 16px;
    margin: 5px;
}

.linkBtn a:hover{background-color: #4a7fca;}

.linkBtn a:after{position: absolute;right: 12px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 28px;font-weight: normal;font-style: normal;}
.linkBtn a .sub{}
.linkBtn a .main{
    font-size: 180%;
}
.linkBtn a strong{
    -webkit-transition: all .3s ease-out;
    color: #fff94c;
    font-size: 130%;
    font-weight: 600;
}
.linkBtn a:hover strong{
    color: #fff !important;
}
/*---------------------------------------ItemInner*/


/*-------------------------------------------------------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{}


.menuArea{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 98;
    background-color: #014099;
}
.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 a{
	display: block;
	width: 200px;
	margin-right: 4px;
}
.menuArea .Logo img{
	width: 100%;
}

.menuArea .LeftArea .Sub{margin: 4px;}

.menuArea .LeftArea .Sub a{position: relative;color: #fff;text-decoration: none;display: block;border: 1px solid rgb(255 255 255 / 50%);border-radius: 2px;padding: 1px 21px 1px 10px;font-weight: bold;font-size: 12px;text-align: center;}
.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: #014099;
}


.menuArea .humb{
    -webkit-transition: all .3s ease-out;
    font-size: 12px;
    border-radius: 100px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background-color: #b1ab06;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 80%);
    margin-right: 20px;
}
.menuArea.open .humb{
    /* margin-top: 5px; */
    background-color: inherit;
}
.menuArea .humb:hover{
    cursor: pointer;
    background-color: #014099;
    color: #fff;
}

.menuArea .humb .icon{
	width: 16px;
	line-height: 1;
}
.menuArea .humb .icon span{
    border: 1px solid #fff;
    display: block;
}
.menuArea .humb:hover .icon span{
	/* border-color: #ec5a5a; */
}

.menuArea .humb .icon span + span{
    margin-top: 3px;
}
.menuArea .humb .txt{font-size: 20px;margin-right: 11px;line-height: 1;}
.menuArea.open .humb .txt{
	/* margin-top: 12px; */
}
.menuAreaopen .humb .txt{
    margin-top: 10px;
}
.menuArea .humb .txt:before{content: "MENU";font-family: "Cormorant Infant", serif;font-weight: bold;font-style: italic;}
.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.header_change  .humb{}
.menuArea.header_change  .humb .txt{
	line-height: 1;
}
.menuArea.header_change  .humb .icon{}

.menuArea .Inner{
    display: none;
    /* width: 100%; */
    margin: 0;
    min-width: 1200px;
}
.menuArea .Inner .Sub{
	display: none;
}
.menuArea .Inner .Main{padding-top: 20px;margin: 0 20px;}
.menuArea .Inner .Main ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 1%;
}
.menuArea .Inner .Main li{
    width: 15.8%;
    margin-bottom: 15px;
    text-align: center;
    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;
	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*="korea_hongkong_macau"]:before{background-image: url(../../images/commonLowerMV/korea_smp.jpg);}
.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*="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"]:before{background-image: url(../../images/commonLowerMV/hawaii_smp.jpg);}
.menuArea .Inner .Main li a[href*="america_canada"]:before{background-image: url(../../images/commonLowerMV/usa_smp.jpg);}
.menuArea .Inner .Main li a[href*="uk_france"]:before{background-image: url(../../images/commonLowerMV/france_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*="germany"]:before{background-image: url(../../images/commonLowerMV/germany_smp.jpg);}
.menuArea .Inner .Main li a[href*="dubai_egypt_turkiye"]:before{background-image: url(../../images/commonLowerMV/dubai_smp.jpg);}
.menuArea .Inner .Main li a[href*="maldives"]: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*="airAH"]:before{background-image: url(../../images/commonLowerMV/airAH_smp.jpg);}
.menuArea .Inner .Main li a[href*="domestic"]:before{background-image: url(../../images/commonLowerMV/domestic_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: #ec5a5a;
}
#Domestic .menuArea .Inner .Sub li a:hover{color: #90b948;}
.menuArea .Inner a{}
.menuArea .Inner li a:after{
}


/*-----------------------------*/
.Recept{
	background-color: #d53626;
	padding: 6px 0;
}
.Recept p{
	color: #fff;
	font-weight: 900;
	font-size: 19px;
	text-align: center;
}
.Recept p span{}
.Recept p span + span{}

/*---------------------------*/
#Bn{
    box-shadow: 0 5px 4px -4px rgb(0 0 0 / 25%) inset;
    margin: 0 auto;
    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;
    background-color: #d5d5d5;
    padding-top: 50px;
    background-image: url(../../images/2025sssfnl/bg.jpg);
    box-shadow: 0 5px 4px -4px rgb(0 0 0 / 80%) inset;
}

.SrchBizInner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
#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: #014099;
    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{
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
	z-index: 4;
	background-image: url(../../images/2025sssfnl/bg.jpg);
	box-shadow: 0 5px 4px -4px rgb(0 0 0 / 30%) inset;
}
body#domestic #Recom{
}
#Recom .MainTxt{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #554664;
}
#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;
    column-gap: 10px;
}
body#airAH #Recom .RecomSC{
	justify-content: center;
}
body#airAH #Recom .RecomSC li a{
	font-size: 14px;
}
#Recom .RecomSC li{
    width: 19%;
    margin-bottom: 10px;
}
#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: 10px 8px;padding-right: 18px;font-size: 12px;border-radius: 3px;background-color: #014099;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: 50px;
	padding-top: 50px;
}
#Recom .Sec +.Sec:before,
#Recom .Sec +.Sec:after{
 content:"";
 background-image: linear-gradient(to right, #014099 6px, transparent 6px);
 background-size: 25px 3px;
 background-repeat: repeat-x;
 background-position: left bottom;
 display: block;
 width: 100%;
 height: 3px;
 position: absolute;
 top: 0;
 }
#Recom .Sec +.Sec:before{}
#Recom .Sec +.Sec:after{
	background-image: linear-gradient(to right, #d8b212 6px, transparent 6px);
	left: 13px;
}
#Recom .Sec .MainTxt{
	color: #014099;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 30px;
}
#Recom .Sec .MainTxt a{
	color: #ee7416;
}

/*-----------------------------*/

.ItemInner .Entry .linkbox{
    border: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}

.ItemInner .Entry .dst{
    background-color: #014099;
}
#qua15th .ItemInner .Entry .dst{background-color: #bf8f0f;}
.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,
.ItemInner .Entry .other li a:hover{
	background-color: #014099;
	border-color: #014099;
	color: #fff;
}

/*------------------------------floatingBn*/
#floatingBn{left: 0;width: 100%;padding: 15px 0;background-color: rgb(152 152 152 / 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: 1000px;
    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: 98%;
    justify-content: space-between;
}
#floatingBn .link li{
    width: 19%;
}
#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 #014099;
  border: 1px solid #014099;
  color: #014099;
}
#floatingBn .link a:hover{
    background: #014099;
    color: #fff;
}

/*------------------------------.Entry.column*/
.ItemInner .Entry.column{width: 1000px;}
.ItemInner .Entry.column + .Entry.column{
	margin-top: 40px;
}
.ItemInner .Entry.column .linkArea{border-radius: 2px;padding: 25px;position: relative;min-height: 205px;background-color: #fff;box-shadow: 0 0 4px rgb(0 0 0 / 30%);}
.ItemInner .Entry.column .photo{position: relative;width: 300px;position: absolute;top: 25px;left: 25px;}
.ItemInner .Entry.column .photo .dst{background-color: #014099;position: absolute;font-size: 12px;top: 0;left: 0;color: #fff;line-height: 1;padding: 3px 5px;}
.ItemInner .Entry.column .photo img{
	width: 100%;
	height: initial;
}
.ItemInner .Entry.column .photo .caption{
	font-size: 11px;
}

.ItemInner .Entry.column .main{margin-left: 320px;}
.ItemInner .Entry.column .data{display: flex;margin-bottom: 5px;flex-wrap: wrap;}
.ItemInner .Entry.column .data li{font-size: 13px;border: 1px solid #c8c8c8;line-height: 1;padding: 4px 5px;margin-right: 7px;margin-bottom: 5px;}
.ItemInner .Entry.column .data li + li{}
.ItemInner .Entry.column .data .qua{background: rgb(163,152,53);background: -moz-linear-gradient(left, rgba(163,152,53,1) 0%, rgba(186,177,61,1) 50%, rgba(163,152,53,1) 100%);background: -webkit-linear-gradient(left, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);background: linear-gradient(to right, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39835', endColorstr='#a39835',GradientType=1 );color: #fff;border: none;}

.ItemInner .Entry.column .states{display: none;}
.ItemInner .Entry.column h4{font-size: 19px;padding-bottom: 5px;/* font-family: 'Zen Old Mincho', serif; */line-height: 1.4;letter-spacing: 0;font-weight: 900;}
.ItemInner .Entry.column .htl{
	font-weight: bold;
}
.ItemInner .Entry.column .btm{display: flex;justify-content: space-between;align-items: center;margin-left: 316px;flex-wrap: wrap;} 
.ItemInner .Entry.column .price{color: #da3d3d;text-align: left;white-space: nowrap;margin-right: 30px;}
.ItemInner .Entry.column .price dt{
    font-size: 24px;
    font-weight: bold;
    /* font-family: 'Zen Old Mincho', serif; */
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 6px;
    }
.ItemInner .Entry.column .price dt span{
	font-size: 70%;
}
.ItemInner .Entry.column .price dd{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding-bottom: 5px;
}
.ItemInner .Entry.column .btn{
	width: 310px;
	margin-top: 10px;
}
.ItemInner .Entry.column .btn a{
    display: block;
    position: relative;
    background-color: #014099;
    text-decoration: none;
    padding: 10px 8px;
    font-weight: bold;
    border: 2px solid #014099;
    text-align: center;
    color: #fff;
    min-width: 7em;
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    }
.ItemInner .Entry.column .btn a:hover{
    background-color: inherit;
    color: #014099;
}
.ItemInner .Entry.column .btn a:after{position: absolute;right: 8px;top:50%;font-weight: normal;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}


.ItemInner .Entry.column .freetext{
    margin-bottom: 10px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0px;
    margin-top: 10px;
    line-height: 1.7;
}

.ItemInner .Entry.column .PointIcon{
	display: none;
}

.ItemInner .Entry .photo img {
    height: 150px;
    object-fit: cover;
}


/*-------------------------------------------SearchIconBtn*/

#SearchIconBtn{
    position: fixed;
    bottom: 30vh;
    right: 0;
    z-index: 99;
    /* transform: translate(0,-50%); */
    /* display: none; */
}
#SearchIconBtn.link{
    top: 55%;
}

#SearchIconBtn a{
  background-color: #ee7416;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  background-size: cover;
  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;
}

/*-----------------------------------------------Other*/
#Other{
    padding: 60px 0;
    z-index: 3;
    position: relative;
    background-image: url(../../images/2025sssfnl/bg_sea.jpg);
    background-position: center -130px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 5px 4px -4px rgb(0 0 0 / 80%) inset;
}
#Other:before{content:"";background-color: rgb(1 64 153 / 45%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#Other .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#Other .Inner .Entry{
    width: 31%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ccc; */
}
#Other .Inner .Entry h3{
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 10px;
}
#Other .Inner .Entry dl{display: flex;flex-direction: column-reverse;margin-bottom: 10px;}
#Other .Inner .Entry dt{font-weight: bold;}
#Other .Inner .Entry dd{
    align-self: center;
    margin-bottom: 10px;
}
#Other .Inner .Entry dd img{
    width: auto;
    height: 60px;
}
#Other .Inner .Entry .linkBtn{padding: 0;margin-top: auto;}
#Other .Inner .Entry .linkBtn a{padding: 13px;display: block;font-size: 16px;border-radius: 3px;text-decoration: none;font-size: 14px;text-align: center;position: relative;background-color: #014099;font-style: normal;font-weight: bold;}
#Other .Inner .Entry .linkBtn a:hover{
	background-color: #c4a948;
}
#Other .Inner .Entry .linkBtn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 23px;}



/*---------------------------------*/
.ItemInner .Entry .main .data .eco{
    background-color: #b069bb;
    color: #fff;
    border-color: #b069bb;
}
.ItemInner .Entry .main .data .domestic{
    background-color: #aa7fde;
    color: #fff;
    border-color: #aa7fde;
}
.ItemInner .Entry .photo .senko{background-color: #ee7416;display: none;}
.ItemInner .Entry .photo .icon span.price5000{
	background-color: #de1a3f;
}
.ItemInner .Entry .photo .icon span.price10000{background-color: #0a9ce7;}
.ItemInner .Entry .photo .icon span.price10000:before, .ItemInner .Entry .photo .icon span.price10000:after{border-top: 4px solid #0975ac;}


/*------------------------------Discount-*/
#Discount{
	box-shadow: 0 0 4px rgb(0 0 0 / 50%);
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	border: 5px solid #1ab7d9;
	box-sizing: border-box;
}
#Discount .small{
	display: inline-block;
	padding: 0 3px;
	font-size: 90%;
}
#Discount .ribbon{}
#Discount .ribbon span strong{
	font-size: 160%;
}
#Discount .ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 165px;
  height: 120px;
  overflow: hidden;
  z-index: 99;
  }

#Discount .ribbon span {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -39px;
  top: 23px;
  width: 200px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  background: #014099;
  color: #ffe162;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  font-weight: bold;
}
#Discount .linkBtn{
	position: absolute;
	right: 20px;
	bottom: -30px;
	padding: 0;
	text-align: right;
}
#Discount .linkBtn a{
	background-color: #d16fc0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 60px;
	box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
#Discount .linkBtn a:hover{
	background-color: #b154a1;
}
#Discount .Title{
	background-color: #1ab7d9;
	color: #fff;
	text-align: center;
	padding: 10px 0 15px 0;
	line-height: 1;
}
#Discount .Title dt{
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
}
#Discount .Title dt strong{
	color: #ffe162;
}
#Discount .Title dd{
	font-size: 26px;
	font-style: italic;
}
#Discount .Title dd span{
	display: inline-block;
	padding: 0 3px;
}
#Discount .Title dd strong{color: #ffe162;font-size: 130%;font-weight: normal;}
#Discount .Inner{
	padding: 30px;
	display: flex;
	color: #014099;
	padding-bottom: 40px;
}
#Discount .Inner .Main{
	width: 330px;
	margin-right: 30px;
}
#Discount .Inner .Main dl{
	font-size: 13px;
	margin: 0 auto;
	background-color: #fff;
	border: 3px solid;
	position: relative;
}
#Discount .Inner .Main dl + dl{
	margin-top: 30px;
}
#Discount .Inner .Main dl.price5000{
	border-color: #de1a3f;
}
#Discount .Inner .Main dl.price10000{
	border-color: #0a9ce7;
}
#Discount .Inner .Main dt{
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -10px;
	padding: 0 4px;
	font-weight: bold;
	font-size: 15px;
}
#Discount .Inner .Main dt strong{
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px 7px;
	line-height: 1;
	margin: 0 4px;
}
#Discount .Inner .Main dl.price5000 dt strong{
	background-color: #de1a3f;
}
#Discount .Inner .Main dl.price10000 dt strong{
	background-color: #0a9ce7;
}

#Discount .Inner .Main dd{
	text-align: center;
	padding: 5px 0 14px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#Discount .Inner .Main dd .txt{
	line-height: 1.4;
	padding-top: 7px;
	padding-right: 4px;
}
#Discount .Inner .Main dd .txt span{
	display: block;
	font-size: 15px;
}
#Discount .Inner .Main dd .txt span + span{
	font-size: 11px;
}
#Discount .Inner .Main dd .price{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
}
#Discount .Inner .Main dd .price em{
	font-style: italic;
	font-size: 130%;
}#Discount .Inner .Main dd .price strong{
	font-size: 240%;
	letter-spacing: -1.5px;
	display: inline-block;
	padding-right: 2px;
}
#Discount .Inner .Main dl.price5000 .price strong{
	color: #de1a3f;
}
#Discount .Inner .Main dl.price10000 .price strong{
	color: #0a9ce7;
}
#Discount .Info{
	flex: 1;
	margin-top: -7px;
}
#Discount .Info dl{
	display: flex;
	
}
#Discount .Info dl + dl{margin-top: 10px;}
#Discount .Info dt{
	background-color: #1ab7d9;
	width: 6em;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: flex;
	padding: 2px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}
#Discount .Info dd{
	flex: 1;
	font-weight: bold;
	padding-left: 10px;
	font-size: 13px;
	align-self: center;
}
#Discount .Info dd strong{
	font-size: 130%;
	color: #ec47d0;
	font-weight: 900;
	background: linear-gradient(transparent 60%, #ffff95 60%);
}
#Discount .Info ul{}
#Discount .Info li{
	display: flex;
	flex-wrap: wrap;
}
#Discount .Info li + li{
	padding-top: 2px;
}
#Discount .Info li span{
	width: 2.5em;
}
#Discount .Info li p{
	flex: 1;
}

