<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'hannari';
	src: url('../font/hannari.eot'); /* IE9 Compat Modes */
	src: url('../font/hannari.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('../font/hannari.woff') format('woff'), /* woff - Modern Browsers */
	     url('../font/hannari.ttf')  format('truetype'); /* ttf - Safari, Android, iOS */
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* sets the default sizing to make sure nothing is actually 10px */
	color: #333;
	background: #fff;
}
a {
	color: #333;
}
a:hover {
	opacity: 0.6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	max-width: 100%;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

/*----header---------------------------------------------------------------------------------------*/
#sp_only {
	display: none;
}
#pc_only header {
	width: 100%;
	max-width: 1120px;
	padding: 1.5rem 1rem;
	margin: 0 auto;
	font-size: 1.2rem;
}
#pc_only header .logo img {
	width: 5rem;
	height: auto;
	float: left;
	margin: 0 1rem 0 0;
}
#pc_only header h1 {
    float: left;
}
#pc_only header #hmenu {
    float: right;
    overflow: hidden;
	margin-bottom: 1rem;
}
#pc_only header #hmenu li, #wrapFeature header #bn_area li {
    float: right;
}
#pc_only header #hmenu li a, #wrapFeature header #dpt dd a {
    background: url(../images/arrow_or.png) no-repeat left;
    padding-left: 0.7rem;
    margin-left: 1rem;
	text-decoration: underline;
}
#pc_only header #dpt {
    float: right;
    overflow: hidden;
}
#pc_only header #dpt dt {
    background-color: #f08200;
    padding: 0.2rem 0.4rem;
    margin-top: -0.2rem;
    color: #fff;
    font-weight: bold;
	float: left;
}
#pc_only header #dpt dd {
    margin-left: 1rem;
	float: left;
}
#pc_only header #dpt dd a {
    background: url(../images/arrow_or.png) no-repeat left;
    padding-left: 0.7rem;
    margin-left: 0;
	text-decoration: underline;
}


