@charset "UTF-8";
/* CSS Document */

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;
}

/*----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 );
}

/*----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;
}

/*----main_image---------------------------------------------------------------------------------------*/
.wideslider .mainimage_height {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1;
}
/*.wideslider .mainimage_height:after {
	content: "";
	display: block;
	padding-top: 53.6%;
}*/

/*----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;
	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 #machiaruki .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 2rem 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 0 2rem 0;
}
.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 > .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 > li {
    /*border-bottom: 1px solid #d9d9d9;*/
	border-top: 1px solid #fbf8f5;
    padding: /*14px 0*/1.4rem 0;
}
#footer_navi > 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;
}

.contblock01 {
	background-color: #BB9E7B;
	margin-bottom: 40px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border-radius: 10px;
}
.contblock01 .block01 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #FFF;
	border-radius: 5px;
}
.contblock01 .block01.mb {
	margin-bottom: 5px;
}

.contblock01 .boxwrap01 .pt07{
    margin-bottom:15px;
}
.contblock01 .box01 {
	float: left;
	width: 308px;
	margin-left: 16px;
}
.contblock01 .box01 .pt01 {
	background-repeat: repeat;
	background-position: left top;
	display: table;
	height: 54px;
	width: 100%;
}
#wrapper .contblock01 .box01 .pt02 {
	background-repeat: no-repeat;
    background-position: right center;
    color: #ff6969;
    vertical-align: middle;
    display: table-cell;
    padding:15px 17px 5px 10px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif !important;
}
#wrapper .contblock01 .box01 .pt02 span {
	color: #9e8633;
	font-size: 24px;
}
.contblock01 .box01 .pt03 {
	background-repeat: no-repeat;
	background-position: left top;
	width: 308px;
	padding-left: 10px;
}
.contblock01 .box01 .pt04 img{
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5DCC5;
	border-bottom-color: #E5DCC5;
}
.contblock01 .box01 .pt05 {
	font-size: 14px;
	color: #33281B;
	margin-bottom: 12px;
	line-height: 1.6em;
}
.contblock01 .box01 .pt06 {
	font-size: 26px;
	font-weight: bold;
	color: #fe3c3c;
	margin-bottom: 12px;
}
.contblock01 .boxwrap02 {
	text-align: center;
	padding-top: 5px;
}
.contblock01 .box02 {
	display: inline-block;
	margin-left: 4px;
	text-align: center;
}
.contblock01 .box02 a {
	color: #00a0e9;
	display: block;
	text-decoration: none;
}
.contblock01 .box02 a dl dd{
	font-size: 16px;
	font-weight: bold;
	color: #00a0e9;
	padding-top: 12px;
}
.contblock01 .boxwrap03{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
.contblock01 .box03 {
	width: 490px;
}
.contblock01 .box03.type01 {
	float: left;
}
.contblock01 .box03.type02 {
	float: right;
}
.contblock01 .box03 .pt01 {
	background-color: #FFE100;
	margin-bottom: 10px;
	background-image: url(../images/bg_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contblock01 .box03 .pt02 {
	background-image: url(../images/bg_04.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.contblock01 .box03 .pt03 {
	font-size: 20px;
	font-weight: bold;
	color: #2271ba;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 9px;
}
.contblock01 .box03 .pt04 {
	background-color: #FFFFBF;
	padding: 15px;
}
.contblock01 .box03 .pt05 {
	font-size: 20px;
	font-weight: bold;
	color: #00a0e9;
	text-align: center;
	margin-bottom: 12px;
}
.contblock01 .box03 .pt06 table {
	width: 100%;
}
.contblock01 .box03 .pt06 table th {
	font-size: 14px;
	font-weight: normal;
	color: #00a0e9;
	text-align: center;
	padding: 5px;
	border: 1px solid #00a0e9;
	background-color: #FFF;
	width: 20%;
}
.contblock01 .box03 .pt06 table td {
	font-size: 14px;
	font-weight: normal;
	color: #00a0e9;
	text-align: center;
	padding: 5px;
	border: 1px solid #00a0e9;
	background-color: #FFF;
}
.titlewrap02 {
	background-color: #BB9E7B;
	position: relative;
	text-align: center;
	height: 53px;
	border-radius: 10px 10px 0 10px;
}
#wrapper .titlewrap02 h3 {
	text-align: center;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	padding-top: 13px;
	position: relative;
	line-height: 1;
	vertical-align: top;
	display: inline-block;
	padding-right: 94px;
	padding-left: 94px;
}
#wrapper .titlewrap02 h3.type02 {
	padding-left: 100px;
    font-family: Arial, Helvetica, "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif !important;
}

#wrapper .titlewrap02 h3 .icon01 {
	position: absolute;
	left: 0px;
	top: -6px;
}
#wrapper .titlewrap02 h3 .icon02 {
	position: absolute;
	left: -180px;
	top: -25px;
}
.price_right {
	text-align: right;
}
/* お問い合わせ */
.section06{
	width:1100px;
	margin:0 auto;
}

.section06 .qa__contact{
	margin:0 auto;
	overflow:hidden;
	padding:20px;
	margin:0 0 60px;
}
.section06 .qa__contact--inner{
	padding:50px;
}

.section06 .qa__contact h3{
	text-align:center;
	font-size:28px;
	color:#ffffff;
	padding:0 0 10px;
	font-weight: bold;
}

.section06 .qa__contact p{
	color:#ffffff;
	text-align:center;
	line-height:1.7;
	font-size:20px;
	font-weight: bold;
}

.section06 .qa__contact__mail{
	overflow:hidden;
	padding:40px 0 0;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.section06 .qa__contact__mail--l{
	width:430px;
	/* float:left; */
}
.section06 .qa__contact__mail--r{
	width:430px;
	/* float:right; */
}
.section06 .qa__contact__mail--bottom {
	width: 430px;
}

.section06 .qa__contact__mail a{
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	background:#FBB7B7;
	border-radius:100px;
	border-bottom:3px solid #FB7272;
	padding:10px 0 8px;
	line-height:1.5;
	position:relative;
	margin-bottom: 20px;
}
.section06 .qa__contact__mail .qa__contact__mail--r a{
	background:#fadf69;
	border-bottom:3px solid #c7b154;
}
.section06 .qa__contact__mail .qa__contact__mail--bottom a {
	background: #afcbdc;
	border-bottom: 3px solid #2978a7;
}

.section06 .qa__contact__mail a:after{
	content:"";
	display:block;
	width:6px;
	height:9px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-4.5px;
	background:url("../images/icon_arrow_w.png") no-repeat center center;
}

.section06 .qa__contact__mail a:hover{
	background:#FB7272;
}
.section06 .qa__contact__mail .qa__contact__mail--r a:hover{
	background:#c7b154;
}
.section06 .qa__contact__mail .qa__contact__mail--bottom a:hover {
	background: #2978a7;
}

.section06 .qa__contact__mail a:hover:after{
	right:10px;
}
.main--inner--full__section06{
	background:url("../images/bg_contact.jpg") center top;
	background-size: cover;
}
.info_staff {
	background-color: #FCC;
	width: 40%;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	border-radius: 7px;
	font-weight: bold;
}







/**/