@charset "UTF-8";
body {
	-webkit-text-size-adjust: 100%;
}
.containner {
	margin-bottom: 20px;
}
.containner * {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif' !important;
	font-size: 12px;
	line-height: 18px;
}
.top-ttl {
    /*width: 960px;*/
    margin: 0 auto;
    position: relative;
     overflow: hidden; 
    height: 385px;
}
.top-ttl .tittle{
	position: absolute;
	width: 450px;
	left: 50%;
	top:20px;
	z-index: 1;
    margin-left: -225px;
}
.top-ttl .tittle img{
	width: 450px;
	height: 200px;
}
.top-ttl .tittle p{
	text-align: center;
	font-size: 17px;
	line-height: 23px;
	color:#ffffff;
	text-shadow:0px 0px 12px #000000;
	font-weight: 500;
	letter-spacing: 1px;	
}
.slide-wrap {
    width: 2880px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -1440px;
}
.slide-wrap .bx-wrapper .bx-pager{
    bottom: 58px;
}
.slide-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
	border-radius: 6px;
}
.slide-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide-wrap .bx-wrapper .bx-pager.bx-default-pager a.active, .slide-wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: rgba(255,255,255,1.0);
}
.slide-wrap .tabbg{
	position: absolute;
    bottom: 0;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

.TtlBox_s {
	width: 960px;
	height: 310px;
	position: relative;
	margin-bottom: 15px;
}
.tBtn {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.ttlBox_s {
	width: 960px;
	height: 295px;
	position: relative;
	overflow: hidden;
	z-index: 1
}


.disnon {
  display: none;
}
.global-nav .nav-list {
	letter-spacing: -0.4em;
	margin: 0 auto;
	text-align: center;
	    width: 960px;
    background: #ffffff;
	
}
.global-nav .nav-list > li {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	vertical-align: top;
	background: #ffffff;
	margin: 0 5px;
	border-radius: 4px 4px 0 0;
	/*border-top: 1px solid #00B9EF;
	border-left: 1px solid #00B9EF;
	border-right: 1px solid #00B9EF;*/
	box-shadow: 0 0px 0 1px #00B9EF inset;
}
.global-nav .nav-list > li > a {
	display: block;
	color: #00B9EF;
	position: relative;
	padding: 16px 0px;
	width: 209px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	z-index: 2;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.global-nav .nav-list > li:hover > a {
	color: #ffffff;
}*/
.global-nav .nav-list > li > a:hover {
	background:#00B9EF;
	padding: 20px 0;
    margin-top: -8px;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #ffffff;
}
.global-nav .nav-list > li.select > a {
	color: #ffffff;
    background: #00B9EF;
    padding: 20px 0;
    margin-top: -8px;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}
.global-nav .children {
	width: 910px;
	background-color: #ffffff;
	display: block;
	/*border: 1px solid #00B9EF;*/
	box-shadow: 0 0 0 1px #00B9EF inset;
	border-radius: 4px;
	position: absolute;
	top: 49px;
	overflow: hidden;
	height: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height;
	-moz-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.global-nav .tyo .children {
	left: -20px;
}
.global-nav .ngo .children {
	left: -240px;
}
.global-nav .osa .children {
	left: -460px;
}
.global-nav .fuk .children {
	left: -680px;
}
.global-nav .children > .inner {
	padding-top: 0px;
	position: relative;
}
.global-nav .children ul {
	padding: 20px 0;
}
.global-nav .children ul > li {
	line-height: 1.8;
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
.global-nav .children ul > li > a {
	color: #333333;
	font-size: 12px;
	font-weight: 300;
}
.global-nav .children ul > li > a::before{
	content: "＞";
	font-size: 12px;
	color: #00B9EF;
	display: block;
	position: absolute;
	left: -15px;
	
}
.global-nav .children ul > li > a:hover {
	/*color:#FF0;*/
	text-decoration: underline;
}
.sticky-wrapper{
	position: relative;
	width: 960px;
    margin: 0 auto;
	background: #ffffff;
}
.global-header{
	position: absolute;
	z-index: 100;
	top: -68px;
	
}

/*おすすめ*/
.bg_gray{
	background: #f2f2f2;
	padding: 0px 0 80px 0;
    position: relative;
	
}
.subtl01 {
	width: 960px;
    margin: 0 auto;
    position: absolute;
    top: -25px;
}
.subtl01 h2 img{
	width: 227px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.subtl01 p{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
}
.subtl01 p.recohatsu {
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #ff6699;
}
.box-over {
	padding-top: 90px;
	margin: 0 auto;
	width: 960px;
/*	overflow: hidden;*/
}
.RankBox {
	width: 960px;
	
}
.picbox {
	position: relative;
}
.RankBox dl {
	background-color: #000000;
	float: left;
	width: 310px;
	/*height: 350px;*/
	margin-right: 14px;
	
}
.RankBox a:nth-child(3) dl {
	margin-right: 0px;
}
.R_country {
	position: absolute;
	bottom: 0px;
	width: 310px;
	/*background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(0,0,0,.8)) ;*/
	/*background: linear-gradient(rgba(0, 0, 0, 0.5), #000000 50%);*/
	/*padding: 30px 15px 5px 15px;*/
	
}
.R_country .R_bg01{
	background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(0,0,0,.8)) ;
	padding: 30px 15px 0px 15px;
}
.same-height .R_bg02{
	/*background:rgba(0,0,0,.8);*/
	padding: 5px 15px 0px 15px;
}
.R_country .R_name{
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #00B9EF;
	text-shadow:0px 0px 4px #000000;
}
.RankBox .R_Ttl, .RankBox .R_point {
	/*padding: 0 15px;*/
	/*margin-top: 5px;*/
}
.RankBox .R_Price {
	color: #e51717;
	font-size: 18px;
	text-align: right;
	padding: 0 15px 10px;
	margin-top: 5px;
	letter-spacing: 0.5px;
}
.RankBox .R_Ttl {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
}
.RankBox .caps{
	color: #fff;
	padding: 5px 15px 0 15px;
	font-weight: 100;
	font-size: 14px;
}

.RankBox .R_point {
	font-size: 14px;
}
.RankBox dl:hover .R_Ttl {
	color: #ff9933;
	text-decoration: underline
}
.TourBox dl:hover .tour {
	color: #ff9933;
	text-decoration: underline
}
.R_icon1 {
	position: absolute;
	top: -15px;
	left: 5px;
}

/*.R_icon1 img{
	border: 1px solid #00B9EF;
	height: 100%;
	
}*/

.R_pic img{
	width: 310px;
}
/*各種ツアー*/
.area-box {
	width:960px;
	margin: 0 auto;
	overflow: hidden;
}
/*.area-box h3 {
	background: #00B9EF;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px;
	margin-bottom: 20px;
	clear: both;
}
.area-box h3 span{
	font-weight:normal;
	display:block;
	float: right;
	color: #ffffff;
}*/
.area_bar{
	background: #ff6699;
	padding: 12px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.area_bar h3{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
.area_bar ul{
	float: right;
	display: table;
}
.area_bar ul li{
	display: table-cell;
}

.area_bar ul li a{
	color: #ffffff;
	font-size: 12px;
	padding: 0px 18px;
	border-left: 1px solid #ffffff;
}
.area_bar ul li:last-child a{border-right: 1px solid #ffffff;}
.area_bar ul li a:hover,.area_bar ul li p{
	background: #ffffff;
	font-size: 12px;
	padding: 0px 18px;
	border-left: 1px solid #ffffff;
	color: #ff6699;
	text-decoration: none;
}
.area-box .boxS {
	margin-bottom: 50px;
	overflow: hidden;
}
.box-wrap {
	float: left;
	width: 308px;
	margin-right: 18px;
}
.box-wrap:nth-child(3n) {
	margin-right: 0;
}
.box-wrap:nth-child(n+4) {
	margin-top: 60px;
}
.box-wrap p {
    margin-top: 5px;
    text-align: left;
    display: inline-block;
    clear: both;
	overflow: hidden;
}
.box-wrap p a{float: right;}
.box-wrap p a{
	color: #333333;
}
.box-wrap p a:hover {
	color: #333333;
	text-decoration: underline;
}
.box-wrap p a::before {
	content: "＞";
	margin-right: 3px;
	color: #333333;
}
.TourBox {
box-shadow: 0 0 0 1px #9B7843 inset;
display: inline-block;
	position: relative;
	margin-top: 12px;
}
.TourBox a:hover {
	text-decoration: none;
	background: none;
}
.TourBox a:visited {
	color: #9933CC;
}
.TourBox a .tour {
	color: #3c3e97;
	text-decoration: none;
	/*background: #FFFFFF;*/
	
	/*font-weight: bold;*/
}
.TourBox a .tour:hover {
	text-decoration: underline;
}
.TourBox .dstntn {
	position: absolute;
	top:-12px;
	left: 5px;
	/*font-weight:100;*/
	font-size: 12px;
	color: #ff6699;
	
	background: #ffffff;
	border: 1px solid #ff6699;
	border-radius: 3px;
	padding: 3px 12px;
}
.TourBox .dstntn:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ff6699 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
.TourBox .dstntn span {
	/*display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 52px;*/
	
}
.TourBox .ic_list{
	padding: 0px 20px;
	overflow: hidden;
}
.TourBox .ic_list li {
	width: 31.7%;
	margin-right: 1.3%;
	margin-bottom: 3px;
}
.TourBox .ic_list li:nth-last-of-type(3n) {
	/*margin-right: 0;*/
}
.TourBox .ic_list .liBack {
	background-color: #009961;
	color: #fff;
	font-size: 13px;
	padding: 2px 0;
	text-align: center;
	border-radius: 2px;
}
.TourBox .ic_list li img{
	width: 100%;
	height: auto;
}
.TourBox .phto{
	width: 308px;
}
.TourBox .phto img{
	/*width: 308px;*/
	width: 306px;
    padding: 1px;
}
.TourBox .tour {
	font-size: 14px;
	padding: 0 10px;
	margin: 10px 0 8px;
	line-height: 1.5;
}
.TourBox .caps {
	font-size: 14px;
	padding: 0 10px;
	text-align: right;
}
.TourBox .grss {
	color: #FF0000;
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 0 10px;
	margin: 8px 0;
	text-align: right;
}
.TourBox .nenyuStr {
	padding-left: 3px;
}
.RankBox .nenyuStr {
	color: #ffffff;
}


.sorry{
	background: #f2f2f2;
	margin-bottom: 40px;
    margin-top: -20px;
}
.sorry img{
	width: 199px;
	display: block;
	padding: 60px 0;
	margin: 0 auto;
}
.newsite{
	background: url(/attending/e-very/tabifair/images/BP18-006385D.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #91dce7;
	
}
.newsite .inner{
	width: 910px;
	margin: 0 auto;
	padding: 50px 0 60px;
	line-height: 2;
	}
.newsite .pink{
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #ff6699;
	text-align: center;
}
.newsite dt h3{
	font-size: 19px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	/*border-bottom: 2px solid #ffffff;*/
	margin-bottom: 10px;
}
.newsite dd .logo{
	background: #ffffff;
	width: 910px;
	margin: 0px auto 20px;
	padding: 75px 0 70px;	
}
/*.newsite dd .logo li{
	font-size: 13px;
	line-height: 1;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}*/
.logo_img{
	display: block;
    margin: 0 auto;
	
}
.logo_txt01{color: #000000; font-size: 16px; text-align: center; line-height: 1; font-weight: bold;
	letter-spacing: 1.5px; margin-top: 40px;
	
}
.logo_txt01 span img{
vertical-align: baseline;	
}
.logo_txt02{color: #ff6699; font-size: 16px; text-align: center; line-height: 1; font-weight: bold; letter-spacing: 1.5px; margin-top: 12px;
	
}
/*.newsite dd p{
	font-size: 13px;
	line-height: 2;
	color: #000000;
	padding: 0 35px;
}*/

.snsBox{
	margin:0 auto 50px;
	width: 960px;
}
.share{
	font-size: 24px;
	line-height: 2.4;
	font-weight: normal;
	letter-spacing: 2px;
	color: #00B9EF;
	text-align: center;
}
.snsBox ul{
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 152px;
}
.snsBox li{
	float: left;
	margin: 5px;
}
.pagetop{
	    position: fixed;
    bottom: 50px;
    right: 5%;
    z-index: 20;
}




/*タブ切り替え*/
.tab_area{
	overflow:hidden;
	display:table;
	margin: 0 55px;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0;  /* 左右 上下で記述 */
	padding-top: 5px;
	}
	
.tab_area li{
	/*Tabの装飾*/
	/*width:139px; 
	height:49px; 
	text-align:center; 
	border-right: 1px dotted #909090; 
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	color:#333333;
	background-color:#ffffff;*/
	display: table-cell;
	
    letter-spacing: normal;
    position: relative;
    vertical-align: top;
    background: #ffffff;
    margin: 0 5px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0px 0 1px #ff6699 inset;
	color: #ff6699;
    
    width: 209px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
	text-align: center;
	cursor: default;
	}
.tab_area li a{
	color: #ff6699; 
	font-size: 16px; 
	letter-spacing: 1px;
    font-weight: 500; 
	padding: 16px 0px;
	display: block;
}
.tab_area li:hover a{color: #ffffff; text-decoration: none; cursor: default; padding:16px 0; line-height: 0.7;}

.attention{
    width: 100%;
    height: 260px;
    background: url(/attending/e-very/tabifair/images/attention.jpg) no-repeat center;
    text-align: center;
    padding: 40px;
    background-size: cover;
	margin: auto 0;

}

.attention span{
	font-size: 35px;
	color:#009961;
}

.attention h2{
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.attention p{
	font-size: 18px;
	line-height: 2em;
}

a.btn--orange {
color: #fff;
  background-color: #009961;
  border-bottom: 5px solid #2786ff;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 40%;
  margin: 0px auto;
  margin-top: 20px;
  text-decoration: none;
}

a.btn--orange:hover {
  color: #fff;
  background: #009961;
  border-bottom: 5px solid #f9b07d;
  text-align: center;
  opacity: 0.7;
}

.all_area { 
	/*background:#efefef; 
	padding:10px; 
	overflow: hidden;*/
	background: #ffffff;
    overflow: hidden;
    width: 910px;
    margin: 0 auto;
	}
	
.all_area div.content_area{
	/*Tabの内容を表示するエリアの装飾*/
	background:#ffffff; 
	padding:10px 10px 10px 2px;  
	border-top: 1px dotted #bbbbbb;
	}

.tab_area li.select{
	/*アクティブタブの装飾*/
	background-color:#009961; 
	background-image:none; 
	color: #ffffff;
    /*padding: 20px 0;
    margin-top: -8px;*/
    /*border-radius: 4px 4px 0 0;*/
   /* text-decoration: none;*/
	box-shadow:0px -5px 0px 0px #009961;
	    line-height: 0.7;
	padding: 16px 0;
	
	}
.tab_area li.select:hover{
	padding: 16px 0;
}
.tab_area li:hover{
	background-color:#009961; 
	background-image:none; 
	color: #ffffff;
	box-shadow:0px -5px 0px 0px #009961;
	line-height: 0.7;
	padding: 0;
	}
	
.hide{display:none;}

.navbox{
	position: relative;
	width: 910px;
    margin: 0 auto;
	margin-top:50px;
}
.navbox_inner{
	position: absolute;
	top:-54px;
}
.all_area.fixed	{
/*position:fixed;*/
top:0px;
	    left: 0;
	z-index: 100;
	width: 100%;
}
.all_area.fixed .tab_area{
	width: 800px;
	margin: 0 auto;
}
.ancer_menu {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.ancer_menu ul{
	position: absolute;
    left: 25px;
    z-index: 110;
    width: 880px;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 0 1px #ff6699 inset;
    border-radius: 4px;
    top: 0px;
    overflow: hidden;
	    padding: 20px;
}
.ancer_menu ul li{display: inline-block;}
.ancer_menu ul li a{
	line-height: 1.8;
    position: relative;
    margin: 0 15px;
	color: #333333;
    font-size: 12px;
    font-weight: 300;
}
.ancer_menu ul > li > a::before {
    content: "＞";
    font-size: 12px;
    color: #ff6699;
    display: block;
    position: absolute;
    left: -15px;
}
.ancer_menu_box{
	width: 960px;
	margin: 0 auto;
}
.ancer_menu.fixed	{
/*position:fixed;*/
/*top:54px;*/
z-index: 100;

}
.padtop100{
	padding-top: 100px;
}
.kofure{
	width: 960px;
	margin: 0 auto 30px;
}
.kofure h3{
	text-align: center;
}
.kofure h3 img{
	width: auto;
}
.kofure p{
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
}
.blog{
	clear: both;
	overflow: hidden;
	
}
.blog dl{
	float: left;
	width: 192px;
	height: 140px;
	position: relative;
	background: #000000;
}
.blog dl .pht{
	height: 140px;
}
.blog dl .date{
	display: none;
}
.blog dl .pht img{
	    width: 100%;
}
.blog dl dt{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 6px;
	
}
.blog dl dt a{
		color: #ffffff;
	line-height: 1.4;

}

.blog dl dt a:hover {
	text-decoration: underline;
}

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

旅コーデ　リリース

--------------------------------*/
.coorde{
	text-align: center;
}
.coorde .mds p, .coorde .mds span{
	font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000000;
}
.coorde .mds span.txtpink{
	background: #ffffff;
	padding: 2px 8px;
	margin-right: 4px;
	color:#00B9EF;
	font-weight: bolder;	
}
.coorde .mds span.line_yellow{
	background: linear-gradient(transparent 50%, yellow 50%);
}

.coorde .sub_mds {
 	    position: relative;
    display: inline-block;
    margin: 12px 0;
    padding: 12px 24px;
    min-width: 120px;
    max-width: 100%;
    
    font-size: 14px;
    background: #ff6699;
    border: 2px solid #ff6699;
    border-radius: 24px;
    letter-spacing: 1px;
}

.coorde .sub_mds:before{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 5px solid transparent;
    border-top: 16px solid #ff6699;
    transform: rotate(20deg);
}

.coorde .sub_mds p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	
}
/*.coorde .txt p {
	font-size: 12px;
	line-height: 2;
	color: #00B9EF;
	letter-spacing: 1px;
}*/
.txt02{
	margin: 15px 0 30px;
}
.txt02 span{
	font-size: 14px;
    background-image: url(/attending/e-very/tabifair/images/wave_line.png);
    background-repeat: repeat-x;
    background-position: 0% 17px;
    background-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    height: 30px;
    display: block;
    width: 380px;
	margin: 15px auto 0;
}


.coorde .person{
	clear: both;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
.coorde .person li{
	float: left;
	width: 300px;
	
}
.person_icon{
	margin-top: 30px;
}
.person_txt{
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
}
.syosai{
	font-size: 12px;
	text-align: center;
	color: #000000;
	    margin: 36px 0 4px;
}


.release{
	    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 1.8;
    display: inline-block;
    padding: 12px 24px;
    background: #00B9EF;
    border: 2px solid #00B9EF;
    border-radius: 48px;
}


.coorde p.coordeNote {
    font-size: 18px;
    color: #ee807a;
    font-weight: bold;
    margin: 50px 0;
}
.coorde dd p.btn a { display: inline-block; padding: 10px 100px; background: #ff6699; border-radius: 50px; color: white; transition: .3s;}
.coorde dd p.btn a img { vertical-align: -1px; margin-right: 5px;}
.coorde dd p.btn a:hover { text-decoration: none; box-shadow:0px 7px 13px -8px gray; transform: translateY(-1px); background: #56b2ba;}
.coorde dd p.btn a::after { content: ''; width: 1.3rem; height: 1.3rem; margin-left: 5px; display: inline-block; background: url(/attending/e-very/images/2018/arrow.png); background-size: cover; vertical-align: -2px; transition: .3s;}
.coorde dd p.btn a:hover::after { transform: rotate(360deg);}

/*TREND SPOTS*/
.trendSpots { width: 100%; background: url(/attending/e-very/tabifair/images/BP17-050369.png) center / cover; position: relative;}
.trendSpots::after {
	content: '';
	display: block;
	width: 246px;
	height: 56px;
	margin-left: -123px;
	background: url(/attending/e-very/tabifair/images/trendSpots_label.png) center / cover;
	position: absolute;
	left: 50%;
	top: -28px;
}
.trendSpots * { box-sizing: border-box; text-align: justify; text-justify: inter-ideograph;}
.trendSpots::after { content: ''; display: block; clear: both;}
.trendSpots a:hover { text-decoration: none;}
.trendSpots__inner { width: 960px; margin: 0 auto; padding: 50px 0;}
.trendSpots__inner h2 { font-size: 24px; color: #ffff00; text-align: center; font-weight: 500; letter-spacing: .4em;}
.trendSpots__inner h2 + p { margin: 25px 0; color: #333; text-align: center; font-size: 16px; line-height: 2;}
.trendSpots__boxContainer { display: flex; justify-content: space-between;}
.trendSpots__outerBox_position_left { width: 560px; margin-right: 2px; background: white; position: relative;}
.trendSpots__outerBox_position_right { width: 398px;}
.trendSpotsBox { width: 100%; background: white;}
.trendSpotsBox * { letter-spacing: .1em;}
.trendSpots__outerBox_position_right > a:first-of-type .trendSpotsBox { margin-bottom: 2px;}
.trendSpotsBox img { width: 100%;}
.trendSpotsBox__spotsName { overflow: hidden;}
.trendSpotsBox__spotsName img { transition: .3s ease-in-out;}
.trendSpotsBox:hover .trendSpotsBox__spotsName img { filter: blur(3px); transform: scale(1.05);}
.trendSpotsBox__spotsName_size_big p { background: #f0bd65; padding: 20px 20px 20px 105px; font-size: 18px; color: white; font-weight: 400; line-height: 1.5; position: relative;}
.trendSpotsBox__spotsName_size_big p::after {
	content: '';
	display: block;
	width: 87px;
	height: 66px;
	margin-top: -33px;
	background: url(/attending/e-very/tabifair/images/icn_hot.png) center / cover;
	position: absolute;
	left: 10px;
	top: 50%;
}
.trendSpotsBox__spotsName_size_small { position: relative;}
.trendSpotsBox__spotsName_size_small p { width: 100%; padding: 8px; color: white; font-size: 12px; letter-spacing: .1em; background: rgba(240,189,101,.7); position: absolute; left: 0; bottom: 0;}
.trendSpotsBox__spotsName_size_small p span { display: block; color: white; font-size: 14px; font-weight: 500;}
.trendSpotsBox__spotsDescription { padding: 20px; font-size: 13px; letter-spacing: .15em; line-height: 1.6;}
.trendSpotsBox__tourBox dt { margin-bottom: 5px; font-size: 15px;}
.trendSpotsBox__tourBox dd { text-align: right; font-size: 16px; color: #e60012; font-weight: 500;}
.trendSpotsBox__tourBox dd .nenyuNote { font-size: 12px; font-weight: 400;}
.trendSpotsBox__tourBox dd .subNote { font-size: 10px; font-weight: 400;}
.trendSpotsBox__tourBox_size_big { width: 520px; padding: 15px 25px 15px 15px; border: 2px solid #ccc; position: absolute; bottom: 20px; left: 20px; background:#fff;}
.trendSpotsBox__tourBox_size_small { width: 100%; padding: 5px 10px;}
.trendSpots__boxContainer .notour{ width: 960px; text-align: center;}
.trendSpots__boxContainer .notour img{width: 95%;}


/* 2019 summer */

.top-ttl {
	height:auto;
	min-width:960px;	
}
.top-ttl h1 {
	max-height:650px;	
}

.top-ttl h1 img {
	width:100%;
	height:auto;	
}

.navbox {
	width:100%;
	position:relative;
	min-height:59px;
}
.navbox_inner {
	width:100%;
	position:absolute;
	top:0;
	margin:auto;
}

.all_area {
	background:#f1efe9;
	width:100%;
	height:60px;
}



.tab_area {
	padding:0;
	width:960px;
	margin:auto;;
	border-spacing: 0;
}
.all_area.fixed .tab_area {
	width:960px;
}

.tab_area li {
	color:#fff;
	font-size:19px;
	font-weight:bold;
	background:transparent;
	width:25%;
	border:0;
	box-shadow:none;
	padding:0;
	border-radius:0;
}

.tab_area li.select {
	background:	#009961;
	padding:20px 0;
    line-height: 100%;
	height:60px;
	
}

.tab_area li.select:hover {
	padding:20px 0;	
}


.tab_area li a {
	padding:20px 0;
	color:#333;
	font-size:19px;
	font-weight:bold;
}
.tab_area li:hover {
    background-image: none;
    color: #ffffff;
    box-shadow: none;
    line-height: 100%;
    padding: 0;
}

.tab_area li a:hover {
	background: #009961;
}


.tab_area li:hover a {
	padding:20px 0;	
    line-height: 100%;
}


.ancer_menu_box {
	width:100%;	
	position:relative;

}
.ancer_menu {
	background:#fff;
	width:100%;	
	position:absolute;
	top:0;
	left:0;
}


.ancer_menu.fixed {
	/*top:59px;*/	
}

.ancer_menu ul {
	position:static;
	width:960px;
	box-shadow:none;
	background:none;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	padding:10px 0 0;
}

.ancer_menu ul li a {
   /* line-height: 1.8;*/
    position: relative;
    margin: 0 10px 10px;
	padding:10px 30px;
	background:#ff964b;
	display:block;
	border-radius:33px;
	color: #ffffff;
    font-size: 13px;
	line-height:13px;
    font-weight: bold;
}

.ancer_menu ul li a:hover {
	text-decoration:none;
    color: #ffffff;
}

.ancer_menu ul > li > a::before {
	content:"";
	display:none;	
}

/* recoomend */

.padtop100 {
	padding-top:150px;	
}

.box-over {
	padding-top:0;	
/*	padding-bottom:110px;*/
}

.subtl01 {
	position:static;	
}
.subtl01 h2 img {
	width:238px;	
}

.R_icon1 {
	display:none;	
}

.subtl01 p.recohatsu {
	display:block;
	color:#0085d1;
	text-align:center;
	font-size:16px;
	padding-top:20px;
	font-weight:bold;
}

.RankBox {
	margin-top:40px;	
}

.RankBox dl {
	background:#fff;
	
}

.RankBox .R_Ttl {
	color:#0085d1;
}

.R_icon_logo {
	position:absolute;
	top:45px;
}
.R_icon_logo img {
	width:82px;
	vartical-align:top;	
}

.R_country .R_bg01 {
	padding:0;
	background:none;
}
.R_country .R_name {
	font-size:40px;
	text-shadow:none;
	border-bottom:0;
	letter-spacing:0.075em;
	text-indent:0.075em;
}

.R_pic {
	border-radius:5px;
	overflow:hidden;
	position:relative;
	
}


.RankBox .caps {
	font-size:13px;
	color:#484848;	
}
.R_country  {
	top:100px;
	bottom:auto;	
}

.R_country .R_name:before {
	
	content:"";
	background:url("/attending/e-very/tabifair/images/r_logo_every.png") no-repeat;
	background-size:contain;
	display:block;
	width:82px;
	height:41px;
	position:absolute;
	top:-45px;
	left:0;
	right:0;
	margin:auto;
}

.RankBox .R_Price {
	text-align:left;	
}

.RankBox .nenyuStr {

	color:#000;
/*
	display:inline-block;
	background:#ececec;
	border-radius:2.5px;
	padding:1px 5px;	
*/
}

/* trendspot */

.trendSpots {
	
   background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 245px,rgba(255,255,255,0) 246px,rgba(255,255,255,0) 100%),
	url("/attending/e-very/tabifair/images/trendspot_bg.png");

}
.trendSpots::after {
	content:"";
	display:none;	
}

.trendSpots h2 img {
	width:232px;
}

.trendSpots__inner {
	padding:0 0 30px;
}

.trendSpots__inner h2 + p {
	display:block;
	color:#df603c;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:60px;
	margin:0;
	font-weight:bold;
}

.trendSpots__outerBox_position_left {
	width:550px;	
}

.trendSpotsBox__spotsName_size_big p {
	padding-left:20px;
	padding-bottom:0;
	background:none;
	color:#f3c342;
	font-size:24px;
	font-weight:bold;
}

.trendSpotsBox__spotsName_size_big p::after {
	content:"";
	display:none;	
}
.trendSpotsBox__tourBox_size_big {
	border:0;
	padding:0;	
}

.trendSpotsBox__spotsDescription {
	font-size:14px;	
}

.trendSpotsBox__tourBox dt {
	color:#f3c342;
	font-size:18px;
	font-weight:bold;
}
.trendSpotsBox__tourBox dd {
	text-align:left;
}

.trendSpotsBox__spotsName_size_small p {
	background:#fff;
	color:#484848;
	font-size:12px;
		
}
.trendSpotsBox__spotsName_size_small p span{
	color:#f3c342;
	font-weight:bold;
	font-size:14px;
}

.trendSpotsBox__tourBox_size_small dt {
	font-size:14px;
}

.trendSpots__outerBox_position_right > a:first-of-type .trendSpotsBox {
	margin-bottom:10px;	
}

/* area */

.area_bar {
	background:none;
	padding:0;
	margin-bottom: 35px;
    clear: both;
    overflow: hidden;
}

.area_bar .ttl_txt {
	display:block;
	color:#ff6ea2;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:30px;
	margin:0;
	font-weight:bold;
}
.area_bar h3 {
	float:none;	
	text-align:center;
}
.area_bar h3.asia_text {
	margin-bottom: 30px;
}


.area_bar ul {
	float:none;
	overflow:hidden;
	width:100%;
	border-radius:30px;
}


.area_bar ul li:first-child {
	
	border-radius:30px 0 0 30px;
	overflow:hidden;
}
.area_bar ul li:last-child {
	
	border-radius:0 30px 30px 0;
	overflow:hidden;
}


.area_bar ul li  {
	width:25%;
	background:#f1efe9;
	color: #fff;
}

.area_bar ul li  p {
	display:block;
	font-size:19px;
	padding:20px 0;
	background:#009961;
	color:#fff;
	text-align:center;
	border:0;
	
}

.area_bar ul li a {
	display:block;
	font-size:19px;
	padding:20px 0;
	text-align:center;
	border:0;
	color: #333;
	
}

.area_bar ul li a:hover {

	background:#009961;
    font-size: 19px;
    padding: 20px 0;
    border : 0;
    color: #fff;
    text-decoration: none;
}

.area_bar ul li:last-child a {
	border:0;	
}

.TourBox {
	
	box-shadow:0 0 0 1px #d1cecf inset;
	border-radius:5px;
	overflow:hidden;
	margin-top:0;
}
.TourBox .phto img {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
}

.TourBox .dstntn {
	position:static;
	text-align:center;	
	border:0;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#4a4a4a;
	background:none;
	margin-top:12px;
	margin-bottom:16px;
}

.TourBox .dstntn:before {
	content:"";
	display:inline-block;
	width:15px;
	height:22px;
	background:url("/attending/e-very/tabifair/images/icn_location_summer.png") no-repeat;
	background-size:contain;
	background-position:center center;
	margin-right:5px;
	vertical-align: top;
}

.TourBox .dstntn:after {
    content: "";
	display:none;
}

.TourBox .grss {
	text-align:right;	
}

.TourBox .nenyuStr {
	color:#000;
/*
    display: inline-block;

    border-radius: 2.5px;
    color: #000;
    padding: 1px 5px;
*/
}
.recommended_areaBox h3 {
	text-align: center;
	margin-bottom: 35px;
}
.recommended_areaBox h3 img {
	width: 300px;
}
.recommendedBox {
	width: 930px;
	box-sizing: border-box;
	border: 1px solid #000;
	margin: 0 auto 70px;
	position: relative;
	background-color: #fff;
}
.recommendedBox:before {
	content: "";
	position: absolute;
	background: url(/attending/e-very/tabifair/images/recommended_areaBoxbk2.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	left: 9px;
	bottom: -11px;
	z-index: -1;
}
.recommendedBox a {
	display: flex;
	padding: 30px 25px;
	text-decoration: none;
	display:-ms-flexbox;
}
.recommendedBox .boxLeft {
	margin-right: 16px;
}
.recommendedBox .boxLeft img {
	width: 370px;
}
.recommendedBox .boxRight {
	padding-top: 10px;
	-ms-flex:0 1 auto;
}
.recommendedBox .recommended_location {
	font-size: 19px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recommendedBox .recommended_text {
	color: #3c3e97;
	font-size: 14px;
	margin-bottom: 10px;
}
.recommendedBox .recommended_location:before {
	content: "";
	position: absolute;
	background: url(/attending/e-very/tabifair/images/icn_location.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 22px;
	left: 10px;
}
.recommendedBox .boxRight dl {
	background-color: #fdfaeb;
	padding: 20px;
	margin-bottom: 35px;
}
.recommendedBox .boxRight dt {
	font-size: 15px;
	color: #2ca59a;
	margin-bottom: 10px;
}
.recommendedBox .boxRight dd {
	
}
.recommendedBox .boxRight ul {
	
}
.recommendedBox .boxRight li {
	font-size: 12px;
	color: #414141;
	line-height: 2.125;
}
.recommendedBox .recommended_bottom {
	text-align: right;
}
.recommendedBox .recommended_price {
	font-size: 18px;
	line-height: 1.5;
	color: #f44237;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	margin-right: 6px;
}
.recommendedBox .recommended_oil {
	font-size: 12px;
	display: inline-block;
}
.area-box .boxS {
	margin-bottom:100px;
	display: flex;
	flex-wrap: wrap;
}
.sns_areaBox {
	margin-bottom: 80px;
}
.sns_areaBox h3 {
	text-align: center;
	margin-bottom: 24px;
}
.sns_areaBox h3 img {
	width: 420px;
	padding-left: 20px;
}
.sns_areaBox .sns_areaBox_leadTxt {
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 24px;
}
.sns_areaBox ul {
	display: flex;
	justify-content: space-between;
	width: 863px;
	margin: 0 auto;
}
.sns_areaBox li {
	box-sizing: border-box;
	border: 1px solid #000;
	width: 200px;
	background-color: #fff;
	padding: 24px 12px;
	transition: .3s;
	position: relative;
}
.sns_areaBox li:hover {
	opacity: .6;
}
.sns_areaBox li a::after {
	content: "";
	position: absolute;
	inset: 0;
}
.sns_areaBox li .snsLogo {
	width: 48px;
	margin: 0 auto 4px;
}
.sns_areaBox li .snsLogo img {
	max-width: 100%;
	height: auto;
}
.sns_areaBox li .snsTitle {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
}
.snsQR img {
	max-width: 100%;
	height: auto;
}

.box-wrap p a {
	color:#0085d1;
}
.box-wrap p a::before {
	content:"";
	display:none;
}

.box-wrap p a::before {
	content:"";
	display:none;
}
.box-wrap p a::after {
    content: "＞";
    margin-right: 3px;
    color: #0085d1;
}

h4.share+p{
	display:block;
	color:#8cbb28;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:25px;
	margin:0;
	font-weight:bold;
}

.snsBox ul {
	width:261px;
	margin-bottom:100px;
}

.snsBox ul li  {
	margin:0 15px;	
	width:57px;
	transition: .3s;
}

.snsBox ul li:hover {
	opacity: .7;
}

.snsBox ul li img {
	width:57px;
		
}

.pagetop a img {
	width:75px;	
}

.sorry {
	background:#fff;
	margin-top:0;
	margin-bottom:100px;
}

.sorry img {
	width:280px;
	padding:0;
}

.pagetop {
	
	right: calc(50% - 480px);	
}

/* タイトル画像 */

/*.area_bar img {
	display: block;
}*/

.ttl_asia {
	height: 63px;
}

/*.ttl_beach {
	width:273px;
}
.ttl_hawaii {
	width:165px;
}
.ttl_oceania {
	width:448px;
}
.ttl_eu {
	width:551px;
}
.ttl_usa {
	width:635px;
}*/

h4.share img {
	width:267px;
	display: inline-block;
	padding-right: 50px;
}

/* レコメンド商品枠修正 */
.tour_slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.tour_slider.slick-initialized{
  opacity: 1;
}
.tour_slider {
    top: -80px;
}
.tour_link {
    padding-top: 13px;
}
.tour_wrap {
	display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    position: relative;
    border: solid 1px #009961;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 60px;
}
.tour_wrap::before {
    position: absolute;
    top: -14px;
    left: -14px;
    content:"";
	display:inline-block;
    background:url("/attending/e-very/tabifair/images/icn_recommend.png") no-repeat;
	background-size:contain;
    width: 115px;
    height: 113px;
    z-index: 10;
}
.tour_photo {
	grid-area: 1/1/3/2;
} 
.tour_photo img {
    border-radius: 4px 0 0 4px;
	width: 100%;
}
.tour_caption {
	grid-area: 1/2/2/3;
    height: auto;
    background-color: #009961;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding: 4px 10px;
}
.tour_blk {
	grid-area: 2/2/3/3;
    overflow: hidden;
	width: 510px;
    height: auto;
    margin: 10px 0 10px 15px;
}
.tour_dest {
    float: left;
    display: inline-block;
    border-radius: 5px;
    border: solid 2px #009961;
    font-size: 14px;
    line-height: 1.5;
    color: #009961;
    padding: 2px 10px;
}
.tour_location {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 1.5;
    /*color: #d70909;*/
    font-weight: bold;
    padding: 1px 10px 1px 35px;
}
.tour_location:before {
    position: absolute;
    top: 4px;
    left: 15px;
    content:"";
	display:inline-block;
    background:url("/attending/e-very/tabifair/images/icn_location.png") no-repeat;
	background-size:contain;
    width: 15px;
    height: 22px;
    z-index: 10;

}
.tour_ttl {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    color: #1d3994;
    padding: 5px 0 10px;
}
.tour_text {
    background-color: #fdfcf1;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.tour_price {
    font-size: 18px;
    line-height: 1.5;
    color: #f44237;
    font-weight: bold;
    text-align: right;
}

/* ホバー時 */
.tour_link:hover .tour_dest {
    border-color: #f4a56e;
    color: #ffcb05;
}
.tour_link:hover .tour_location {
    color: #ffcb05;
}
.tour_link:hover .tour_ttl {
    color: #ffcb05;
    text-decoration: underline;
}
.tour_oil{
	text-align: right;
	font-size: 14px;
	color:#333333;
}

.slide-arrow {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
	pointer-events: auto;
	cursor: pointer;
}
.prev-arrow {
    left: 0;
	z-index: 1;
}
.next-arrow {
    right: 0;
}
.slick-dots li {
    width: 30px;
    height: 30px;
}
.slick-dots li button {
    width: 30px;
    height: 30px;
}
.slick-dots li.slick-active button:before {
    color: #009961;
}
.slick-dots li button:before {
    color: #cccccc;
}

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

.tabiOsusumeWrap01 {
	width: 960px;
	margin: 0 auto;
}
.tabiH201 {
	text-align: center;
}
.tabiH201 img {
	width: 600px;
	height: auto;
}
.tabiText01 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto 15px auto;
}

.tabiBox01 {
	box-sizing: border-box;
	border: 4px solid #00bfff;
	padding: 28px;
	width: 860px;
	margin: 0px auto 25px auto;
}
.tabiBox01In {}
.tabiBox01In01 {
	width: 220px;
	float: left;
	text-align: center;
}
.tabiBox01In02 {
	width: 540px;
	float: right;
}
.tabiOsusumeImg01 {
	margin-bottom: 20px;
}
.tabiOsusumeText01 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.tabiOsusumeText01 span {
	font-size: 16px;
	line-height: 1.4em;
	color: #ff0000;
}
.tabiOsusumeText02 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
.tabiOsusumeText03 {
	font-size: 16px;
	line-height: 1.4em;
	vertical-align: middle;
	margin-bottom: 24px;
}
.tabiOsusumeText03 img {
	vertical-align: middle;
	margin-right: 10px;
}
.tabiOsusumeBtn01 {
	display: table;
	width: 188px;
	margin: 0px auto 0px auto;
	position: relative;
}
.tabiOsusumeBtn01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 34px;
	background-color: #00bfff;
	font-size: 14px;
	line-height: 1.2em;
}
.tabiOsusumeBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.tabiOsusumeBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.tabiOsusumeBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.tabiOsusumeBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.tabiOsusumeBtn01 a::after {
	content: "";
	background-image: url("/attending/e-very/tabifair/images/tabi_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px 11px;
	width: 7px;
	height: 11px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -5px;
}

a:hover img.hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.radius4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.tabiOsusumeBox01 {
	width: 250px;
	margin-right: 38px;
	float: left;
	box-sizing: border-box;
	height: 300px;
	position: relative;
}
.tabiBox01In02 .tabiOsusumeBox01:nth-child(2n) {
	margin-right: 0px;
}

.tabiOsusumeBox01 {
}
.tabiReWrap {
	position: relative;
	margin-bottom: 8px;
}
.tabiReWrap .img01 img {
	width: 250px;
	height: auto;
}
.tabiIcon01 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #00bfff;
	padding: 5px 20px 5px 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a:hover .tabiText0201 {
	color: #f93; 
}

.tabiText0201 {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 8px;
}

.tabiText0202 {
	color: #f44237;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.tabiText0202 span {
	color: #000000;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
}

.tabiOsusumeBtn02 {
	display: table;
	width: 325px;
	margin: 0px auto 0px auto;
	position: relative;
}
.tabiOsusumeBtn02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 48px;
	background-color: #00bfff;
	font-size: 18px;
	line-height: 1.2em;
}
.tabiOsusumeBtn02 a:link {	color: #ffffff;	text-decoration: none;}
.tabiOsusumeBtn02 a:visited {	color: #ffffff;	text-decoration: none;}
.tabiOsusumeBtn02 a:hover {	color:#ffffff;	text-decoration: none;}
.tabiOsusumeBtn02 a:active {	color:#ffffff;	text-decoration: none;}

.tabiOsusumeBtn02 a::after {
	content: "";
	background-image: url("/attending/e-very/tabifair/images/tabi_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px 11px;
	width: 7px;
	height: 11px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -5px;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/