.header {
	background: rgb(240,130,0);
	background: -moz-linear-gradient(top,  rgba(240,130,0,1) 0%, rgba(255,159,46,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ff9f2e',GradientType=0 );
}
.header header {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: 0 1rem;
	margin: 0 auto;
}
.header header .sp_tel {
	display: none;
}
.header header h2.logo {
	background: #fff;
	width: /*102px*/9%;
	height: /*115px*/11.5rem;
	float: left;
	padding: 0.7rem;
	/*line-height: 11.5rem;*/
}
.header header h2.logo a {
	display: block;
	height: 100%;
}
.header header h2.logo a img {
	vertical-align: middle;
}
.header header .box {
	padding: /*15px 0 15px 15px*/1.5rem 0 1.5rem 1.5rem;
	width: /*1018px*/91%;
	box-sizing: border-box;
	float: right;
}
.header header .box h1 {
	color: #fff;
	font-size: 1.0rem;
	line-height: /*10px*/1rem;
	text-align: right;
	margin-bottom: /*10px*/1rem;
	background: transparent;
	padding: 0;
	font-weight: normal;
}
.header header .box .title {
	width: /*472px*/46%;
	float: left;
}
.header header .box .headright .title span.year {
	width: /*100px*/10rem;
	line-height: /*22px*/2.2rem;
	background: #fff;
	border-radius: 4px;
	color: #004098;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: /*9px*/0.9rem;
	font-size: 1.5rem;
}
.header header .box .headright .title h3 {
	line-height: /*34px*/3.4rem;
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.header header .box .headright .shop_info {
	width: /*526px*/54%;
	float: right;
}
.header header .box .headright .shop_info dl {
	background: #fff;
	border-radius: 4px;
	margin-bottom: /*9px*/0.9rem;
}
.header header .box .headright .shop_info dl dt {
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	width: /*51px*/10%;
	line-height: /*22px*/2.2rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px 0 0 4px;
	float: left;
	font-size: 1.4rem;
}
.header header .box .headright .shop_info dl dd {
	float: left;
	width: /*475px*/90%;
}
.header header .box .headright .shop_info dl dd ul {
	padding: /*0 10px*/0 1rem;
	text-align: center;
}
.header header .box .shop_info dl dd ul li {
	line-height: 2.2rem;
	float: left;
	width: 12.5%;
	text-align: center;
	font-size: 1.2rem;
	/*display: inline-block;
	padding: 0 0.4em;*/
}
.header header .box .headright .shop_info dl dd ul li:before {
	content: "▶";
	font-size: 0.7rem;
	line-height: 0;
	margin: /*0px 3px 0 0*/ 0 0.3rem 0 0;
	display: inline-block;
	color: #f08300;
}
.header header .box .headright .shop_info p.contact {
	display: block;
	width: /*300px*/57%;
	border-radius: /*17px*/1.7rem;
	line-height: /*34px*/3.4rem;
	background: #fff url(../images/header/contact_arrow_03.png) no-repeat center right / auto 100%;
	color: #f08300;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	padding: 0 5px 0 0 0 1rem 0 0;
	box-sizing: border-box;
	float: left;
}
.header header .box .headright .shop_info p.contact img {
	vertical-align: text-bottom;
	margin: 0 0 0 0.5rem;
	display: none;
}
.header header .box .headright .shop_info .search {
	width: /*216px*/41%;
	float: right;
}
.header header .box .headright .shop_info .search h4 {
	height: /*13px*/1.3rem;
	line-height: /*13px*/1.3rem;
	color: #fff;
	font-size: 1rem;
	text-align: left;
}
.header header .box .headright .shop_info .search form .searchBox {
	width: /*165px*/76%;
	height: /*20px*/2rem;
	box-sizing: border-box;
	border: medium none;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0px 1px 2px rgb(153, 153, 153) inset;
	padding: 0px;
	float: left;
}
.header header .box .headright .shop_info .search form .submit {
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	width: /*51px*/24%;
	padding: 0;
	height: /*20px*/2rem;
	border: none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 1.2rem;
}
.header header .box .headright .shop_info .search form .submit:hover {
	cursor: pointer;
}

#es_breadcrumb { clear:both;  padding: 0 0 10px 0; }
#es_tour_link { width: 1100px; margin: 0 auto; }

/*----global_menu---------------------------------------------------------------------------------------*/
/*#g_menu {
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
}*/

.g_menu {
	background: rgb(35,71,145);
	background: -moz-linear-gradient(rgba(35,71,145,1) 0%, rgba(17,40,89,1) 100%);
	background: -webkit-linear-gradient(rgba(35,71,145,1) 0%, rgba(17,40,89,1) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(35,71,145,1)), to(rgba(17,40,89,1)));
	background: -o-linear-gradient(rgba(35,71,145,1) 0%, rgba(17,40,89,1) 100%);
	background: linear-gradient(rgba(35,71,145,1) 0%, rgba(17,40,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234791', endColorstr='#112859',GradientType=0 );
}
.g_menu #navi {
	width: 100%;
	max-width: /*1120px*/1100px;
	/*padding: 0 1rem;*/
	margin: 0 auto;
	display: table;
	border-left: #65625D solid 1px;
	position: relative;
}
.g_menu #navi li {
	display: table-cell;
	text-align: center;
	line-height: 3rem;
	border-right: #65625D solid 1px;
	width: 16.666%;
	font-weight: normal;
}
.g_menu #navi li a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
.g_menu #navi li:hover {
	background: rgb(252,162,55);
	background: -moz-linear-gradient(top,  rgba(252,162,55,1) 0%, rgba(241,130,14,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(252,162,55,1) 0%,rgba(241,130,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,162,55,1) 0%,rgba(241,130,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca237', endColorstr='#f1820e',GradientType=0 );
}
.g_menu #navi li:hover a {
	opacity: 100;
}
.g_menu #navi li.pulldown_button .pulldown_inner {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	padding: 2rem;
	background: #FFF;
	border: 4px solid #F1820E;
}
.g_menu #navi li.pulldown_button .pulldown_inner h4 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #5d574e;
	margin-bottom: 1.5rem;
	text-align: left;
}
.g_menu #navi li.pulldown_button ul li:hover {
	background: transparent;
}
.g_menu #navi li.pulldown_button ul.areaIcon li {
    float: left;
    width: 25%;
    margin-bottom: 1.5rem;
	border: none;
	text-align: left;
}
.g_menu #navi li.pulldown_button ul.areaIcon li a {
    color: #F60;
	text-decoration: underline;
	font-size: 1.3rem;
}
@media screen and (max-width:1024px) {
	.g_menu #navi li.pulldown_button ul.areaIcon li a {
		font-size: 1.2rem;
	}
}
.g_menu #navi li.pulldown_button ul.areaIcon li img {
    margin-right: 1rem;
    vertical-align: middle;
	width: 35%;
	max-width: 90px;
	height: auto;
}
@media screen and (max-width:800px) {
	.g_menu #navi li.pulldown_button ul.areaIcon li img {
		width: 29%;
		height: auto;
	}
}
.g_menu #navi li.pulldown_button ul.label {
	display: table;
	margin: 0 -1rem;
}
.g_menu #navi li.pulldown_button ul.label li {
	display: table-cell;
	border: none;
	padding: 0 1rem;
}
.g_menu #navi li.pulldown_button ul.label li img {
	width: 100%;
	height: auto;
	display: block;
}
.g_menu #navi li.pulldown_button ul.area_site {
	margin-bottom: -1.5rem;
	position: relative;
}


/*----icon_menu---------------------------------------------------------------------------------------*/
.icon_menu {
	/*background: transparent url(../images/orange_sha.jpg) repeat center;*/
	background: rgb(240,130,0);
	background: -moz-linear-gradient(top,  rgba(240,130,0,1) 0%, rgba(255,159,46,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ff9f2e',GradientType=0 );
}
.icon_menu ul {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: 0 auto;
}
.icon_menu ul li {
	float: left;
	width: /*80px*/7.142%;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}
.icon_menu ul li a {
	text-decoration: none;
	display: block;
	padding: /*15px 0*/1rem 0;
	color: #fff;
}
.icon_menu ul li img {
	margin-bottom: /*15px*/0.5em;
	display: block;
	margin: 0 auto 1rem;
	height: 4rem;
	width: auto;
}

#g_icon {
	width: 100%;
	max-width: 1100px;
	padding: 0.8rem 0 2rem;
	margin: 0 auto;
	/*display: table;*/
	text-align: center;
	letter-spacing: -0.5em;
}
#g_icon li {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	width: 7.1428%;
	letter-spacing: normal;
}
#g_icon li img {
	width: 64%;
	max-width: 50px;
	height: auto;
}

/*----main_image---------------------------------------------------------------------------------------*/
.wideslider .mainimage_height {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1;
}
.wideslider .mainimage_height img.sp_img {
	display: none !important;
}
.wideslider .mainimage_height .left_text {
	padding: /*25px 20px*/2.5rem 2rem;
	color: #004098;
	font-size: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
	width: /*270px*/23.68%;
	line-height: 2;
	font-family: "hannari";
	font-weight: bold;
	letter-spacing: -0.1em;
	text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
}
.wideslider .mainimage_height .right_text {
	padding: /*25px 20px*/2.5rem 2rem;
	color: #004098;
	font-size: 1.6rem;
	position: absolute;
	bottom: 0;
	right: 0;
	width: /*270px*/23.68%;
	line-height: 1.5;
	font-family: "hannari";
	font-weight: bold;
	letter-spacing: -0.07em;
	text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
}
.wideslider .mainimage_height .main_text {
	color: #e85939;
	font-size: 7.2rem;
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	font-family: "hannari";
	font-weight: bold;
	text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
	width: 100%;
}
.wideslider .mainimage_height .main_text span.small {
	margin: 0 1rem 0 0;
	color: #e85939;
	font-size: 4.4rem;
	font-family: "hannari";
	font-weight: bold;
	text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
}

/*----theme---------------------------------------------------------------------------------------*/
.theme {
	background: url(../images/orange_sha.jpg) repeat center;
	width: 100%;
}
.theme ul {
	padding: /*20px 10px*/2rem 1rem;
	width: /*1120px*/100%;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.theme ul li {
	display: table-cell;
	padding: 0 2rem !important;
	/*padding: 0 !important;*/
	margin: 0;
}
.theme ul li a {
	display: block;
}
.theme ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
  box-shadow: 0 0px 10px #FF9F2D;
}
/*.theme.fixed {
	height: 9rem;
}*/
.theme.fixed ul {
	padding: 1rem;
}
.theme.fixed ul li {
	height: 7rem;
}
.theme.fixed ul li a {
	height: 100%;
	display: block;
}
.theme.fixed ul li a img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

/*----pick up---------------------------------------------------------------------------------------*/
.pick_up {
	background: url(../images/pick_up_bg.jpg) repeat center;
}
.pick_up .box {
	width: /*1120px*/100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: /*40px 10px*/3rem 1rem 4rem;
}
.pick_up .box h3 {
	margin: /*0 0 40px 0*/0 0 2rem 0;
	padding: 0;
	text-align: center;
}
.pick_up .box h3 img {
	margin: 0 auto;
}
.pick_up .box .banner img {
	display: block;
	margin: 0 auto;
	width: 75%;
	height: auto;
}
/*----tour_list---------------------------------------------------------------------------------------*/
.tour_list {
	width: /*1120px*/100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: /*40px 10px 0*/4rem 1rem 0;
}
.tour_list .section {
	margin: /*0 0 50px 0*/ 0 0 5rem 0;
	/* padding-top: 10rem; */
	padding-bottom: 3rem;
	/* margin-top: -10rem; */
}
.tour_list #dangan .section_title {
	background: linear-gradient(90deg, transparent 12px, #FFC8DA 12px, #FFC8DA 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #barefoot .section_title {
	background: linear-gradient(90deg, transparent 12px, #F9CE9A 12px, #F9CE9A 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #hitoritabi .section_title {
	background: linear-gradient(90deg, transparent 12px, #A9DBF3 12px, #A9DBF3 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #joshitabi .section_title {
	background: linear-gradient(90deg, transparent 12px, #fff 12px, #fff 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #honeymoon .section_title {
	background: linear-gradient(90deg, transparent 12px, #F5E1A7 12px, #F5E1A7 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #beginner .section_title {
	background: linear-gradient(90deg, transparent 12px, #F8BEB6 12px, #F8BEB6 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #repeat .section_title {
	background: linear-gradient(90deg, transparent 12px, #C6E6B6 12px, #C6E6B6 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list #round_trip .section_title {
	background: linear-gradient(90deg, transparent 12px, #E2CFF1 12px, #E2CFF1 14px, transparent 14px), url(../images/note02_bg.jpg) repeat center;
}
.tour_list .section .section_title {
	/*width: 88.2%;
	float: right;*/
	/*background: url(../images/midashi_bg.png), rgb(240,130,0);
	background: url(../images/midashi_bg.png), -moz-linear-gradient(top,  rgba(240,130,0,1) 0%, rgba(255,159,46,1) 100%);
	background: url(../images/midashi_bg.png), -webkit-linear-gradient(top,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background: url(../images/midashi_bg.png), linear-gradient(to bottom,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background-repeat: no-repeat;
	background-position: left top;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ff9f2e',GradientType=0 );*/
	/*background: linear-gradient(90deg, transparent 79px, #FF76A2 79px, #FF76A2 81px, transparent 81px), url(../images/note02_bg.jpg) repeat center;*/
	/*background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), linear-gradient(#eee .1em, transparent .1em);*/
	padding: /*30px 20px 15px*/2rem 2rem 1.5rem 30px;
	/*color: #fff;*/
	/*border-radius: 10px;*/
	text-align: left;
	margin: /*0 0 20px 0*/0 0 0 0;
	position: relative;
	box-shadow: 0 1px 8px #E2DED5;
}
.tour_list .section .section_title .cover .tour_logo {
	float: left;
	/*width: 11.8%;*/
	text-align: left;
	padding: 0 2rem 0 0;
}
.tour_list .section .section_title .cover .text {
	/*width: 88.2%;
	float: right;*/
}
.tour_list .section .section_title .cover .text {
	line-height: 1.7;
}
.tour_list .section .section_title .cover .text h3 {
	font-weight: bold;
	font-size: 3rem;
	margin: 0 0 1rem 0;
	line-height: 4rem;
	color: #784D27;
}
.tour_list .section .detail {
	background: url(../images/orange_sha.jpg) repeat center;
	padding: /*12px*/1.2rem;
	margin: /*0 0 20px 0*/0 auto 2rem auto;
	width: 95%;
}
.tour_list .section .detail section {
	background: #fff;
	margin: 0;
	padding: /*23px 30px*/2.3rem 3rem;
}
.tour_list .section .detail section h4 {
	text-align: left;
	font-size: 2.2rem;
	font-weight: bold;
	color: #004098;
	line-height: 2.1rem;
	margin: /*0 0 20px 0*/0 0 2rem 0;
}
.tour_list .section .detail section h4 span.city {
	color: #333;
	font-size: 1.4rem;
	float: right;
	display: block;
	width: 100%;
	margin: 1rem 0 0 0;
	text-align: right;
}
.tour_list .section .detail section p.point {
	text-align: left;
	padding: /*0 0 0 90px*/0 0 0 9rem;
	background: url(../images/point.png) no-repeat left top / 7rem auto;
	line-height: 1.7;
	min-height: /*70px*/7rem;
}
.tour_detail {
	text-align: left;
}
.tour_detail li .img {
	float: left;
	width: /*250px*/23%;
}
.tour_detail li .img img {
	display: block;
}
.tour_detail li {
	border-bottom: #ccc 2px dotted;
	padding: /*0 0 25px 0*/0 0 2.5rem 0;
	margin: /*0 0 25px 0*/ 0 0 2.5rem 0;
}
.tour_detail li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.tour_detail li .detail_detail {
	float: right;
	width: /*800px*/75%;
}
.tour_detail li .detail_detail .code {
	line-height: /*23px*/1.8rem;
	border: #004098 solid 1px;
	border-radius: 4px;
	display: inline-block;
	padding: 0 !important;
	font-size: 1.2rem;
	padding: /*0 10px 0 0*/0 1rem 0 0 !important;
	margin: /*0 0 10px 0*/0 0 1rem 0;
}
.tour_detail li .detail_detail .code span {
	color: #fff;
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	display: inline-block;
	padding: /*0 10px*/ 0 1rem;
	margin: /*0 10px 0 0*/ 0 1rem 0 0;
}
.tour_detail li .detail_detail h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.7rem;
	margin: /*0 0 16px 0*/0 0 1.6rem 0;
	min-height: 8rem;
}
.tour_detail li .detail_detail h4 a {
	color: #f08300;
	text-decoration: underline;
}
.tour_detail li .detail_detail ul {
	display: table;
	height: /*70px*/ 5rem;
}
.tour_detail li .detail_detail ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5;
	border: none;
}
.tour_detail li .detail_detail ul li.date {
	background: url(../images/date.png) no-repeat center left / 5rem auto;
	padding: /*0 0 0 90px*/0 0 0 6rem;
	width: /*265px*/33%;
	box-sizing: border-box;
}
.tour_detail li .detail_detail ul li.price {
	background: url(../images/price.png) no-repeat center left / 5rem auto;
	padding: /*0 0 0 90px*/ 0 0 0 6rem;
	box-sizing: border-box; 
	width: /*375px*/47%;
	font-size: 1.2rem;
}
.tour_detail li .detail_detail ul li.price span.bold {
	font-size: 1.8rem;
	font-weight: bold;
}
.tour_detail li .detail_detail ul li.more_detail a {
	display: block;
}
.tour_detail li .detail_detail ul li.more_detail a img {
	vertical-align: middle;
}
.more_banner {
	border-radius: 10px;
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	width: /*480px*/43%;
	margin: 0 auto;
	text-align: center;

}
.more_banner a {
	color: #fff;
	font-size: 3rem;
	line-height: /*75px*/7rem;
	font-weight: bold;
	display: block;
}
/*----mapbox----------------------------------------------------------------------------------------------------*/
.mapbox_cover {
	width: 100%;
	max-width: 1120px;
	padding: 0 1rem;
	margin: 0 auto 4rem;
}
#mapbox {
	width: 100%;
    border: 5px solid #d6e4f0;
    padding: 1.5rem;
}
#mapbox .fl {
	float: left;
	vertical-align: top;
}
#mapbox .fl ul {
    margin-bottom: 0.5rem;
}
#mapbox .fl ul:last-child {
    margin-bottom: 0;
}
#mapbox .fl ul li {
    float: left;
}
#mapbox .fl ul li.shop {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5793c8', endColorstr = '#2d74b3');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5793c8', endColorstr = '#2d74b3')";
    background-image: -moz-linear-gradient(top, #5793c8, #2d74b3);
    background-image: -ms-linear-gradient(top, #5793c8, #2d74b3);
    background-image: -webkit-linear-gradient(top, #5793c8, #2d74b3);
    background-image: linear-gradient(top, #5793c8, #2d74b3);
    width: 16rem;
    padding-left: 1rem;
}
#mapbox .fl {
	padding: 0 0 0 3.5rem;
}
#mapbox .fl:first-child {
	padding: 0 3.5rem 0 0;
	border-right: #CCC 1px solid;
}
#mapbox .fl:last-child {
	padding: 0 0 0 0;
}
#mapbox .fl ul li.shop a {
    color: #FFF;
    font-size: 1.3rem;
	line-height: 2rem;
    text-decoration: none;
}
#mapbox .fl ul li.btn a img {
	display: block;
}
#mapbox .fl ul li.number {
    font-size: 1.4rem;
    margin-left: 1rem;
	line-height: 2rem;
}
#mapbox .fl.reserve_btn {
	text-align: center;
}
#mapbox .fl.reserve_btn a {
	display: block;
}
#mapbox .fl.reserve_btn a img {
	display: block;
}

#mapbox {
	display: table;
}
#mapbox .tel_box {
	display: table-cell;
}
#mapbox .tel_box .tel_box_inner {
	display: table;
	width: 100%;
}
#mapbox .tel_box .tel_box_inner ul {
	/*width: 50%;*/
	/*float: left;*/
	display: table-cell;
	vertical-align: top;
}
#mapbox .tel_box .tel_box_inner ul:first-child {
	border-right: #CCC 1px solid;
	padding: 0 3rem 0 0;
}
#mapbox .tel_box .tel_box_inner ul:last-child {
	padding: 0 0 0 3rem;
}
#mapbox .tel_box .tel_box_inner ul li {
	margin: 0 0 0.5rem 0;
}
#mapbox .tel_box .tel_box_inner ul li:last-child {
	margin: 0;
}
#mapbox .tel_box .tel_box_inner ul li dl {
	letter-spacing: -0.5rem;
}
#mapbox .tel_box .tel_box_inner ul li dl dt {
	width: 43%;
	/*float: left;*/
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5793c8', endColorstr = '#2d74b3');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5793c8', endColorstr = '#2d74b3')";
    background-image: -moz-linear-gradient(top, #5793c8, #2d74b3);
    background-image: -ms-linear-gradient(top, #5793c8, #2d74b3);
    background-image: -webkit-linear-gradient(top, #5793c8, #2d74b3);
    background-image: linear-gradient(top, #5793c8, #2d74b3);
	color: #fff;
	line-height: 2rem;
	font-size: 1.3rem;
	letter-spacing: normal;
	vertical-align: top;
}
#mapbox .tel_box .tel_box_inner ul li dl dt a {
	color: #fff;
	display: block;
	padding: 0 1rem;
}
#mapbox .tel_box .tel_box_inner ul li dl dd {
	/*float: left;*/
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#mapbox .tel_box .tel_box_inner ul li dl dd.map {
	width: 12%;
	background: rgb(93,87,78);
	background: -moz-linear-gradient(top,  rgba(93,87,78,1) 0%, rgba(58,52,44,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(93,87,78,1) 0%,rgba(58,52,44,1) 100%);
	background: linear-gradient(to bottom,  rgba(93,87,78,1) 0%,rgba(58,52,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d574e', endColorstr='#3a342c',GradientType=0 );
	font-size: 1.1rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 0.8rem 0 0;
}
#mapbox .tel_box .tel_box_inner ul li dl dd.map:after {
	position: absolute;
	content: "▶";
	font-size: 5px;
	right: 0.4rem;
	top: 0;
	color: #DF5479;
}
#mapbox .tel_box .tel_box_inner ul li dl dd.map a {
	color: #fff;
	display: block;
}
#mapbox .tel_box .tel_box_inner ul li dl dd.tel_num {
	/*width: 45%;*/
	padding: 0 0 0 1rem;
	line-height: 2rem;
	font-size: 1.3rem;
}
#mapbox .tel_box .tel_box_inner ul li dl dd.tel_num a {
	text-decoration: underline;
}
#mapbox .reserve_btn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 11%;
}
#mapbox .reserve_btn .reserve_btn_cover {
	display: block;
	background: rgb(235,139,165);
	background: -moz-linear-gradient(top,  rgba(235,139,165,1) 0%, rgba(214,78,116,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(235,139,165,1) 0%,rgba(214,78,116,1) 100%);
	background: linear-gradient(to bottom,  rgba(235,139,165,1) 0%,rgba(214,78,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8ba5', endColorstr='#d64e74',GradientType=0 );
	border-radius: 50%;
	color: #fff;
	position: relative;
	width: 100%;
}
#mapbox .reserve_btn .reserve_btn_cover:after {
	content: "";
	padding-top: 100%;
	display: block;
}
#mapbox .reserve_btn .reserve_btn_cover &gt; .reserve_btn_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}
#mapbox .reserve_btn .reserve_btn_cover .reserve_btn_inner .reserve_btn_inner_table {
	display: table;
	width: 100%;
	height: 100%;
}
#mapbox .reserve_btn .reserve_btn_cover .reserve_btn_inner .reserve_btn_inner_table a {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}
#mapbox .reserve_btn .reserve_btn_cover .reserve_btn_inner .reserve_btn_inner_table a img {
	width: 100%;
	height: auto;
	max-width: 128px;
}
@media screen and (max-width: 1024px) {
	#mapbox .reserve_btn {
		max-width: 20%;
	}
}

/*----shop_telnum---------------------------------------------------------------------------------------*/
.shop_telnum {
	border-top: #f08300 solid 5px;
	background: url(../images/orange_sha.jpg) repeat center;
	padding: 40px 0;
}
.shop_telnum .tel_cover {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem;
}
.shop_telnum .box {
	width: /*900px*/81%;
	max-width: 900px;
	background: #fff;
	border-radius: 10px;
	margin: /*0 auto 30px*/0 auto 3rem;
	padding: /*30px*/3rem;
	box-sizing: border-box;
}
.shop_telnum .box dl {
	width: /*405px*/48.5%;
	text-align: left;
}
.shop_telnum .box dl.left {
	float: left;
}
.shop_telnum .box dl.right {
	float: right;
}
.shop_telnum .box dl dt {
	float: left;
	line-height: 1.6rem;
	font-weight: bold;
	color: #f08300;
}
.shop_telnum .box dl dd {
	text-align: right;
	line-height: 1.6rem;
	padding: /*0 0 10px 0*/0 0 1rem 0;
	border-bottom: #ccc 1px dotted;
	margin: /*0 0 10px 0*/0 0 1rem 0;
}
.shop_telnum .box dl dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.shop_telnum .box dl dd span.map {
	width: /*50px*/12%;
	line-height: 1.6rem;
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	font-size: 1.2rem;
	margin-left: /*10px*/1rem;
}
.shop_telnum .box dl dd span.map a {
	display: block;
	color: #fff;
}
.reserve {
	border-radius: 10px;
	background: rgb(240,130,0);
	background: -moz-linear-gradient(top,  rgba(240,130,0,1) 0%, rgba(255,159,46,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ff9f2e',GradientType=0 );
	width: /*480px*/43%;
	margin: 0 auto;
	text-align: center;
}
.reserve a {
	color: #fff;
	font-size: 3rem;
	line-height: /*75px*/7rem;
	font-weight: bold;
	display: block;
}

/*----tourinfobox_wrap------------------------------------------------------------------------------------------------------*/
#tourinfobox_wrap {
	background: url(../images/mapbg.jpg) no-repeat center / cover;
}
#tourinfobox_wrap #tourinfobox {
	width: 100%;
	max-width: 1120px;
	padding: 4rem 1rem;
	margin: 0 auto;
}
#tourinfobox_wrap #tourinfobox p {
	margin: 0 0 1.5rem 0;
}
#tourinfobox_wrap #tourinfobox .title {
    font-size: 1.7rem;
    border-bottom: 2px solid #333;
    font-weight: bolder;
	margin: 0 0 0.7rem 0;
}
#tourinfobox_wrap #tourinfobox .box {
	margin: 0 0 3rem 0;
}
#tourinfobox_wrap #tourinfobox .box:last-child {
	margin-bottom: 0;
}
#tourinfobox_wrap #tourinfobox .box .maparea {
	float: left;
	width: 33.333%;
	padding: 0 1rem;
	line-height: 1.5;
	font-size: 1.2rem;
}
#tourinfobox_wrap #tourinfobox .box .maparea:first-child {
	padding: 0 2rem 0 0;
}
#tourinfobox_wrap #tourinfobox .box .maparea:last-child {
	padding: 0 0 0 2rem;
}
#tourinfobox_wrap #tourinfobox .box .maparea .text_color {
	color: #e8557d;
	font-size: 1.7rem;
	font-weight: bold;
	display: block;
	margin: 0 0 1rem 0;
	line-height: 1;
}
#tourinfobox_wrap #tourinfobox .box .maparea a {
	margin: 0 1rem 0 0;
	text-decoration: underline;
}

/*----destination---------------------------------------------------------------------------------------*/
.destination {
	background: url(../images/destination.png) no-repeat right bottom, url(../images/destination_bg.jpg) repeat center;
	padding: /*40px 0 20px*/4rem 0 2rem;
}
.destination section {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: 0 auto;
	text-align: left;
}
.destination section h4 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	margin: /*0 0 20px 0*/0 0 2rem 0;
	color: #c48456;
}
.destination section p {
	line-height: 2.4rem;
	margin: /*0 0 20px 0*/0 0 2rem 0;
}
.destination section .each_country {
	padding: /*20px*/2rem;
	background: rgba(255,255,255,0.6);
	margin: /*0 0 20px 0*/0 0 2rem 0;
	border-radius: 10px;
}
.destination section .each_country .img {
	width: /*170px*/15%;
	float: left;
}
.destination section .each_country .img img {
	width: 100%;
	border: #fff solid 5px;
	box-shadow: #c8beb8 1px 1px 3px;
}
.destination section .each_country .area_list {
	width: /*885px*/85%;
	float: right;
	padding: 0 0 0 2rem;
}
.destination section .each_country .area_list dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin: /*0 0 20px 0*/0 0 2rem 0;
	color: #c48456;
}
.destination section .each_country .area_list dd {
	line-height: 2.4rem;
}
.destination section .each_country .area_list dd a {
	text-decoration: underline;
}

/*----footer_banner---------------------------------------------------------------------------------------*/
.footer_banner {
	padding: /*40px 0 16px*/4rem 0 2rem;
	background: url(../images/orange_sha.jpg) repeat center;
}
.footer_banner ul {
	width: /*1144px*/100%;
	max-width: 1120px;
	margin: 0 auto;
}
.footer_banner ul li {
	width: /*262px*/25%;
	margin: /*0 12px 24px*/ 0;
	float: left;
	padding: 0 1rem 2rem;
}
.footer_banner ul li img {
	width: /*262px*/ 100%;
	height: /*67px*/auto;
	display: block; 
}

/*----link---------------------------------------------------------------------------------------*/
.link {
	padding: /*40px 0*//*4rem 0*/4rem 0 5rem;
	background: rgb(1,64,153);
	background: -moz-linear-gradient(top,  rgba(1,64,153,1) 0%, rgba(8,85,193,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,64,153,1) 0%,rgba(8,85,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#0855c1',GradientType=0 );
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
}
.link a {
	color: #fff;
	text-decoration: underline;
}
.link .star_tour_info {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: /*0 auto 40px*/0 auto 4rem;
}
.link .star_tour_info h4 {
	width: /*190px*/15%;
	float: left;
}
.link .star_tour_info ul li {
	float: left;
	margin: /*0 10px 0 0*/0 1rem 0 0;
}
.link .special_site {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: 0 auto;
}
.link .special_site h4 {
	width: /*190px*/15%;
	float: left;
	line-height: 2.4rem;
}
.link .special_site .box {
	display: table;
	width: /*930px*/85%;
}
.link .special_site .box ul {
	display: table-cell;
	border-right: #237af2 solid 1px;
	padding: /*0 28px*/0 1.5rem;
	box-shadow: 1px 0 0 #022759;
}
.link .special_site .box ul:first-child {
	padding-left: 0;
}
.link .special_site .box ul:last-child {
	padding-right: 0;
	border-right: none;
	box-shadow: none;
}
.link .special_site .box ul li {
	line-height: 2.4rem;
}

/*----footer---------------------------------------------------------------------------------------------------------*/
footer {
	border-bottom: #23458F solid 8px;
}

/*----etc_info---------------------------------------------------------------------------------------*/
.etc_info {
	padding: /*40px 0*/4rem 0;
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
	font-size: 1.1rem;
}
.etc_info .box {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: 0 auto;
}
.etc_info .box .about_site {
	line-height: 2.4rem;
	padding: /*0 0 20px 0*/0 0 2rem 0;
	border-bottom: solid 1px #eee;
	box-shadow: #bbb 0 -1px 0 inset;
}
.etc_info .box .outside_link {
	padding: /*20px 0*/2rem 0;
	border-bottom: solid 1px #fff;
	box-shadow: #bbb 0 -1px 0 inset;
	text-align: center;
}
.etc_info .box .outside_link li {
	display: inline-block;
	line-height: 2.4rem;
	padding: 0 1em;
}
.etc_info .box .outside_link li:before {
	content: "▶";
	font-size: 0.7rem;
	line-height: 0;
	margin: 0px 3px 0 0;
	display: inline-block;
	color: #f08300;
}
.etc_info .box .foot_sitemap {
	text-align: center;
	padding: /*20px 0 0 0*/2rem 0 0 0;
}
/*----logo_link---------------------------------------------------------------------------------------*/
.logo_link {
	width: /*1120px*/100%;
	max-width: 1120px;
	margin: 0 auto 1.5rem;
	padding: /*40px 10px*/ 0 0 1rem 0;
	display: table;
	border-bottom: solid 1px #716858;
}
.logo_link li {
	display: table-cell;
	text-align: center;
	padding: 0 1rem;
}
.logo_link li a {
	display: block;
}
.logo_link li a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*----copyright---------------------------------------------------------------------------------------*/
.copyright {
	background: rgb(240,130,0);
	background: -moz-linear-gradient(top,  rgba(240,130,0,1) 0%, rgba(255,159,46,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,130,0,1) 0%,rgba(255,159,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ff9f2e',GradientType=0 );
	color: #fff;
	font-size: 1.1rem;
	padding: /*20px 0*/2rem 0;
}
.copyright p {
	width: /*1120px*/100%;
	max-width: 1120px;
	padding: /*0 10px*/0 1rem;
	margin: 0 auto;
	/*line-height: 60px;*/
}
.copyright p img {
	border: #fff solid 2px;
	margin-right: 2em;
	vertical-align: middle;
}

/*----page_top---------------------------------------------------------------------------------------*/
.pagetop {
	height: /*100px*/6rem;
	width: /*100px*/6rem;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 500;
	display: none;
}

/*--既存デザイン用--*/
#footpagetop {
	width: 100%;
	max-width: 1120px;
	padding: 0 1rem;
	margin: -22px auto 0;
	text-align: right;
}
#footpagetop img {
	display: block;
	float: right;
}
#footer_wrap {
    background: #d0d7e4;
}
#footer {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem;
	font-size: 1.2rem;
	text-align: center;
}
#footer .sp {
	display: none;
}
#footer a {
	text-decoration: underline;
}
#footer_navi &gt; li {
    /*border-bottom: 1px solid #d9d9d9;*/
	border-top: 1px solid #fbf8f5;
    padding: /*14px 0*/1.4rem 0;
}
#footer_navi &gt; li:first-child {
	border-top: none;
}
#footer_navi li ul {
    text-align: center;
}
#footer_navi li ul li {
	display: inline-block;
	background: url(../images/header_arrow.png) no-repeat left;
	padding-left: /*10px*/1rem;
	margin-right: /*15px*/1.5rem;
}
#footer_last {
	width: 100%;
	max-width: 1120px;
	padding: 1.5rem 1rem;
	margin: 0 auto;
}
#footer_last .copyright_re {
	text-align: center;
}
#footer_last .copyright_re li {
	display: inline-block;
}
#footer_last .copyright_re .logo img {
	display: block;
	height: 5rem;
	width: auto;
	float: left;
	margin: 0 1rem 0 0;
}
#footer_last .copyright_re {
	line-height: 5rem;
	font-size: 1.2rem;
}
#footer_last .copyright_re .sp {
	display: none;
}

#dangan,
#barefoot,
#hitoritabi,
#joshitabi,
#honeymoon,
#beginner,
#round_trip { background: url(../images/note02_bg.jpg); }


#return_top { padding: 15px; text-align: center; clear: both; }
#return_top a { background: url("//image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }

/**/</pre></body></html>