@charset "UTF-8";
/* -------------------------------------------
ABC Cooking Travel CSS
Ver.10.0.0
JAPAN ACTIVITY LIST 181128
TA Excellence 2019 190718

FontSize:
基準値：16px

12px：75%
13px：81.2%
14px：87.5%
15px：93.8%
17px:106.3%
18px：112.5%
20px：125%
22px:137.5%
24px：150%
25px：156.3%
26px：162.5%
28px：175%
30px：187.5%

FontColor:#555555
--------------------------------------------*/


/* -------------------------------------------
全体設定
--------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 16px;
}
body {
	width: 100%;
	height: 100%;
	color: #333333;
	background: #FFF;
	position: relative;
	font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	line-height: 1.6em;
	word-wrap : break-word;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
header {
}

@media screen and (max-width:640px) {
.cnt_wrapper iframe {
	width: 100%;
	height: 320px;
}
}
/***** ヘッダーPC・SMP切り替え *****/

header.smp_header {
	display: none;
}

@media screen and (max-width:879px) {
/*** PCヘッダー非表示 ***/
header.pc_header {
	display: none;
}
/*** スマートフォン用ヘッダー表示 ***/
header.smp_header {
	display: block;
	height: auto!important;
}
header.smp_header nav {
	width: 100%;
	top: 0;
	right: 0;
	z-index: 9999;
	position: fixed!important;
	display: none;
}
header.smp_header nav ul li a {
	line-height: 3.0em!important;
}
/*** ハンバーガーメニュー ***/
.mean-container .mean-bar {
	position: fixed!important;
	background-color: #FFFBF8!important;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	z-index: 9990!important;
	margin-top: -1px!important;
}
.mean-container a.meanmenu-reveal {
	color: #000!important;
	padding:18px 13px 11px!important;
}
.mean-container .mean-nav {
	background: #FFFBF8!important;
}
.mean-container a.meanmenu-reveal span {
	background: #000!important;
}
.mean-container .mean-nav ul {
	display: none;
}
.mean-container .mean-nav ul li a {
	color: #000!important;
	border-top: 1px solid rgba(0,0,0,0.4)!important;
}
}
/***** メインwrapper *****/

.wrapper_main {
	position: relative;
}
.main_cnts_area {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	z-index: 9999;
}
@media screen and (max-width: 879px) {
.main_cnts_area {
	z-index:8888;
}
}
/***** SNSボタン（リンク） *****/
.sns_btn_area {
	width: 560px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.sns_btn_area li {
	width: 140px;
	float: left;
	text-align: center;
}
.sns_btn_area li img {
	width: 80px;
}

@media screen and (max-width: 579px) {
.sns_btn_area {
	width: 80%;
}
.sns_btn_area li {
	width: 25%;
}
.sns_btn_area li img {
	width: 60px;
}
}

@media screen and (max-width:480px) {
.sns_btn_area {
	width: 70%!important;
	margin: 20px auto 0 auto;
}
.sns_btn_area li img {
	width: 50px;
}
}
/***** SNSボタン（share） *****/
.btn_share_area {
	width: 90%;
	max-width: 200px;
	display: table;
}
.btn_share_area li {
	display: table-cell;
	width: 18%;
	padding: 0 1%;
	text-align: center;
}
.btn_share_area li img {
	width: 100%;
}
/***** グループ企業情報 *****/
.group_list ul {
	margin-top: 20px;
	text-align: center;
}
.group_list ul li {
	display: inline-block;
	padding: 1%;
}
.group_list ul li img {
	max-height: 70px;
}

@media screen and (max-width:480px) {
.group_list ul li img {
	max-height: 40px;
}
}
/***** 著作権情報 *****/
.copy_area {
	width: 100%;
	padding: 24px 0;
	box-sizing: border-box;
	text-align: center;
	background: #FFF;
	font-size: 75%;
	font-weight: bold;
	position: relative;
}

@media screen and (max-width: 640px) {
.copy_area img {
	display: block;
	margin: 10px auto;
	width: 120px;
	vertical-align: middle;
}
}
/***** PC,SMP切り替え *****/

/*** PC時非表示 ***/
.pc_none {
	display: none;
}
.smp_none {
	display: block;
}

@media screen and (max-width: 640px) {
/*** PC時非表示 ***/
.pc_none {
	display: block;
}
.smp_none {
	display: none;
}
}
/***** トップへ戻るボタン *****/
.pagetop_btn {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 9999;
}
.pagetop_btn a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #666;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

@media screen and (max-width: 580px) {
.pagetop_btn {
	bottom: 50px;
	right: 20px;
}
}
/* -------------------------------------------
共通TOP
--------------------------------------------*/
.top_page_header{
    margin: -128px 0 0;
}

.logo.top_logo {
	margin-left: 20px;
	width: 130px;
}
.top_logo img {
	width:100%;
}
.logo {
	margin: 10px auto 0 auto;
	position: relative;
	z-index: 9999;
}
.top_logo_smp{
	display:none;
}

/***** ナビ *****/
.top_nav_area{
    max-width: 1100px;
    margin: 0 auto 10px;
    width: 100%;
    text-align: right;
    overflow: hidden;
}
.change_lang{
	font-size:12px;
	margin-bottom:24px;
	margin-right:12px;
}
.change_lang span{
	font-weight:bold;
	font-size:12px;
}
.change_lang a{
	font-size:12px;
}
.top_nav{
	float:right;
	margin-right:12px;
}
.top_nav ul{
	overflow:hidden;
}
.top_nav li{
	float:left;
	margin-left:24px;
}
.top_nav li a{
	font-size:14px;
	padding-bottom:2px;
}
.top_nav li a:hover{
	text-decoration:none;
	border-bottom:1px solid #f00;
}

.top_page_mv {
	width: 100%;
	height: 500px;
	/*margin-top: -50px;*/
	position: relative;
	overflow: hidden;
	z-index: 9800;
	background-size: cover;
	background-position: center;
}
.top_page_mv .header_inner {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9900;
}
.top_page_mv .top_cap_area {
	position: relative;
	display: inline-block;
	float: right;
	width: auto;
	margin-top: -6em;
	padding: 20px;
	right: 0;
	top: 50%;
	z-index: 9990;
	background: rgba(255,255,255,0.60);
}
.top_page_mv .top_cap_area h1 {
	margin-bottom: 10px;
	color: #000;
	font-size: 162.5%;
	font-weight: bold;
	font-family: Georgia, Times, 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top_page_mv .top_cap_area p {
	color: #000;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center
}

.top_header_pc_btn{
	display:block;
	background-color:rgba(115, 54, 14, 0.8);
	border:2px solid #fff;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	width:70%;
	margin:5px auto 0 auto;
	padding:2% 3%;
	text-align:center;
}
.top_header_pc_btn .fa{
	font-size:125%;
	padding-right:2%;
	vertical-align:middle;
}
.top_header_pc_btn:hover{
	text-decoration:none;
	background-color:rgba(115, 54, 14, 0.65);
}

@media screen and (max-width: 1099px) {
.top_page_mv .header_inner {
	width: 100%;
}
.top_cap_area {
}
}

@media screen and (max-width: 879px) {
.top_page_header {
    margin: 0;
}
.top_logo{
	display:none;
}
.change_lang{
	position:fixed;
    z-index: 9999;
    right: 10%;
    top: 16px;
}
.top_nav{
	display:none;
}
.top_page_mv{
	z-index:8880;
	padding-top:50px;
}
.top_header_btn{
	display:none;
}
}
@media screen and (max-width: 768px) {
	.top_header_pc_btn{
		margin:0px auto 0 auto;
	}
}
@media screen and (max-width: 579px) {
.change_lang{
	font-size:10px;
	margin-bottom:0;
	margin-right:10px;
}
.change_lang span{
	font-size:10px;
}
.change_lang a{
	font-size:10px;
}
.top_page_mv{
	height:auto;
	padding:75px 0 16%;
}
.top_page_mv .top_cap_area{
	background-color: rgba(0, 0, 0, 0.529);
	text-align: right;
	position:static;
	float:none;
	margin:0 0 5% auto;
    width: 80%;
	display:block;
}
.top_page_mv .top_cap_area h1, .top_page_mv .top_cap_area p{
	color:#fff;
}
.top_page_mv .top_cap_area h1 {
	font-size: 100%;
	margin-bottom:8px;
}
.top_page_mv .top_cap_area p {
	font-size: 100%;
	text-align: right!important;
	line-height:1.6;
}

.top_header_pc_btn {
	display:none;
}

.top_header_btn{
	display:block;
	background-color: rgba(168, 66, 0, 0.6);
	border:2px solid #fff;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	width:70%;
	margin:0 auto;
	padding:2% 3%;
	text-align:center;
}
.top_header_btn .fa{
	font-size:125%;
	padding-right:2%;
	vertical-align:middle;
}
.top_header_btn:hover{
	text-decoration:none;
}
}
@media screen and (max-width:320px) {
.top_page_mv .top_cap_area h1 {
	font-size: 93.8%;
}
.top_page_mv .top_cap_area p {
	font-size: 87.5%;
}
.top_header_btn{
	font-size:100%;
}
}

/***** コンテンツエリア *****/
.top_wrapper_main {
	margin-top: -95px;
	background: #EDEDED;
}

@media screen and (max-width: 579px) {
.top_wrapper_main {
	margin-top: -35px;
}
}
/*** IN／OUT選択 ***/
.select_tour_area {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
}
.top_select_area {
	width: 47%;
	/*max-width: 420px;*/
	margin-bottom: 6px;
	padding: 30px 1% 15px 1%;
	font-size: 93.8%;
	background: #FFF;
	box-shadow: 6px 6px 9px -5px #555555;
	-moz-box-shadow: 6px 6px 9px -5px #555555;
	-webkit-box-shadow: 6px 6px 9px -5px #555555;
	text-align: center;
	box-sizing: border-box;
}
.jp .top_select_area {
	width: 32%;
}
.japan {
	float: left;
	margin-left: 1%;
}
.world {
	float: right;
	margin-right: 3%;
}
.top_select_area h2 {
	margin-bottom: 18px;
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, Times, 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.top_select_area p.txt {
	margin-bottom: 20px;
	font-size: 93.8%;
	line-height: 1.8em;
}
.top_select_visual {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
.top_select_visual img {
	width: 100%;
}
.top_link {
	display: block;
	margin-top: 10px;
	width: 96%;
	text-align: right;
}
.top_link a {
	font-weight: bold;
}
.top_link i {
	margin-left: 5px;
}

@media screen and (max-width: 579px) {
.top_select_area h2 {
	margin-bottom: 12px;
	font-size: 125%;
}
.top_select_area p.txt {
	margin-bottom: 12px;
}
/*
.top_select_area p.txt br {
	display: none;
}
*/
.japan {
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}
.world {
	float: none;
	margin-right: 0;
}
.top_select_area {
	width: 90%;
	margin: 0 auto 20px auto;
}
.jp .top_select_area {
	width: 90%;
}	
}
/*** 白背景枠 ***/
.top_cnts_box {
	margin: 20px auto;
	width: 100%;
	background: #FFF;
	box-shadow: 6px 6px 9px -5px #555555;
	-moz-box-shadow: 6px 6px 9px -5px #555555;
	-webkit-box-shadow: 6px 6px 9px -5px #555555;
}
/*** 新着ニュース ***/ 
.top_news_area {
	overflow: hidden;
	padding: 0 40px 70px;
}
.tit_news {
	width: 104%;
	margin: 30px auto 40px auto;
	margin-left: -2%;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: #CCCCCC 1px solid;
}
.tit_news h2 {
	font-size: 150%;
	font-weight: bold;
}
.tit_news p {
	color: #BA5C82;
}
.top_news_area li:hover img {
	opacity: 0.6;
}
.top_news_area li:hover p {
	text-decoration: underline;
}
/*** ニュース一覧 ***/
.top_news_list {
	width: 49%;
	float: left;
	margin-top: -20px;
}
.top_news_list h3 {
	font-weight: bold;
	font-size: 112.5%;
	margin-bottom: 5px;
}
.top_news_list h3 i {
	color: #FFACEF;
	font-size: 93.8%;
}
.top_news_list ul li {
	height: 160px;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #F7F7F7;
	border: #E5E5E5 1px solid;
	overflow: hidden;
}
/* Newsリストのアイキャッチ */
.news_img {
	height: 120px;
	width: 138px;
	overflow: hidden;
	float: left;
}
.top_news_list ul li img {
	width: auto;
	height: 100%;
}
/* Newsリストの本文 */
.top_news_list ul li div.news_list_txt {
	width: 100%;
	margin: 0 0 0 -138px;
	float: right;
}
.top_news_list ul li div.news_list_txt h3 {
	margin: 0 0 10px 148px;
	padding-bottom: 6px;
	font-size: 125%;
	color: #4D4D4D;
	border-bottom: #4D4D4D 1px dashed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top_news_list ul li div.news_list_txt p {
	margin: 0 0 0 148px;
	color: #000000;
	height: 100px;
	line-height: 1.5em;
}
/* NEWS一覧ボタン */
.top_newlists_link {
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}
.top_newlists_link a {
	background: #fefefe;
	color: #333;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	cursor: pointer;
}
.top_newlists_link a:hover {
	opacity: 0.6;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.top_news_list ul li div.news_list_inner {
	margin-bottom: 30px;
}
.top_news_list h3 {
	margin-left: 10px;
}
.top_news_list ul {
	margin-bottom: 30px;
}
.top_news_list ul li {
	height: 140px;
	padding: 10px;
	position: relative;
}
.news_img {
	width: 90px;
	height: auto;
}
.top_news_list ul li img {
	width: 100%;
	margin: 30px 0 0 0;
}
.top_news_list ul li div.news_list_txt h3 {
	width: 100%;
	margin: 0;
	padding: 3px 5px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
	float: none;
}
.top_news_list ul li div.news_list_txt p {
	height: 90px;
	margin: 30px 0 0 110px;
	line-height: 1.4em;
	float: none;
}
}

@media screen and (max-width: 579px) {
.top_cnts_box {
	margin: 20px auto;
	width: 100%;
	box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
}
.top_news_area {
	overflow: hidden;
	padding: 0;
}
.tit_news {
	width: 100%;
	margin: 20px auto 0px auto;
	margin-left: 0;
	padding-bottom: 10px;
}
.top_news_list {
	width: 100%;
	float: none;
	margin-top: 30px;
}
.top_news_list ul li {
	margin: 0;
	height: 80px;
	padding: 10px;
	border-top: none;
}
.top_news_list ul li:after {
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	font-family: FontAwesome;
	color: #BBB;
	font-size: 150%;
}
.top_news_list ul li img {
	margin: 0;
}
.news_img {
	width: 60px;
	height: 60px;
}
.top_news_list li img {
	margin: 0;
}
.top_news_list ul li div.news_list_txt {
	margin: 0 0 0 -90px;
}
.top_news_list ul li div.news_list_txt h3 {
	position: relative;
	width: 75%;
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 100%;
}
.top_news_list ul li div.news_list_txt p {
	height: 50px;
	margin: 5px 0 0 80px;
	padding-right: 30px;
	line-height: 1.3em;
	float: none;
}
}

@media screen and (max-width:480px) {
.top_news_list ul li div.news_list_txt h3 {
	width: 65%;
}
}
/***** Facebookタイムライン *****/
.top_fb_area {
	width: 49%;
	float: right;
	margin-top: 7px;
}

@media screen and (max-width: 767px) {
.top_fb_area {
	height: 780px;
	overflow: hidden;
	border-bottom: #eee 1px solid;
}
}

@media screen and (max-width: 579px) {
.top_fb_area {
	width: 90%;
	margin: 20px auto;
	float: none;
}
.top_fb_area .fb-page {
	display: block!important;
	margin: 0 auto;
	width: 90%;
}
}
/* -------------------------------------------
Inbound TOP
--------------------------------------------*/

header.inbound_page {
	position: relative;
	top: 0;
	background: url(japan/images/bg/bg_inbound_orange.jpg);
	background-position: top;
}
header.inbound_page .logo {
	position: absolute;
	width: 150px;
	top: 0;
	left: 50%;
	margin-left: -380px;
	z-index: 9999;
}
header.inbound_page .logo img {
	width: 100%;
}
/*** MainVisual ***/
.main_visual {
	width: 100%;
	height: 400px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.main_visual img {
	height: 130%;
	position: relative;
	top: -40px;
}

@media screen and (max-width:879px) {
.main_visual {
	width: 100%;
	height: 350px;
	text-align: center;
	padding-top: 52px;
}
.main_visual img {
	height: 130%;
	top: 0;
}
header.inbound_page.smp_header .logo {
	z-index: 9999;
	position: fixed;
	margin: 5px auto 0 auto;
	left: 20px;
}
}

@media screen and (max-width:580px) {
header.inbound_page .logo {
	margin-left: -240px;
}
.main_visual img {
	height: 110%;
}
}

@media screen and (max-width:480px) {
.main_visual {
	height: 220px;
}
.main_visual img {
	height: 130%;
}
header.inbound_page .logo {
	width: 50%!important;
	left: 20px;
	margin-left: 0;
}
header.inbound_page .logo img {
	width: 100%!important;
}
}
@media screen and (max-width:360px) {
.main_visual img {
	height: 115%;
}
}
header.inbound_page .nav_area {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 20px;
	overflow: hidden;
	background: rgba(255,255,255,0.80);
	box-sizing: border-box;
	z-index: 9980;
}
header.inbound_page .nav_area .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
header.inbound_page nav {
	float: left;
	top: 0;
}
header.inbound_page nav ul {
	overflow: hidden;
}
header.inbound_page nav ul li {
	float: left;
	padding-top: 5px;
}
header.inbound_page nav ul li a {
	font-size: 112.5%;
	display: inline-block;
	padding: 0 40px;
	line-height: 1.8em;
}
header.inbound_page nav ul li a:hover {
	text-decoration: none;
	border-bottom: #000 1px solid;
}
/*** シェアボタン ***/
header.inbound_page .btn_share_area {
	float: right;
	overflow: hidden;
}
header.inbound_page .btn_share_area li {
	float: left;
}
/*** SMP表示時のシェアボタン ***/
.inbound_share {
	display: none;
}

@media screen and (max-width:879px) {
.inbound_share {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.inbound_share .btn_share_area {
	float: right;
}
}
/***** スクロール時のナビ *****/
.inbound_page .logo_scroll {
	display: none;
}
.inbound_page .nav_area.scroll .logo {
	display: none;
}
.inbound_page .nav_area.scroll {
	width: 100%!important;
	max-width: none!important;
	height: 60px!important;
	position: fixed!important;
	top: 0;
	left: 0;
	margin: 0!important;
	padding-bottom: 0!important;
	z-index: 9999;
	overflow: hidden;
	background: rgba(255,255,255,0.95)!important;
	box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
}
.inbound_page .nav_area.scroll .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.inbound_page .nav_area.scroll div.logo_scroll {
	float: left;
	width: 20%;
	margin-left: 2%;
	display: block;
}
.logo_scroll img {
	width: 172px;
}
.inbound_page .nav_area.scroll nav {
	float: right!important;
}
.inbound_page .nav_area.scroll nav ul {
	float: left;
	overflow: hidden;
}
.inbound_page.scroll nav ul li {
	float: left;
	padding-top: 5px;
}
.inbound_page .nav_area.scroll nav ul li a {
	font-size: 112.5%;
	display: inline-block;
	padding: 0 50px;
	line-height: 1.8em;
}
.inbound_page .nav_area.scroll nav ul li a:hover {
	text-decoration: none;
	border-bottom: #000 1px solid;
}
header.inbound_page .nav_area.scroll .btn_share_area {
	display: none;
}
/***** Inboundタイトル共通 *****/

.tit_inbound {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 20px;
	text-align: center;
	font-size: 212.5%;
	line-height: 1.2em;
	color: #666666;
}
.tit_inbound.top_tit {
	margin: -30px auto 0;
}
.cap_inbound {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 131.3%;
	color: #666666;
}

.cap_inbound.top_list_area {
	margin: 0 auto 70px auto;
}

@media screen and (max-width:999px) {
.tit_inbound.top_tit {
	margin: -40px auto 0;
}
}

@media screen and (max-width:480px) {
.tit_inbound.top_tit {
	margin: 0px auto 0;
}
}

@media screen and (max-width:480px) {
.tit_inbound {
	padding: 20px 0 10px;
	font-size: 162.5%;
}
.cap_inbound {
	margin: 0 auto 20px auto;
	width: 90%;
	font-size: 112.5%;
}

.cap_inbound.top_list_area {
	margin: 0 auto 30px auto;
}



}
/***** 新着情報 *****/

.index_news_area {
}
.index_news_area ul {
	width: 90%;
	max-width: 640px;
	margin: 20px auto;
}
.index_news_area ul li {
	overflow: hidden;
	text-decoration: underline!important;
}
.index_news_area ul li span.date {
	float: left;
	display: block;
	width: 10%;
	min-width: 7em;
	padding-left: 1.5em;
	font-weight: bold;
	position: relative;
}
.index_news_area ul li span.date:before {
	content: "\f05a";
	font-size: 125%;
	font-family: Fontawesome;
	color: rgba(255,134,0,1.00);
	position: absolute;
	left: 0;
}
.index_news_area ul li p {
	float: left;
	width: 80%;
	display: block;
	box-sizing: border-box;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_news_area ul li p:hover {
	text-decoration: none;
}
/***** ツアー一覧 *****/

.inbound_tourlist_area {
	width: 100%;
	padding-bottom: 30px;
	background: url(japan/images/bg/bg_inbound_brown.jpg);
	background-position: top;
	border-bottom: #FFF 5px solid;
	padding-top: 40px;
	margin-top: 0;
}
.inbound_tourlist_area .tour_list {
	width: 96%;
	max-width: 1100px;
	margin: -60px auto 0 auto;
	overflow: hidden;
}

.inbound_tourlist_area .tour_list li {
	float: left;
	width: 23%;
	margin: 30px 1% 10px 1%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	-moz-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
}

.inbound_tourlist_area .tour_img_box {
    position: relative;
    width: 100%;
}
.inbound_tourlist_area .tour_img_box:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.inbound_tourlist_area .tour_img_box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inbound_tourlist_area .tour_list li img {
	width: 100%;
	margin-bottom: -6px;
}
.inbound_tourlist_area .tour_list li h3 {
	padding: 8px 10px;
	font-weight: bold;
	color: #EC1C24;
	background: rgba(218, 211, 158, 0.73);
	/*height: 46px;*/
	font-size: 112.5%;
	line-height: 16px;
	box-sizing: border-box;
	display: block;
}
.inbound_tourlist_area .tour_list li p {
	/*height: 126px;*/
	/*height: 46px;*/
	/*margin-top:-15px;*/
margin-bottom:10px;
	padding: 5px 10px;
	display: block;
	font-size: 84.7%;
	line-height:1.5;
}
.inbound_tourlist_area .tour_list li .tour_price {
	height: 1.6em;
	padding: 5px 10px 0;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 158%;
	color: #555;
	font-weight: bold;
	text-align: right;
}

.inbound_tourlist_area .tour_list li .tour_price.listprice {
	font-size: 112.5%;
	margin-top: 10px;
	display: block;
}

.inbound_tourlist_area .tour_list li .tour_price .listprice_line {
	text-decoration: line-through!important;
	font-size: 100%;
}

.inbound_tourlist_area .tour_list li .tour_price .jpy_size {
	padding-right: 5px;
}


.inbound_tourlist_area .tour_list li .tour_price.campaingn_price {
	color: #FF0000;
}

/*
@media screen and (max-width:1140px) {
.inbound_tourlist_area .tour_list li .tour_price {
	font-size: 140%;
}
}
@media screen and (max-width:1020px) {
.inbound_tourlist_area .tour_list li .tour_price {
	font-size: 137.5%;
}
}
@media screen and (max-width:780px) {
.inbound_tourlist_area .tour_list li .tour_price {
	font-size: 125%;
}
}
@media screen and (max-width:680px) {
.inbound_tourlist_area .tour_list li .tour_price {
	font-size: 137.5%;
}
}
@media screen and (max-width:480px) {
.inbound_tourlist_area .tour_list li .tour_price {
	font-size: 156.3%;
}
}
*/


.inbound_tourlist_area .tour_list li .btn_area {
	width: 100%;
	overflow: hidden;/*border-top: #CBCBCB 1px solid;*/
}
.inbound_tourlist_area .tour_list li .btn_area a {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 12px 0;
	display: block;
	line-height: 1.0em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	background: #ff9933;
}
/*.inbound_tourlist_area .tour_list li .btn_area a {
	width: 100%;
	padding: 18px 0;
	display: block;
	line-height: 1.0em;
	color: #0071BB;
	text-align: center;
	font-weight:bold;
	box-sizing: border-box;
	border-right: #CBCBCB 1px solid;
	float: left;
}*/
.inbound_tourlist_area .tour_list li .btn_area a:hover {
	/*background-color: rgba(255,251,200,1.00);*/
	background-color: #ffcc66;
	color: #FFF;
	text-decoration: none;
}
.inbound_tourlist_area .tour_list li .btn_area a:last-child {
	border: none;
}

@media screen and (max-width: 999px) {
.inbound_tourlist_area .tour_list {
	width: 94%;
	margin: -60px auto 0 auto;
}
.inbound_tourlist_area .tour_list > li {
	float: left;
	width: 31.3333%;
	margin: 30px 1% 10px 1%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	-moz-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
}
}

@media screen and (max-width: 879px) {
.inbound_tourlist_area {
	padding-top: 0px;
}
}

@media screen and (max-width: 690px) {
.inbound_tourlist_area .tour_list > li {
	width: 48%;
}
}


@media screen and (max-width: 639px) {
.inbound_tourlist_area .tour_list {
	margin: -40px auto 0 auto;
}
.inbound_tourlist_area .tour_list > li {
	float: none;
	width: 90%;
	margin: 30px auto 6px auto;
}
}

@media screen and (max-width: 480px) {
.inbound_tourlist_area .tour_list {
	margin: -30px auto 0 auto;
}
}
/*** NEWアイコン ***/
.inbound_tourlist_area .tour_list li span.icon_new {
	width: 74px;
	position: absolute;
	top: -15px;
	right: 15px;
}
.inbound_tourlist_area .tour_list li span.icon_new img {
	width: 100%;
	z-index: 100;
	position: relative;
}
/***** SNSエリア *****/
.inbound_sns_area {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
	background: url(japan/images/bg/bg_inbound_blue.jpg);
	background-position: top;
	border-bottom: #FFF 5px solid;
}

@media screen and (max-width:480px) {
.inbound_sns_area {
	padding-bottom: 30px;
}
}
.widget_area {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 65px auto;
	overflow: hidden;
}

@media screen and (max-width: 1109px) {
.widget_area {
	width: 860px;
	margin: 0 auto;
}
}

@media screen and (max-width: 879px) {
.widget_area {
	width: 600px;
}
}

@media screen and (max-width: 640px) {
.widget_area {
	width: 100%;
}
}

@media screen and (max-width:480px) {
.widget_area {
	margin: 0 auto 0 auto;
}
}
/*** YOUTUBE ***/
.inbound_yt_area {
	float: left;
	margin-right: 30px;
}
.inbound_yt_area iframe {
	width: 560px;
	height: 410px;
}
/*** Facebook ***/
.inbound_fb_area {
	width: 240px;
	max-height: 400px;
	float: left;
	margin-right: 30px;
}
/*** TripAdviser ***/
.inbound_ta_area {
	width: 240px;
	float: left;
}

@media screen and (max-width: 1109px) {
/*** YOUTUBE ***/
.inbound_yt_area iframe {
	width: 320px;
	height: 300px;
}
}

@media screen and (max-width: 879px) {
/*** YOUTUBE ***/
.inbound_yt_area iframe {
	width: 600px;
	height: 400px;
	margin: 0 auto 20px auto;
}
.inbound_fb_area {
	float: left!important;
	width: 350px;
	margin-right: 10px;
}
/*** TripAdviser ***/
.inbound_ta_area {
	float: left;
	width: 240px!important;
}
.TA_selfserveprop {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
.inbound_yt_area {
	float: none;
	margin: 0 5%;
	width: 90%;
}
.inbound_yt_area iframe {
	width: 100%!important;
	height: 300px;
}
.inbound_fb_area {
	display: none;/*	float: none!important;
	width: 90%;
	margin: 0 5%;*/
}
.inbound_ta_area {
	width: 90%!important;
	margin: 20px 5%;
}
.TA_selfserveprop {
	width: 100%;
}
.widSSP {
	width: 100%!important;
}
}
/*** リンクボタン ***/
.inbound_sns_box .sns_btn_area {
	width: 100%;
	max-width: 440px;
}
.inbound_sns_box .sns_btn_area li {
	width: 25%;
	text-align: center;
}
/***** How to Travelエリア *****/

.inbound_howto_area {
	background: url(japan/images/bg/bg_inbound_orange.jpg);
	background-position: top;
	border-bottom: #FFF 5px solid;
	padding-bottom: 50px;
	padding-top: 40px;
}
.inbound_howto_area ul {
	width: 92%;
	max-width: 1070px;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}
.inbound_howto_area ul li {
	margin: 0 2%;
	width: 29.33333%;
	float: left;
	background: #FFF;
	-webkit-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	-moz-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
}
.inbound_howto_area ul li img {
	width: 100%;
	display: block;
}
.inbound_howto_area ul li h3 {
	margin: 20px 10px;
	color: #7C694B;
	font-weight: bold;
	line-height: 1.0em;
}
.inbound_howto_area ul li p {
	margin: 0 10px 27px 10px;
	font-size: 87.5%;
	color: #666666;
}
.step_tit_area {
	display: table;
	width: 100%;
	border-bottom: #CBCBCB 1px solid;
}
.icon_step_no {
	display: table-cell;
	width: 30%;
	padding: 10px 0;
	background: #000;
	color: #FFF;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 1.0em;
	text-align: center;
}
.icon_step_cap {
	display: table-cell;
	padding-right: 10px;
	width: 70%;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding-left: 10px;
}

@media screen and (max-width: 640px) {
.inbound_howto_area ul li {
	margin: 0 auto;
	width: 90%;
	float: none;
}
.inbound_howto_area ul li h3 {
	margin: 10px 10px 0 10px;
}
.inbound_howto_area ul li p {
	margin: 0 10px 27px 10px;
	padding-bottom: 10px;
}
}
/*** CancelPolicyボタン ***/

.btn_cancelpolicy a {
	display: block;
	width: 120px;
	margin: 35px auto 0 auto;
	padding: 0 25px;
	color: #4D4D4D;
	font-size: 112.5%;
	line-height: 1.7em;
	text-align: center;
	border: #666666 1px solid;
}
.btn_cancelpolicy a:before {
	content: "\f0da";
	font-family: Fontawesome;
	padding-right: 5px;
}
.btn_cancelpolicy a:hover {
	opacity: 0.6;
	text-decoration: none;
}

@media screen and (max-width:480px) {
.btn_cancelpolicy a {
	width: 180px;
	margin: 0 auto;
}
}
/***** Accessエリア *****/
.inbound_access_area {
	background: url(japan/images/bg/bg_inbound_blue.jpg);
	background-position: top;
	padding-bottom: 70px;
}
.inbound_access_area ul {
	widh: 100%;
}
.inbound_access_area ul li {
	font-size: 131.3%;
	color: #666666;
	text-align: center;
	line-height: 1.6em;
}

@media screen and (max-width:480px) {
.inbound_access_area {
	padding-bottom: 40px;
}
}
/***** Footer *****/

footer.inbound_footer {
	width: 100%;
	background: url(japan/images/bg/bg_inbound_black.jpg);
	padding-top: 50px;
	position: relative;
}
footer.inbound_footer:before {
	content: "";
	width: 100%;
	height: 20px;
	background: #C30712;
	position: absolute;
	top: 0;
}
footer.inbound_footer .menu {
	overflow: hidden;
	margin: 0 auto 30px auto;
	text-align: center;
}
footer.inbound_footer .menu dl {
	margin: 2px;
	padding: 10px 5%;
	color: #FFF;
	text-align: left;
	border-left: #555 1px solid;
	display: inline-block;
	vertical-align: top;
}
footer.inbound_footer .menu dl:first-child {
	border: none;
}
footer.inbound_footer .menu dt {
	font-weight: bold;
	margin-bottom: 10px;
}
footer.inbound_footer .menu dd a {
	color: #FFF;
	line-height: 1.8em;
}
footer.inbound_footer .menu dd a:hover {
	opacity: 0.6;
	text-decoration: underline;
}
footer.inbound_footer .copy_area {
	background: url(japan/images/bg/bg_inbound_darkbrown.jpg);
}
footer.inbound_footer .copy_area {
	color: #FFF;
}

@media screen and (max-width:690px) {
footer.inbound_footer .menu dl {
	padding: 10px 2%;
}
}

@media screen and (max-width:640px) {
footer.inbound_footer {
	padding-top: 0;
}
footer.inbound_footer .menu {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}
footer.inbound_footer .menu dl {
	width: 100%!important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	display: block;
}
footer.inbound_footer .menu dt {
	height: 40px;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
	text-align: left;
	position: relative;
	background: rgba(0,0,0,0.50);
}
footer.inbound_footer .menu dd a {
	width: 100%;
	height: 50px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	line-height: 50px;
	border-top: #000 1px solid;
}
footer.inbound_footer .menu dd a:after {
	content: "\f105";
	font-family: Fontawesome;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 50px;
	color: #FFF;
}
footer.inbound_footer .menu dd a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.40);
}
}
/* -------------------------------------------
Outbound TOP
--------------------------------------------*/

header.outbound_page {
	margin-top: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif;
	position: relative;
}
header.outbound_page .logo {
	width: 150px;
	position: absolute;
	top: 0;
	left: 20px;
	margin-left: 0;
	z-index: 9999;
}
header.outbound_page .logo img {
	width: 100%;
}
.outbound_page .main_visual {
	height: auto;
	/*	max-height:560px;*/
	padding-top: 100px;
	z-index: 9970;
}
/*** SLIDER ***/
.slick-initialized .slick-slide {
}
.slick-initialized .slick-slide img {
	height:460px;
}
.slick-dots {
	position: absolute;
	bottom: -25px!important;
}
@media screen and (max-width:480px) {
	.slick-initialized .slick-slide img {
		height:80vw;
	}
}
@media screen and (max-width:879px) {
header.outbound_page .main_visual {
	width: 100%;
	padding-top: 52px;
	text-align: center;
}
header.outbound_page.smp_header .logo {
	z-index: 9999;
	position: fixed;
	margin: 5px auto 0 auto;
}
header.outbound_page {
	height: auto;
}
}

@media screen and (max-width:480px) {
header.outbound_page .logo {
	width: 50%!important;
	left: 20px;
	margin-left: 0;
}
header.outbound_page .logo img {
	width: 100%;
}
}
/*** GNAV ***/
.outbound_page .nav_area {
	background: url(world/images/bg/bg_outbound.png) no-repeat;
	background-position: top;
	background-size: 100% 140px;
	position: absolute;
	width: 100%;
	height: 120px;
	padding-bottom: 60px;
	top: 10px;
	z-index:9989;
}
.outbound_page nav ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 9998;
}
.outbound_page nav ul li {
	height: 75px;
	margin-top: 18px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 106.3%;
	font-weight: bold;
	border-left: #CCC 1px solid;
	display: inline-block;
	position: relative;
}
.outbound_page nav ul li:after {
	content: "\f078";
	font-family: Fontawesome;
	display: block;
}
.outbound_page nav ul li:first-child{
	border-left:none;
}
.outbound_page nav ul li.aft_yellow:after {
	color: #c5c5c5;
}
.outbound_page nav ul li.aft_blue:after {
	color: #1DAFEC;
}
.outbound_page nav ul li.aft_grn:after {
	color: #98C862;
}
.outbound_page nav ul li.aft_org:after {
	color: #FD977A;
}
.outbound_page nav ul li.aft_pnk:after {
	color: #ED749C;
}
.outbound_page nav ul li a {
	font-size: 106.3%;
	font-weight: bold;
	width: 100%;
	display: block;
}
.outbound_page nav ul li a:hover {
	opacity: 0.7;
}
.outbound_page:before {
	content: "";
	background: #EEA0C3;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
}
/*** SNSシェアボタン ***/
.outbound_share.outbound_top {
	top:15px;
}

/*.outbound_share.outbound_top {
	top: 50px!important;
}*/
.outbound_share {
	position: absolute;
	z-index: 9980;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
	top: 20px;
}
.outbound_share .inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.outbound_share .btn_share_area {
	float: right;
}

@media screen and (max-width:879px) {
.detail_page.outbound_share {
	top: 60px;
}
.detail_page.outbound_share.camp { /* キャンペーン価格の時の高さ調整 */
	top: 100px;
}

.outbound_share.outbound_top {
	top: 75px!important;
}

.world_top .outbound_share.outbound_top {
	top:15px!important;
}
}

/* Japan Tour詳細ページのシェアボタン(SMP) */

.detail_page.outbound_share.inbound_tour {
	position:static;
}

.detail_page.outbound_share.inbound_tour .btn_share_area {
	float:none;
	margin:0 auto;
}



/***** スクロール時のナビ *****/
.outbound_page .logo_scroll {
	display: none;
}
.outbound_page .nav_area.scroll .logo {
	display: none;
}
.outbound_page .nav_area.scroll {
	position: fixed!important;
	width: 100%;
	max-width: none!important;
	height: 50px!important;
	top: 0;
	left: 0;
	margin: 0!important;
	padding-top: 10px;
	padding-bottom: 0!important;
	z-index: 9999!important;
	overflow: hidden;
	background: rgba(255,255,255,0.95)!important;
	box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px -3px 10px 3px rgba(0,0,0,0.6);
}
.outbound_page .nav_area.scroll .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.outbound_page .nav_area.scroll div.logo_scroll {
	float: left;
	width: 20%;
	margin-left: 2%;
	display: block;
}
.logo_scroll img {
	width: 172px;
}
.outbound_page .scroll nav {
	position: absolute;
	top: -10px!important;
	right: 0;
	z-index: 9999!important;
}
.outbound_page .nav_area.scroll nav ul {
	float: left;
	overflow: hidden;
}
.outbound_page .scroll nav ul li {
	margin-top: 10px!important;
	float: left;
}
.outbound_page .scroll nav ul li {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
.outbound_page .scroll nav ul li:first-child {
	border: none;
}
.outbound_page .scroll nav ul li:after {
	content: "";
}
/***** Outboundタイトル共通 *****/

.tit_outbound {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 20px;
	text-align: center;
	font-size: 212.5%;
	line-height: 1.2em;
	color: #666666;
}
.tit_outbound span {
	display: block;
	width: 10%;
	max-width: 50px;
	margin: 0 auto;
}
.tit_outbound span img {
	width: 100%;
}
.cap_outbound {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 131.3%;
	color: #666666;
}


@media screen and (max-width: 1099px) {
.tit_outbound {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.cap_outbound {
	width: 100%;
	margin: 0 auto 30px auto;
}
}

@media screen and (max-width: 640px) {
.tit_outbound {
	width: 94%;
	margin: 0 auto;
	padding: 20px 0 10px;
}
.cap_outbound {
	width: 94%;
	margin: 0 auto 20px auto;
}
}

@media screen and (max-width:480px) {
.tit_outbound {
	font-size: 150%;
}
.cap_outbound {
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 106.3%;
	color: #666666;
}
}
/***** ツアー一覧 *****/

.outbound_tourlist_area {
	width: 100%;
	padding-bottom: 30px;
	background: #F7F7F7;
	background-position: top;
	border-bottom: #FFF 5px solid;
	padding-top: 40px;
}
.outbound_tourlist_area .tour_list {
	width: 96%;
	max-width: 1100px;
	margin: -30px auto 0 auto;
	overflow: hidden;
}
.outbound_tourlist_area .tour_list > li {
	float: left;
	width: 23%;
	margin: 30px 1% 10px 1%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	-moz-box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
	box-shadow: 1px 3px 12px -1px rgba(0,0,0,0.58);
}
.outbound_tourlist_area .tour_list li img {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.outbound_tourlist_area .tour_list li h3.area {
	padding: 0 10px;
	font-weight: bold;
	color: #EC1C24;
}

@media screen and (max-width: 999px) {
.outbound_tourlist_area .tour_list {
	width: 94%;
	margin: 0 auto;
}
.outbound_tourlist_area .tour_list > li {
	float: left;
	width: 31.3333%;
}
}

@media screen and (max-width: 639px) {
.outbound_tourlist_area .tour_list > li {
	float: none;
	width: 90%;
	margin: 30px auto 6px auto;
}
.outbound_tourlist_area {
	padding-top: 60px;
}
}
/*** MAPマーカー ***/
.outbound_tourlist_area .tour_list li h3.area:before {
	font-family: Fontawesome;
	content: "\f041";
}
.outbound_tourlist_area .tour_list li p.catch {
	/*height: 45px;*/
	padding: 5px 10px;
	display: block;
	font-size: 84.7%;
	font-weight: bold;
	border-bottom: #CCC 1px solid;
}
/*** タグの設定 ***/
.outbound_tourlist_area .tour_list li .tag_list_area {
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.outbound_tourlist_area .tour_list li .tag_list_area li {
	float: left;
	width: auto;
	min-width: 3em;
	margin: 2px;
	;
	padding: 5px 10px;
	font-size: 87.5%;
	line-height: 1.0;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: #F00;
	display: block;
}
/** タグ色 -----------------------**/
.outbound_tourlist_area .tour_list li .tag_list_area li.yellow {
	background: #ffcc33;
	color: #996633;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.red {
	background: #FF0000;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.pink {
	background: #ff99ff;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.green {
	background: #339966;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.blue {
	background: #6699ff;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.sblue {
	background: #99ccff;
	color: #3366cc;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.brown {
	background: #996600;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.lime {
	background: #99ff99;
	color: #006633;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.spink {
	background: #ff33ff;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.orange {
	background: #ff9933;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.cream {
	background: #999933;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.lavender {
	background: #cc99ff;
	color: #9933cc;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.violet {
	background: #9966ff;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.gold {
	background: #ffcc33;
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .tag_list_area li.beige {
	background: #ffcc99;
	color: #996633;
}
/*------------------------*/

/*** 会員限定表示 ***/

.member_only {
	width: 100%;
}
.member_only p {
	position: relative;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
}
.member_only p a i {
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.member_only p a i:hover {
	opacity: 0.8;
}
/** ACA会員 **/
.member_only p.aca {
	background: #E9567B;
}
.member_only p.member {
	background: #FF9600;
}
.outbound_tourlist_area .tour_list li .btn_area {
	width: 100%;
	overflow: hidden;
	border-top: #CBCBCB 1px solid;
}
.outbound_tourlist_area .tour_list li .btn_area a {
	width: 50%;
	padding: 18px 0;
	display: block;
	line-height: 1.0em;
	color: #0071BB;
	text-align: center;
	box-sizing: border-box;
	border-right: #CBCBCB 1px solid;
	float: left;
}
.outbound_tourlist_area .tour_list li .btn_area a:hover {
	background-color: rgba(255,251,200,1.00);
	color: #666;
	text-decoration: none;
}
.outbound_tourlist_area .tour_list li .btn_area a:last-child {
	border: none;
}
/*** 一般可 ***/

.member_only.none {
	display: none;
}
/*** 国内海外リボン ***/
.outbound_tourlist_area .tour_list li .ribbon span {
	display: block;
	position: absolute;
	padding-left: 5px;
	line-height: 45px;
	font-weight: bold;
	z-index: 9966;
}
.outbound_tourlist_area .tour_list li .ribbon::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: -2px;
	left: -2;
	border-bottom: 70px solid transparent;
	z-index: 9960;
}
/** 海外 **/
.outbound_tourlist_area .tour_list li .ribbon.out span {
	color: #FFF;
}
.outbound_tourlist_area .tour_list li .ribbon.out::after {
	border-left: 70px solid #1DAFEC;
}
/** 国内 **/
.outbound_tourlist_area .tour_list li .ribbon.in span {
	color: #000;
}
.outbound_tourlist_area .tour_list li .ribbon.in::after {
	border-left: 70px solid #FF0;
}
/*** NEWアイコン ***/
.outbound_tourlist_area .tour_list li span.icon_new {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #FFF;
	line-height: 62px;
	text-align: center;
}
.outbound_tourlist_area .tour_list li span.icon_new {
	background: #EC1C24;
	border-radius: 31px;
	position: absolute;
}
.outbound_tourlist_area .tour_list li span.icon_new img {
	width: 100%;
}
/***** スタッフブログ *****/

.blog_hl_area {
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: -40px;
}
.blog_hl_list > li {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	position: relative;
}
.blog_hl_list .date_area {
	width: 150px;
	height: 200px;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border-right: #CCC 1px solid;
}
.blog_hl_list .date_area span {
	display: block;
	line-height: 1.0em;
}
.blog_hl_list .date_area .date {
	margin: 10px 0 15px 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #C0272D;
}
.blog_hl_list .date_area .cate {
	display: inline-block;
	margin: 0 3px 20px 0;
	padding: 8px 4px;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border: #989898 1px solid;
}
.blog_hl_list .date_area .year {
	font-size: 0.875rem;
}
.blog_hl_list .cnts_area {
	width: 100%;
	min-height: 200px;
	padding-left: 170px;
	box-sizing: border-box;
	overflow: hidden;
}
.blog_hl_list .cnts_area h4 {
	margin: 10px 0;
	padding-right: 240px;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.2em;
}
.blog_hl_list .cnts_area div.txt_area p {
	width: 100%;
	padding-right: 240px;
	box-sizing: border-box;
}
.blog_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 200px;
	height: 200px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.blog_hl_list .cnts_area span.img_area img {
	height: 100%;
	width: auto;
}
/* ブログ一覧へリンクボタン */
.out_bloglists_link {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}
.out_bloglists_link a {
	background: #fefefe;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px 20px;
	cursor: pointer;
}
.out_bloglists_link a:hover {
	opacity: 0.6;
	text-decoration: none;
}


/* カテゴリ一覧 */

.sb_list_cat {
text-align:center;
margin-bottom:20px;
}

.sb_list_cat li {
display:inline;
}

.sb_list_cat li a {
display:inline-block;
border-radius:3px;
background:#AAA;
color:#FFF;
padding:2px 5px;
margin:8px 2px;
}

.sb_list_cat li a:hover {
background:#CCC;
}



@media screen and (max-width: 767px) {
.blog_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 100px;
	height: 100px;
}
.blog_hl_list .cnts_area {
	width: 100%;
	min-height: 120px;
}
.blog_hl_list .cnts_area h4 {
	padding-right: 120px;
	padding-bottom: 5px;
}
.blog_hl_list .cnts_area div.txt_area p {
	padding-right: 120px;
}
.blog_hl_list .cnts_area p.txt_area {
	width: 100%;
	padding-right: 120px;
}
}

@media screen and (max-width: 640px) {
.blog_hl_list > li {
	margin-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
.blog_hl_list .date_area {
	width: 100%;
	height: auto;
	padding-left: 0;
	position: static;
	border: none;
	line-height: 30px;
}
.blog_hl_list .date_area .date {
	margin-right: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.blog_hl_list .date_area .cate {
	float: right;
	margin-top: 8px;
	padding: 0 10px;
	line-height: 30px;
}
.blog_hl_list .date_area .year {
	line-height: 30px;
	vertical-align: middle;
}
.blog_hl_list .date_area span {
	display: inline-block;
}
.blog_hl_list .cnts_area {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
}
.blog_hl_list .cnts_area h4 {
	margin: 0;
	padding-right: 0;
	padding-left: 120px;
	font-size: 125%;
}
.blog_hl_list .cnts_area div.txt_area p {
	width: 100%;
	padding-right: 0;
	padding-left: 120px;
}
.blog_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 100px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
}
}

@media screen and (max-width: 480px) {
.blog_hl_list .cnts_area h4 {
	padding-left: 100px;
}
.blog_hl_list .cnts_area div.txt_area p {
	padding-left: 100px;
}
.blog_hl_list .cnts_area span.img_area {
	width: 80px;
	height: 80px;
}
.blog_hl_list .cnts_area h4 {
	font-size: 106.3%;
}
}
/***** 申込から参加まで *****/

.outbound_howto_area {
	width: 100%;
	background: #F7F7F7;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: -40px;
}
.outbound_howto_area ul {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	border-radius: 20px;
	border: #CBCBCB 1px solid;
	background: #FFF;
	overflow: hidden;
}
.outbound_howto_area li {
	float: left;
	width: 33.33333%;
	padding: 20px;
	box-sizing: border-box;
	border-left: #CBCBCB 1px dashed;
}
.outbound_howto_area li:first-child {
	border: none;
}
.outbound_howto_area li h3 {
	width: 90%;
	border-radius: 10px;
	background: #D6F2F1;
	font-size: 20px;
	color: #173D3C;
	font-weight: bold;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
}
.step_list .txt {
	width: 90%;
	margin: 0 auto;
}
.step_img {
	width: 50%;
	margin: 30px auto;
}
.step_img img {
	width: 100%;
}
.outbound_howto_area .btn_cancelpolicy a {
	display: block;
	width: 240px;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
.outbound_howto_area ul li {
	margin: 10px auto;
	width: 90%;
	float: none;
	border: none;
	border-top: #CCC 1px dashed;
}
.outbound_howto_area ul li h3 {
	width: 80%;
	margin: 5px auto 20px;
}
.outbound_howto_area ul li p {
	margin: 0 auto;
	padding-top: 10px;
}
.step_img {
	width: 40%;
	margin: 30px auto;
}
.step_list .txt {
	width: 100%;
}
}
/***** よくある質問と答え *****/

.outbound_faq {
	padding-top: 40px;
	margin-top: -40px;
}
.outbound_faq .faq_area {
	width: 70%;
	padding: 3% 5%;
	margin: 0 auto;
	border: #CBCBCB 1px solid;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
.outbound_faq .faq_area {
	width: 90%;
}
}
/*** 質問リスト ***/
.outbound_faq .faq_area > dt, .outbound_faq .faq_area > dd {
	position: relative;
	min-height: 22px;
	margin-bottom: 5px;
}
/* Icon */
.outbound_faq .faq_area > dt .icon, .outbound_faq .faq_area > dd .icon {
	width: 22px;
	position: absolute;
	left: 0;
	top: 0;
}
.outbound_faq .faq_area > dt .icon {
	top: 20px;
}
/* テキスト */
.outbound_faq .faq_area > dt .txt, .outbound_faq .faq_area > dd .txt {
	display: block;
	width: 100%;
	padding-left: 38px;
	box-sizing: border-box;
	font-size: 1.0rem;
	line-height: 1.6em;
}
/* 装飾 */
.outbound_faq .faq_area > dt {
	padding-top: 20px;
	border-top: #CCC 1px solid;
}
.outbound_faq .faq_area > dt:first-child {
	margin-top: 0;
	border: none;
}
.outbound_faq .faq_area > dd {
	padding-bottom: 20px;
}
.outbound_faq .faq_area > dd:last-child {
	margin-bottom: 0;
}
/***** COMPANY *****/

.outbound_access_area {
	margin-top: 50px;
	background: #F7F7F7;
}
.tit_company {
	color: #BE2730;
}
.outbound_access_area .cnts_box {
	text-align: center;
	padding-bottom: 65px;
}
.outbound_access_area .cnts_box li {
	font-size: 131.3%!important;
}
/***** グループ企業 *****/

.group_list.outbound {
	margin-bottom: 70px;
}
.group_list.outbound ul {
	margin-top: 0;
}

@media screen and (max-width:879px) {
.group_list.outbound {
	margin-bottom: 10px;
}
}
/***** Footer *****/

footer.outbound_footer {
	width: 100%;
	background: #4EB1E6;
	padding-top: 30px;
}
footer.outbound_footer .menu {
	overflow: hidden;
	width: 90%;
	max-width: 940px;
	margin: 0 auto 30px auto;
}
footer.outbound_footer .menu li {
	float: left;
	margin: 2px;
	padding: 10px 0;
	width: 24%;
	background: #199CDA;
	text-align: center;
}
footer.outbound_footer .menu li a {
	color: #FFF;
	font-weight: bold;
	display: block;
}
footer.outbound_footer .menu li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
footer.outbound_footer .copy_area {
	backgournd: none!important;
}

@media screen and (max-width:640px) {
footer.outbound_footer {
	padding-top: 0;
}
footer.outbound_footer .menu {
	width: 100%;
	margin: 0;
}
footer.outbound_footer .menu li {
	height: 50px;
	float: none;
	margin: 2px;
	padding: 0 0 0 20px;
	width: 100%;
	box-sizing: border-box;
	line-height: 50px;
	text-align: left;
	position: relative;
}
footer.outbound_footer .menu li:after {
	content: "\f105";
	font-family: Fontawesome;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 50px;
	color: #FFF;
}
}
/**** ページ内新着情報 *****/

.news_hl_list {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
}
.news_hl_list li {
	line-height: 1.2em;
	padding: 5px 0;
	border-bottom: #CCC 1px dashed;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_hl_list li span.date {
	margin-left: 15px;
	width: 100px;
}
.news_hl_list li span.hl {
	margin-left: 15px;
}
.news_hl_list li i {
	margin-left: 5px;
	color: #F00;
}
/* archiveへのリンク */

.news_hl_list_link {
	margin: 10px auto 0;
	width: 90%;
	max-width: 780px;
	text-align: right;
}
.news_hl_list_link i {
	color: #CCC;
}
.news_hl_list_link a {
	color: #333;
	padding: 14px 10px 3px 10px;
	cursor: pointer;
	text-decoration: underline;
}
.news_hl_list_link a:hover {
	text-decoration: none;
}
/* -------------------------------------------
Tour Detail（Inbound）
--------------------------------------------*/

/* ヘッダー -----------------------------*/
header.inbound_page.detail_page {
	width: 100%;
	height: 80px!important;
	position: relative;
	top: 0;
	z-index: 9980;
	background: none;
	background: url(japan/images/bg/bg_inbound_orange.jpg);
}
header.inbound_page.detail_page .nav_area {
	width: 100%;
	max-width: 1100px;
	position: relative;
	top: 0;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 140px;
	background: none;
	z-index: 9990;
}
header.inbound_page.detail_page .logo {
	width: 130px;
	position: absolute;
	top: 0;
	left: 20px;
	margin-left: 0;
	z-index: 9999;
}
header.inbound_page.detail_page .logo img {
	width: 130px;
}
header.inbound_page.detail_page nav {
	float: right!important;
	right: 0;
	z-index: 9999;
}
header.inbound_page.detail_page nav ul li {
	float: left;
	padding-top: 15px;
}
.wrapper_main.inbound_main {
	padding-top: 80px;
	padding-bottom: 30px;
	background: url(japan/images/bg/bg_inbound_blue.jpg);
}

@media screen and (max-width:879px) {
header.inbound_page.detail_page {
	height: 70px!important;
}
header.inbound_page.detail_page nav {
	top: 0;
}
.wrapper_main.inbound_main {
	padding-top: 110px;
}

/* ツアー詳細ページのヘッダー下 */
.wrapper_main.inbound_main.tour_detail {
	padding-top: 50px;
}
}
/* -------------------------------------------
Tour Detail（outbound）
--------------------------------------------*/

/* ヘッダー -----------------------------*/
header.outbound_page.detail_page {
	width: 100%;
	height: 80px;
	position: relative;
	top: 0;
	z-index: 9980;
	background: none;
}
header.outbound_page.detail_page .nav_area {
	width: 100%;
	max-width: 1100px;
	position: relative;
	top: 0;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 140px;
	background: none;
	z-index: 9970;
}
header.outbound_page.detail_page .logo {
	width: 130px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-left: 0;
	z-index: 9980;
}
header.outbound_page.detail_page .logo img {
	width: 100%;
}
header.outbound_page.detail_page nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
header.outbound_page.detail_page nav ul li {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
header.outbound_page.detail_page nav ul li:first-child {
	border: none;
}
header.outbound_page.detail_page nav ul li:after {
	content: "";
}
.wrapper_main.outbound_main {
	padding-top: 80px;
	padding-bottom: 30px;
	background: #F7F7F7;
}

@media screen and (max-width:879px) {
header.outbound_page.detail_page {
	height: 70px!important;
}
header.outbound_page nav {
	top: 0;
}
.wrapper_main.outbound_main {
	padding-top: 120px;
}
header.outbound_page nav ul li {
	height: 48px!important;
	margin: 0!important;
	padding: 0!important;
	width: 100%;
	text-align: left;
	line-height: 48px!important;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
header.outbound_page nav ul li a {
	display: block;
	margin: 0;
	padding: 0 50px;
}
header.outbound_page nav ul li:first-child {
	border: none;
}
header.outbound_page nav ul li:after {
	content: "";
}
}

@media screen and (max-width:480px) {
.wrapper_main.outbound_main {
	padding-top: 110px;
}
}
/* コンテンツ囲み -----------------------------*/
.cnt_wrapper {
	clear: both;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	position: relative;
}

@media screen and (max-width: 1099px) {
.cnt_wrapper {
	width: 90%;
}
}

@media screen and (max-width: 799px) {
.cnt_wrapper {
	width: 100%;
}
}
/***** ツアー概要エリア *****/
.overview_area {
	width: 90%;
	/*	max-width:1076px;*/
	margin: 0 auto;
	padding: 42px 0 0 0;
	overflow: hidden;
}
.overview_img {
	max-width: 442px;
	width: 40%;
	float: left;
}
.overview_img img {
	width: 100%;
}
.overview_txt_box {
	float: left;
	max-width: 572px;
	width: 50%;
	background-size: cover;
	margin-left: 30px;
	padding: 0 0 20px 0;
}
.overview_txt_box h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 20px;
}
.overview_txt_box div, .overview_txt_box p {
	line-height: 1.6em;
}
.outbound_main .overview_txt_box a {
	display: inline-block;
	margin: 20px 0 0;
}
.btn_contact_detail {
	padding: 5px 20px;
	display: block;
	color: #FFF;
	font-size: 112.5%;
	font-weight: bold;
	background: #4EB1E6;
	border-radius: 5px;
}
.btn_contact_detail:hover {
	background: #199CDA;
	text-decoration: none;
}

@media screen and (max-width: 1099px) {
.overview_area {
	width: 90%;
}
}

@media screen and (max-width: 640px) {
.overview_area {
	padding: 10px 0 0 0;
}
.overview_img, .overview_txt_box {
	width: 90%;
	max-width: none;
	margin: 0 auto;
	float: none;
	background: none;
}
.overview_txt_box h3 {
	margin: 20px 0 10px;
}
.overview_txt_box {
	padding: 0;
}

.overview_txt_box ul li, .overview_txt_box p {
	font-size: 107%;
	margin-left: 0;
}

.overview_txt_box a {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	display: block;
}

.outbound_main .overview_txt_box a {
	width: 80%;
	margin: 20px auto;
	text-align: center;
	display: block;
}
.overview_txt_box a img {
	width: 25%;
}
}

@media screen and (max-width:480px) {
.overview_txt_box h3 {
	font-size: 137.5%;
}
.overview_txt_box a img {
	width: 40%;
}
}
/***** ツアーの魅力 *****/

.point_hl_area {
	width: 100%;
}
.point_hl_list > li {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px auto;
	position: relative;
}
.point_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 200px;
	height: 200px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.point_hl_list .cnts_area span.img_area img {
	width: 100%;
}
.point_hl_list .cnts_area {
	width: 100%;
	margin-bottom: 20px;
	min-height:220px;
	padding-left: 220px;
	box-sizing: border-box;
	overflow: hidden;
}
/* 画像がない場合 */
.point_hl_list .cnts_area.img_none {
	padding-left: 0;
	min-height: 0;
	height: auto;
	margin-bottom: 20px;
}
.point_hl_list .cnts_area h4 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 150%;
}
.point_hl_list .cnts_area p.txt_area {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
.point_hl_list {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
.point_hl_list > li {
	width: 90%;
}
.point_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 100px;
	height: 100px;
}
.point_hl_list .cnts_area {
	width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
	padding-left: 120px;
}
}

@media screen and (max-width: 640px) {
.point_hl_list > li {
	width: 94%;
}
.point_hl_list .cnts_area span.img_area {
	margin: 10px 0;
	width: 80px;
	height: 80px;
}
.point_hl_list .cnts_area {
	width: 100%;
	min-height: 80px;
	margin-bottom: 20px;
	padding-left: 100px;
}
}

@media screen and (max-width:480px) {
.point_hl_list .cnts_area h4 {
	font-size: 137.5%;
}
.point_hl_list .cnts_area span.img_area img {
	width: 100%;
}
.point_hl_list .cnts_area {
	margin-bottom: 20px;
	padding-left: 0px;
	display: table-footer-group;
}
.point_hl_list .cnts_area span.img_area {
	width: 80%;
	margin: 0 10%;
	height: auto;
	display: table-header-group;
	position: static;
}
}
/***** ツアー詳細エリア *****/
.detail_area {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(world/images/img/border.png) no-repeat;
	background-position: top;
}

@media screen and (max-width: 799px) {
.detail_area {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
.detail_area {
	padding: 20px 0;
	background: none;
}
}
/*** スケジュール ***/
.schedule_area {
	max-width: 635px;
	width: 55%;
	float: left;
}
.schedule_area.no_tit {
	margin-top: 40px;
}
.schedule_area h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 40px 0 22px 10px;
}
.schedule_area .terms {
	margin-left: 30px;
	margin-right: 20px;
}
.schedule_area .terms li {
	font-weight: bold;
}
.schedule_area .terms li:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-right: 9px;
}
.schedule_area .terms li p {
	display: inline;
}
.schedule_area span.notice {
	color: #4d4d4d;
	font-size: 88%;
	display: block;
}
.schedule_list {
	margin: 38px 70px 0 30px;
}
.schedule_list li {
	border-left: 4px solid #cbcbcb;
	padding: 0 0 25px 50px;
}
.schedule_list li:last-child {
	border-left: none;
	margin-left: 4px;
}
.schedule_tit {
	font-size: 113%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 24px;
}
.schedule_tit span.time {
	font-size: 113%;
	font-weight: bold;
	margin-left: -20px;
	padding-right: 10px;
	width: 5em;
	display: inline-block;
}
.schedule_tit:before {
	content: url(images/common/icon/schedule_list.png);
	position: relative;
	left: -62px;
}
.schedule_tit_last:before {
	left: -58px;
}
.schedule_img {
	display: table-cell;
	width: 93px;
	height: 93px;
	overflow: hidden;
}
.schedule_img img {
	width: 93px;
	height: 100%;
	border-radius: 50%;
  object-fit: cover;
}
.schedule_txt_box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.schedule_txt_list li, .schedule_txt {
	color: #4d4d4d;
	font-size: 88%;
}
.schedule_txt_list li {
	border-left: none;
	padding: 0;
}
.schedule_btn {
	max-width: 540px;
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.schedule_btn li {
	width: 50%;
	float: left;
	text-align: center;
}
.schedule_btn li img {
	width: 90%;
}

@media screen and (max-width: 1019px) {
.schedule_img {
	float: left;
	padding: 0 10px 0 0;
	display: block;
	width: 80px;
	height: 80px;
}
.schedule_img img {
	width: 80px;
	height: 100%;
}
.schedule_txt_box {
	display: inline;
	padding-left: 0;
}
}

@media screen and (max-width: 779px) {
.schedule_area {
	float: none;
	width: 94%;
margin:0 auto;
}
.schedule_area h1 {
	margin: 40px 0 22px 0;
	text-align: center;
}
.schedule_area .terms {
	margin: 0 10%;
}
.schedule_list {
	margin: 5% 8% 5%;
}
.schedule_list li {
	padding: 0 0 10px 20px;
}
.schedule_tit {
	margin-bottom: 8%;
}
.schedule_tit span.time {
	padding-right: 0;
}
.schedule_tit:before {
	left: -32px;
}
.schedule_tit_last:before {
	left: -28px;
}
.schedule_img {
	float: none;
	display: table-cell;
	width: 92px!important;
	height: 92px!important;
}
.schedule_img img {
	width: 92px!important;
	height: 92px!important;
}
.schedule_txt_box {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
}
.schedule_txt_list li {
	border-left: none;
	padding: 0;
}
.schedule_btn {
	width: 92%;
	margin: 0 4% 16% 4%;
}
.schedule_btn li {
	width: 48%;
}
.schedule_btn li img {
	width: 100%;
}
.schedule_btn li:first-child {
	padding-right: 4%;
}
/*.btn_more{
	width:30%;
}*/
}

@media screen and (max-width: 580px) {
.schedule_img {
	display: block;
	margin:0 auto 10px;
}
.schedule_txt_box {
	width: 100%;
	display: block;
}
}

/* WorldScheduleテキスト調整 */
.outbound_main .schedule_txt_box {
word-break:break-all;
}

/*** 埋め込みエリア（InBound） ***/

.imbed_area {
	float: right;
	max-width: 400px;
	width: 45%;
	margin-top: 30px;
	margin-bottom: 60px;
}
/*** TripAdviser ***/
.cnt_wrapper.detail .inbound_ta_area {
	width: 100%!important;
	float: none;
	margin: 10px auto 20px auto;
}
.cnt_wrapper.detail .inbound_ta_area .TA_selfserveprop > div {
	width: 100%!important;
}
.cnt_wrapper.detail .imbed_youtube iframe {
	width: 100%;
	height: 280px;
}

@media screen and (max-width: 779px) {
.schedule_area {
	padding-bottom: 0;
}

/*** 埋め込みエリア ***/
.imbed_area {
	float: none;
	width: 90%;
	max-width: none;
	margin: 50px 5% 0;
	box-sizing: inherit;
	text-align: center;
	bottom: 40px;
}
.cnt_wrapper.detail .TA_selfserveprop {
	width: 480px!important;
	margin: 0 auto 20px auto;
}
.cnt_wrapper.detail .TA_selfserveprop > div {
	width: 480px!important;
	margin: 0 auto;
}
.cnt_wrapper.detail .imbed_youtube iframe {
	width: 480px;
	height: 300px;
	margin: 0 auto 20px;
	display: block;
}
.cnt_wrapper.detail .fb_box {
	width: 480px;
	margin: 0 auto;
}
}

@media screen and (max-width: 580px) {
.detail_area {
	width: 100%;
}
.imbed_area {
	float: none;
	width: 96%;
	margin: 20px 2% 0;
}
.cnt_wrapper.detail .TA_selfserveprop {
	width: 90%!important;
}
.cnt_wrapper.detail .TA_selfserveprop > div {
	width: 100%!important;
}
.cnt_wrapper.detail .imbed_youtube iframe {
	width: 90%;
	height: 300px;
}
.cnt_wrapper.detail .fb_box {
	width: auto;
}
.fb-page {
	display: none!important;
}
}
/*** 埋め込みエリア（OutBound） ***/

.outbound_main .imbed_area {
	float: right;
	max-width: 400px;
	width: 45%;
	margin-top: 30px;
	margin-bottom: 60px;
}

@media screen and (max-width: 779px) {
.outbound_main .detail_area {
	/*display: table;*/
}
.outbound_main .schedule_area {
	/*display: table-header-group;*/
	padding-bottom: 40px;
}
.outbound_main .imbed_area {
	position: static;
	float: none;
	max-width: none;
	margin: 50px auto 0;
	box-sizing: inherit;
	/*display: table-footer-group;*/
	text-align: center;
}
}

@media screen and (max-width: 480px) {
.outbound_main .detail_area {
	/*display: table;*/
	width: 100%;
}
}
/*** 画像 ***/

.world_tour_img {
	width: 100%;
}
.world_tour_img img {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
.world_tour_img {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
}
/*** フォーム埋め込み ***/

#out_page_form_page h2 {
	font-weight: bold;
}
.tour_cont_tit {
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
}
#contact_form_area {
	margin-top: -80px;
	padding-top: 80px;
}
/* ボタン配色 */
.cnt_wrapper.detail .contact_page .sendbtn input {
	margin: 20px auto 0 auto;
	background: #666;
	border-radius: 5px;
	height: 2.4em;
}
/* -------------------------------------------
投稿ページ共通
--------------------------------------------*/

.wrapper_main.post {
	padding-bottom: 70px;
}
.wrapper_main.post .cnt_wrapper {
	min-height: 400px;
	padding: 40px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
.wrapper_main.post a:hover {
	text-decoration: underline;
}
.wrapper_main.post h2 {
	width: 100%;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: #CCC 1px solid;
	font-size: 125%;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
.wrapper_main.post .cnt_wrapper {
	padding: 20px;
}
}
/*** post情報 ***/
.wrapper_main.post .head_meta_area {
	overflow: hidden;
	margin-bottom: 20px;
}
.wrapper_main.post .post-date {
	float: right;
	min-width: 140px;
	margin: 0;
	font-weight: bold!important;
	color: #C0272D;
	display: block;
	text-align: right;
	font-size: 106.3%!important;
}
.wrapper_main.post .category {
	float: right;
	display: block;
	text-align: right;
	font-size: 100%!important;
}
.wrapper_main.post .category a {
	margin-left: 10px;
}
.wrapper_main.post .cnts_area {
	width: 90%;
	margin: 0 auto;
}
.wrapper_main.post .cnts_area img {
	margin: 30px 0;
	max-width: 90%;
	height: auto;
}

@media screen and (max-width:767px) {
.wrapper_main.post .cnts_area {
	width: 96%;
	margin: 0 auto;
}
}
/*** ナビゲーション ***/
.wrapper_main.post .navigation {
	overflow: hidden;
	margin-top: 70px;
}
.wrapper_main.post .navigation a {
	text-decoration: none;
}
.wrapper_main.post .navigation .nav_prev {
	float: left;
	position: relative;
	padding-left: 18px;
}
.wrapper_main.post .navigation .nav_prev:after {
	color: #666;
	font-family: Fontawesome;
	content: "\f191";
	position: absolute;
	left: 0;
}
.wrapper_main.post .navigation .nav_fwd {
	float: right;
	position: relative;
	padding-right: 18px;
}
.wrapper_main.post .navigation .nav_fwd:after {
	color: #666;
	font-family: Fontawesome;
	content: "\f152";
	position: absolute;
	right: 0;
}
/* -------------------------------------------
問い合わせフォーム
--------------------------------------------*/

.contact_page {
	padding-bottom: 70px;
}
.contact_page ul {
	width: 80%;
	max-width: 780px;
	margin: 0 auto 0 auto;
	padding: 30px;
	overflow: hidden;
}
.contact_page li {
	padding: 20px;
	line-height: 1.6em;
	box-sizing: border-box;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
	overflow: hidden;
}
.contact_page li .tit {
	display: block;
	float: left;
	width: 30%;
}
.contact_page li .tit .req {
	color: #F00;
	margin-left: 5px;
}
.contact_page li .txt {
	display: block;
	float: right;
	width: 70%;
}
.contact_page li:first-child {
	border-top: #CCC 1px solid;
}
.contact_page input {
	border: #CCC 1px solid;
	line-height: 1.6em;
	height: 1.6em;
}
.contact_page input[type="text"], .contact_page input[type="tel"], .contact_page input[type="email"], .contact_page input[type="textarea"] {
	width: 90%;
}
.contact_page input[type="text"], .contact_page input[type="textarea"], .contact_page input[type="email"], .contact_page input[type="tel"], .contact_page input[type="number"], .contact_page input[type="date"] {
	padding: 0 3px;
	font-size: 14px;
	vertical-align: middle;
}
.contact_page textarea {
	width: 90%;
	border: #CCC 1px solid;
}
.contact_page .sendbtn input {
	margin: 40px auto 0 auto;
	display: block;
	width: 200px;
	background: #000;
	font-size: 125%;
	color: #FFF;
	text-align: center;
	border: none;
}
.wpcf7-number {
	width: 50px!important;
	margin-right: 5px;
}
.contact_page .sendbtn:hover {
	pointer: cursor;
}

@media screen and (max-width: 640px) {
.contact_page ul {
	width: 96%;
	padding: 30px 0;
	box-sizing: border-box;
}
.contact_page li .tit {
	float: none;
	width: 100%;
}
.contact_page li .txt {
	float: none;
	width: 100%;
}
.contact_page input[type="text"], .contact_page input[type="textarea"] {
	width: 100%;
}
.contact_page textarea {
	width: 100%;
}
}
/***** Outboundツアー詳細問い合わせフォーム *****/

section.out_page_form_page {
	margin-top: 0;
	padding-top: 0;
}
.out_page_form_page h2.tit_outbound {
	padding: 0;
	font-size: 131.3%;
	font-weight: bold;
}
.out_page_form_page .cap_outbound {
	margin-bottom: 0;
	font-size: 112.5%;
}
/*** プライバシーポリシー同意ボタン ***/

.form_policy_check {
	width: 100%;
	text-align: center;
}
.form_policy_check a {
	text-decoration: underline;
	color: steelblue;
}
.form_policy_check .req {
	color: #F00;
}
.form_policy_check span.wpcf7-not-valid-tip {
	display: inline-block;
}
/*** エラーメッセージ ***/
div.wpcf7-validation-errors {
	color: #FFF;
	background: #F00;
	border: #F00 1px solid!important;
}
/* 固定メッセージの設定 */
span.wpcf7-not-valid-tip {
	margin-bottom: -22px;
	margin-top: 0px;
}
/* -------------------------------------------
会社概要
--------------------------------------------*/

.company {
	padding-bottom: 60px;
}
.tit_outbound span.company_tit_jpn {
	font-size: 87.5%;
	width: 100%!important;
	max-width: none!important;
}
.table_layout {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	border-top: #CCC 1px solid;
}
.table_layout th {
	width: 30%;
	padding: 20px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	background: #EEE;
}
.table_layout th .jpn {
	display: block;
	font-size: 93.6%;
	font-weight: normal;
}
.table_layout td {
	width: 70%;
	padding: 20px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
.table_layout th {
	display: block;
	width: 90%;
	padding: 2% 5%;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
.table_layout td {
	display: block;
	width: 90%;
	padding: 4% 5%;
	margin: 0;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
}
/* -------------------------------------------
共通設定
--------------------------------------------*/

/*** inbound ***/
.general_inbound {
	padding-bottom: 40px;
}
.general_inbound .cnts_box {
	width: 94%;
	margin: 0 auto 40px auto;
}
.general_inbound h3 {
	font-size: 150%;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: #CCC 1px solid;
}
.general_inbound h4 {
	margin: 10px 0;
	font-size: 121%;
	font-weight: bold;
	line-height: 1.6em;
}
.general_inbound p {
	margin-bottom: 20px;
}
.general_inbound .cnts_box.gene_set ul {
	list-style: inside;
	list-style-type: inherit;
}
.general_inbound .cnts_box.gene_set ol {
	list-style: initial;
	list-style-position: outside;
	list-style-type: decimal;
	width: 94%;
	margin: 0 auto;
}
.general_inbound .cnts_box.gene_set ol li {
	padding-top: 5px;
}
.general_inbound .cnts_2clmn_box {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
}
.general_inbound .cnts_2clmn_box .clmn_list {
	float: left;
	width: 46%;
	margin: 2%;
	box-sizing: border-box;
	/*border-radius:10px;*/
	border: #ccc 1px solid;
}
.general_inbound .cnts_2clmn_box .clmn_list dt {
	width: 100%;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: #CCC 1px solid;
	box-sizing: border-box;
	background: url(/japan/images/bg/bg_inbound_orange.jpg);
}
.general_inbound .cnts_2clmn_box .clmn_list dd {
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width:480px) {
.general .cnts_2clmn_box .clmn_list {
	float: none!important;
	width: 90%!important;
	margin: 0 auto 20px!important;
}
.general_inbound .cnts_box.gene_set ol {
	width: 90%;
}
}
/*** outbound ***/
.general_outbound {
	padding-bottom: 40px;
}
.general_outbound a {
	color: #199CDA;
}
.general_outbound .cnts_box {
	width: 94%;
	margin: 0 auto 40px auto;
}
.general_outbound h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: #CCC 1px dashed;
}
.general_outbound h4 {
	margin: 10px 0;
	font-size: 121%;
	font-weight: bold;
	line-height: 1.6em;
}
.general_outbound p {
	margin-bottom: 20px;
}
.general_outbound .cnts_box.gene_set ul {
	list-style: inside;
	list-style-type: inherit;
}
.general_outbound .cnts_box.gene_set ol {
	list-style: initial;
	list-style-position: outside;
	list-style-type: decimal;
	width: 97%;
	margin: 0 auto;
}
.general_outbound .cnts_box.gene_set ol li {
	padding-top: 5px;
}
.general_outbound .cnts_box.gene_set ul {
	list-style: initial;
	list-style-position: outside;
	width: 94%;
	margin: 0 auto;
}
.general_outbound .cnts_box.gene_set ol li {
	padding-top: 5px;
}
.general_outbound .cnts_2clmn_box {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
}
.general_outbound .cnts_2clmn_box ul {
	float: left;
	width: 46%;
	margin: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
}
.general_outbound .cnts_2clmn_box ul dt {
	width: 100%;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: #CCC 1px solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	background: #FFFBE0;
}
.general_outbound .cnts_2clmn_box ul dd {
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
.general_outbound .cnts_2clmn_box ul {
	float: none;
	width: 96%;
	margin: 2%;
}
}
.red {
	color: #F00;
}
/* -------------------------------------------
Font
--------------------------------------------*/


.fo_serif {
	font-family: Georgia, Times, 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media screen {
}
/* -------------------------------------------
layout
--------------------------------------------*/

.pad_b_60 {
	padding-bottom: 60px;
}

.mgn_t_20 {
margin-top:20px;
}

.txt_center {
text-align: center;
}


/* -------------------------------------------
SSL Seal
--------------------------------------------*/
.sslseal {
	width: 115px;
	height: 55px;
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
}

@media screen and (max-width:580px) {
.sslseal {
	width: 115px;
	height: 55px;
	display: block;
	position: relative;
	margin: 0 auto;
	right: 0;
	top: 0;
}
}
/* -------------------------------------------
 WordPress
--------------------------------------------*/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text, .gallery-caption {
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
	display: inline-block;
	margin: 0 0 1em 1.5em;
}
img.alignleft {
	display: inline-block;
	margin: 0 1.5em 1em 0;
}
strong {
	font-weight: bold;
}
/* -------------------------------------------
404エラーメッセージ
--------------------------------------------*/

/* header */

.page_404 header.inbound_page {
	position: relative;
	top: 0;
	background:#FFF!important;
	background-position: top;
}

.page_404 .top_page_mv .top_cap_area {
	background:#FFF!important;
}


.page_error {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 580px;
	margin-left: -300px;
	z-index: 9999;
}
.page_error h2 {
	margin: 0 0 15px 0;
	font-size: 112.5%;
	font-weight: bold;
}
.error_link {
	margin: 20px 0;
}
.error_link a {
	text-decoration: underline;
}
.error_link a:hover {
	text-decoration: none;
}

@media screen and (max-width:580px) {
/* header */
.page_404 .top_page_mv	{
	padding: 75px 0 20px;
}
	
.page_error {
	position:static;

/*	position: relative;
	top: -120px;*/
	left: auto;
	width: 90%;
	margin: 0 auto 20px auto;
}
.page_error h2 {
	margin: 0 0 10px 0;
	font-size: 112.5%;
	font-weight: bold;
}
.error_link {
	margin: 20px 0;
}
.error_link a {
	text-decoration: underline;
}
.error_link a:hover {
	text-decoration: none;
}
}


/* -------------------------------------------
add.0726
--------------------------------------------*/

/* カレンダーモーダル表示 ******************************/

.remodal-wrapper {
	padding:0!important;
}

.remodal.cal_modal {
width:90%!important;
max-width:900px!important;
height:600px;
padding:0!important;
background:#FDF8F8;
}

.remodal.cal_modal iframe {
width:100%;
height:100%;
margin:0!important;
padding:0!important;
background:#fff;
}

.remodal-close {
z-index:9999;
}

/* iPad用の調整 */
.remodal.cal_modal.ipad {
width:100%;
max-width:none;
background:none!important;
}
.remodal.cal_modal.portrait.ipad {
height:96%;
width:100%!important;
}

.remodal.cal_modal.portrait.ipad iframe {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
margin:0 auto;
}

/*** スマートフォン用の調整 ***/

/*iPhone以外の時に表示*/
.tour_detail .btn_modal {
display:block!important;
}
.tour_detail .btn_cal_smp {
display:none!important;
}

/*スマートフォンの時に表示*/
.tour_detail.androidmobile .btn_modal,
.tour_detail.iphone .btn_modal {
display:none!important;
}
.tour_detail.androidmobile .btn_cal_smp,
.tour_detail.iphone .btn_cal_smp {
display:block!important;
}

/*
.remodal-wrapper.iphone {
}

.iphone .remodal.cal_modal {
width:300px!important;
 max-width:100%;
      height:100%!important;
     overflow:auto;
      -webkit-overflow-scrolling:touch;
border-box:box-sizing;
}

.modal_inner_wrapper {
position:relative!importnat;
top:0!importnat;
}

.iphone .remodal.cal_modal iframe {
width:300px!important;
	height:100%;
border-box:box-sizing;
}
*/

/* AndroidTABの調整 */
.remodal.cal_modal.portrait.androidtab,
.remodal.cal_modal.portrait.other {
height:100%!important;
width:80%;
}

.remodal.cal_modal.portrait.androidtab iframe,
.remodal.cal_modal.portrait.other iframe {
width:797px;
height:1000px!important;
	transform: scale(0.65);
	-webkit-transform: scale(0.65);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

@media screen and (max-width:540px) {
.btn_topcal_open {
display:block;
}

.btn_topcal_contact {
display:block;
}

.remodal.cal_modal {
width:300px!important;
max-width:300px!important;
height:100%!important;
}
.remodal.cal_modal iframe {
width:300px!important;
height:100%!important;
}
}

/* カレンダー上部の注釈 */
.tour_cal_cap {
padding:3px 0;
margin:0 2em;
}

.remodal.cal_modal.ipad .tour_cal_cap {
color:#FFF;
}

/***** ツアー一覧 *****/
.inbound_tourlist_area .tour_list li {
/*overflow:hidden;*/
}

.list_tour_info_area {
overflow:hidden;
}

.list_tour_info {
float:left;
width:50%;
    margin: 0;
    padding: 0 0 0 10px;
box-sizing: border-box;
}

.inbound_tourlist_area .tour_list li.tour_prace,
.inbound_tourlist_area .tour_list li.tour_duration {
box-shadow:none;
border:none;
float:none;
width: 100%;
    line-height: 1.0;
margin:0;
padding:2px 0;
font-size:90%;
}

.list_tour_info .tour_prace i {
color:#e90000;
}
.list_tour_info .tour_duration i {
color:#007be4;
}

.inbound_tourlist_area .tour_list li .tour_price {
width:50%;
float:right;
    margin: 0;
    padding: 0 10px 0 0;
box-sizing: border-box;
    line-height: 1.2em;
}


/*** ページキャプション ***/
.page_cap {
	font-size:87.5%;
	position:absolute;
	top:10px;
	left:8px;
}

/*** キャンペーンアイコン ***/

.tour_detail_icon_camp {
position: absolute;
    top: 0;
    left: 0;
    margin: -12px 0 0 -12px;
}
.tour_detail_icon_camp_smp {
	display:none;
}


@media screen and (max-width:880px) {
.tour_detail_icon_camp {
	display:none;
}
.tour_detail_icon_camp_smp {
	display:block;
	background:#FF0000;
    width: 100%;
    margin: 0 0 10px 0;
		padding:12px 10px 6px ;
		box-sizing:border-box;
}
}

@media screen and (max-width:640px) {

.tour_detail_icon_camp_smp {
	display:block;
	background:#FF0000;
    width: 100%;
    margin: 0 0 10px 0;
		padding:12px 10px 6px ;
		box-sizing:border-box;
		position:relative;
}
}


/*** ツアータイトルエリア ***/
.tour_tit_area{
	overflow:hidden;
	margin:2px 0 18px 10px
}
.tour_tit_area .icon_cate{
	float:left;
	max-width:112px;
	width:18%;
	margin-right:2%;
}
.tour_tit_area .icon_cate img{
width:100%;
}
.tour_tit_area .tour_tit_txt_wrap{
	float:left;
	margin:10px 0 0;
	width:80%;
}

.page_tour_title {
	font-size:250%;
	font-weight:bold;
	line-height:1.6em;
}

.page_tour_sub_title {
	font-size:150%;
	line-height:1.6em;
}

@media screen and (max-width:640px) {
.tour_tit_area{
	display:table;
	margin:0px
}
.tour_tit_area .icon_cate{
	float:none;
	display:table-cell;
	max-width:112px;
	width:16%;
	padding-right:2%;
	box-sizing:border-box;
	vertical-align:middle;
}
.tour_tit_area .icon_cate img{
width:100%;
}
.tour_tit_area .tour_tit_txt_wrap{
	float:none;
	display:table-cell;
	margin:0;
	width:82%;
	vertical-align:middle;
}

.page_tour_title {
	font-size:125%;
	line-height:1.2em;
}
}

@media screen and (max-width:480px) {
.tour_tit_area{
	display:table;
	margin:0px
}
.tour_tit_area .icon_cate{
	width:20%;
	padding-right:1%;
}
.tour_tit_area .tour_tit_txt_wrap{
	width:79%;
}
}

.overview_img_area{
	float:left;
    max-width: 442px;
    width: 40%;
	overflow:hidden;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
     
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lslide img{
	width:100%;
}

.remodal.cal_modal, .remodal.cal_modal iframe {
	border-radius:10px!important;
}



@media screen and (max-width:640px) {
.overview_img_area{
	float:none;
	width:100%;
max-width:none;
}
}

/*** More Photoボタン ***/
.btn_more_photo{
	background:#434343;
	border-radius:5px;
	padding:5px 10px;
	color:#FFF;
	display:inline-block;
	float:right;
	margin:8px 0 0;
}
.btn_more_photo:hover {
	opacity:0.6;
	text-decoration:none;
}


/* ツアー情報 */
.tour_price_area {
	border-top:1px #555 solid;
	padding-top:20px;
}
@media screen and (max-width:640px) {
.tour_price_area {
	border-top:none;
	padding-top:10px;
}
}

/* ツアー価格表示 */
.tour_price_area li {
	font-size:187.5%!important;
	font-weight:bold!important;
}

@media screen and (max-width:640px) {
.tour_price_area li {
	font-size:175%!important;
}
}

.tour_price_area .price_basic {
	font-size:187.5%!important;
	font-weight:bold!important;
	margin-bottom:5px;
}

.tour_price_area .price_basic.listprice {
	font-size:137.5%!important;
	font-weight:bold!important;
	margin-bottom:5px;
	text-decoration:line-through;
}

.tour_price_area .price_basic.camp {
	font-size:187.5%!important;
	font-weight:bold!important;
	margin-bottom:5px;
	color:#FF0000;
}

.tour_price_area .price_basic.only {
	font-size:187.5%!important;
	font-weight:bold!important;
	margin-bottom:5px;
}


.tour_price_area .price_basic .tit_price {
	font-size:100%!important;
	font-weight:bold!important;
}

@media screen and (max-width:640px) {
.tour_price_area .price_basic {
	font-size:187.5%!important;
}
.tour_price_area .price_basic.only {
	font-size:187.5%!important;
}

.tour_price_area .price_basic .tit_price {
	display:none;
}
}

.tour_price_area .price_special {
	color:#FF0000;
	font-size:106.3%!important;
	font-weight:bold!important;
}





/* 割引タグ */
.tag_price_special {
	padding:2px 10px;
	display:inline-block;
	line-height:1.2em;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background:#FF0000;
	border-radius:3px;
	margin-left:10px;
}

/* 場所など基本情報 */

.tour_info_list {
	margin:10px 0;
}

.tour_info_list li {
	font-size:106.3%;
	font-weight:bold;
}

.tour_info_list li i {
	margin-right:5px;
	font-size:112.5%;
	font-weight:normal;
}

.tour_info_list .tour_place i {
	color:#e90000;
	padding-left:2px;
}
.tour_info_list .tour_duration i {
	color:#007be4;
}
.tour_info_list .tour_participants i {
	color:#7f7f7f;
}
.tour_info_list .tour_language i {
	color:#f9c83f;
}

/* 補足情報 */
.tour_hosoku {
	font-size:81.2%;
}

.tour_remarks i {
	font-size:112.5%;
	color:#1eff00;
float:left;
    margin-top: 4px;
    margin-right: 5px;
}

.tour_remarks {
	margin:10px 0 30px;
}

.tour_remarks a {
display:inline;
text-align:left;
}

/* 申込みボタン */

/* TOPのボタン郡 */
.btn_reserve_top_area {
clear:both;
overflow:hidden;
}

.btn_reserve_top_area a{
	font-size:112.5%;
}

.btn_reserve_top_area a i {
	font-size:125%;
}

.btn_reserve_top_area .btn_topcal_open {
	margin: 0 auto;
}


@media screen and (max-width:580px) {
.overview_txt_box div {
width:100%;
}
}

/* カレンダー開くボタン */
.btn_topcal_open_block {
float:left;
width:260px;
margin-right:20px;
text-align:center;
}

.btn_topcal_open {
display:block;
width:260px;
line-height:30px;
border-radius:5px;
background:#fb5c1e;
padding:5px 10px;
color:#FFF;
text-align:center;
box-sizing:border-box;
}
.btn_topcal_open:hover {
opacity:0.6;
text-decoration:none;
}

.btn_topcal_open span {
font-size:75%;
font-weight:bold;
}

.btn_topcal_contact_block {
float:left;
width:164px;
}

.btn_topcal_contact {
display:block;
width:164px;
line-height:30px;
border-radius:5px;
background:#00b7ee;
padding:5px 10px;
color:#FFF;
text-align:center;
box-sizing:border-box;
}

.btn_topcal_contact:hover {
opacity:0.6;
text-decoration:none;
}


@media screen and (max-width:1100px) {
.btn_reserve_mdl_area{
width:100%;
}
.btn_topcal_open_block {
width:58%;
margin-right:2%;
}
.btn_topcal_open {
width:100%;
}
.btn_topcal_contact_block {
width:40%;
}
.btn_topcal_contact {
width:100%;
}
}

@media screen and (max-width:740px) {
.btn_topcal_open_block {
width:90%;
float:none;
margin:0 auto!important;
}
.btn_topcal_contact_block {
width:90%;
float:none;
margin:10px auto 0 auto;
}
}


/* ページ中段のボタン郡 */
.btn_reserve_mdl_area{
	text-align:center;
width:480px;
margin:40px auto 40px auto;
overflow:hidden;
}
.btn_reserve_mdl_area a{
	font-size:137.5%;
}

@media screen and (max-width: 767px) {
.btn_reserve_mdl_area{
width:80%;
}
}



/*** 予約エリア ***/

.reserve_area {
	background:#fff0ea;
margin-top:30px;
padding:20px;
box-sizing:border-box;
}

@media screen and (max-width: 1099px) {
.reserve_area {
width:96%;
}
}
@media screen and (max-width: 779px) {
.reserve_area {
width:100%;
}
}

.reserve_area .tour_price_area {
border-top:none;
}

.reserve_area .price_special {
margin-top:2px;
}

.reserve_area .btn_topcal_open {
border-radius:5px;
background:#fb5c1e;
padding:5px 10px;
color:#FFF;
text-align:center;
line-height:1.6em;
font-size:150%;
width:90%;
margin:20px auto;
display:block;
}


/*** フローティングメニュー ***/
.float_menu{
	position:fixed;
	right:0;
	top:20%;
	z-index:9999;
}
.float_menu a{
	width:100px;
	color:#fff;
	font-size:125%;
	text-decoration:none;
	text-align:center;
	border:5px solid #fff;
	border-right:none;
	box-shadow: -6.364px 6.364px 5.4px 0.6px rgba(116, 116, 116, 0.32);
	-webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	border-radius: 10px 0 0 10px / 10px 0 0 10px;
	box-sizing:border-box;
}
.float_menu a .fa{
	display:block;
}
.btn_float_open{
	display:block;
	background:#fb5c1e;
	padding:33px 0 25px;
}
.btn_float_open .fa{
	font-size:45px;
	padding-bottom:20px;
}
.btn_float_contact{
	display:block;
	background:#00b7ee;
	padding:22px 0 14px;
	margin:62px 0 0 0;
}
.btn_float_contact .fa{
	font-size:42px;
	padding-bottom:12px;
}

@media screen and (max-width: 979px) {
.float_menu{
	position:fixed;
	right:0;
	top:40%;
	z-index:9999;
}
.float_menu a{
	width:60px;
}

.float_menu a span {
display:none;
}

.btn_float_open{
	padding:25px 0 10px;
}
.btn_float_open .fa{
	font-size:40px;
	padding-bottom:20px;
}
.btn_float_contact{
	padding:15px 0 6px;
	margin:30px 0 0 0;
}
.btn_float_contact .fa{
	font-size:38px;
	padding-bottom:12px;
}
}
@media screen and (max-width:580px) {
.float_menu{
	top:50%;
}

.float_menu.landscape{
	top:30%;
}
.float_menu a{
	width:40px;
}

.btn_float_open{
	padding:10px 0;
}
.btn_float_open .fa{
	font-size:26px;
	padding-bottom:0;
}
.btn_float_contact{
	padding:10px 0;
	margin:16px 0;
}
.btn_float_contact .fa{
	font-size:24px;
	padding-bottom:0;
}
}


/* ツアー概要 */
.overview_detail_txt{
	padding-bottom:25px;
}

.detail_area{
	margin:40px auto 0;
}


/*** 備考欄 ***/
.remarks_area{
	border:1px solid #666;
	padding:20px;
box-sizing: border-box;
}
.remarks_area h3{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:112.5%;
}
.remarks_area h3 .fa{
	color:#f00;
	margin-right:4px;
}

@media screen and (max-width: 1099px) {
.remarks_area{
width:96%;
}
}

@media screen and (max-width: 779px) {
.remarks_area{
width:100%;
}
}

/*** ページ下部の詳細エリア ***/
.tour_price_area dt,
.tour_price_area dd{
	display:inline-block;
}

.tour_price_area .price_basic dt,
.tour_price_area .price_basic dd {
	font-size:112.5%!important;
	font-weight:bold!important;
}

.tour_price_area .price_special dt,
.tour_price_area .price_special dd {
	color:#FF0000;
	font-size:106.3%!important;
	font-weight:bold!important;
}


@media screen and (max-width:640px) {
.tour_price_area .price_basic dt,
.tour_price_area .price_basic dd {
	font-size:112.5%!important;
}
}

/*** iPhone用カレンダー表示 ***/
.cal_page_msg_area {
width:96%;
margin:0 auto;
padding:10px;
line-height:1.4em;
}
.cal_page_cal_area {
width:100%;
height:100%;
}
.cal_page_cal_area iframe {
width:100%;
height:100%;
}


/*** 体験談 ***/
.reviews_area li{
	margin-bottom:18px;
	overflow:hidden;
}
.reviews_area {
	text-decoration:none;
	overflow:hidden;
	display:block;
}
.reviews_area img{
	width:80px;
	float:left;
	margin-right:15px;
}

.reviews_area h3 {
font-size:150%;
font-weight:bold;
margin-bottom:20px;
}
.reviews_area h3 i {
margin-right:10px;
}

.reviews_area h4{
	font-size:115%;
	font-weight:bold;
	margin-left:95px;
text-align:left;
}

/* 画像がない場合 */
.reviews_area .no_photo h4{
	margin-left:0;
}
.reviews_area p.reviews_txt{
	font-size:100%;
	margin-left:95px;
text-align:left;
}
/* 画像がない場合 */
.reviews_area .no_photo p.reviews_txt{
	font-size:100%;
	margin-left:0;
text-align:left;

}

@media screen and (max-width:640px) {
.reviews_area {
width: 96%;
    margin: 0 auto;
	}
.reviews_area img{
	width:60px;
}
.reviews_area h4{
	margin-left:75px;
}
.reviews_area p.reviews_txt{
	margin-left:75px;
}
}


/*** ギャラリー調整 ***/
#image-gallery {
display:none;
}

.lSSlideOuter .lSPager.lSGallery li {
opacity:0.6;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
opacity:1;
border-radius:0px!important;
}

.lSSlideOuter .lSPager.lSGallery img {
	width:100%;
}


/*** pagenation ***/

.wp-pagenavi {
text-align:center;
margin-bottom:30px;
}


/* -------------------------------------------
事業概要説明ページ
--------------------------------------------*/
.wrapper_main.outbound_main.intro_page, .wrapper_main.inbound_main.intro_page{
	padding-bottom:0!important;
}
.intro_page #container{
	background:#fff;
}
/***** コンテンツ囲み *****/
.cnt_wrapper_intro{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	background:#fff;
}

/***** イントロ画像エリア *****/
.bg_intro_mv_area{
	background:url(images/intro/bg_intro_mv_area.jpg) no-repeat;
	background-size:cover;
	background-position:right;
}
.intro_mv_area{
	color:#fff;
	max-width:1020px;
	margin:0 auto;
	padding:60px 40px 58px;
	position:relative;
	line-height:1;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
.intro_mv_area{
	padding:30px 40px 28px;
}
}
.intro_mv_area h1{
	font-size:30px;
	font-weight:bold;
}
.intro_mv_area .catch{
	font-size:40px;
	font-weight:bold;
	margin:36px 0 40px;
}
.intro_mv_area .txt{
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	padding-right:150px;
}
@media screen and (max-width:879px) {
.intro_mv_area .txt{
	padding-right:100px;
}
}

@media screen and (max-width:580px) {
.intro_mv_area .txt{
	padding-right:0;
}
}

.intro_mv_logo{
	position:absolute;
	right:40px;
	bottom:20px;
	max-width:192px;
	width:100%;
}

@media screen and (max-width:879px) {
.intro_mv_logo{
	width:15%;
}
.intro_mv_logo img{
	width:100%;
}
}
@media screen and (max-width: 768px) {
.intro_mv_area h1{
	font-size:28px;
}
.intro_mv_area .catch{
	font-size:38px;
	margin:5% 0;
}
.intro_mv_area .txt{
	font-size:20px;
}
}
@media screen and (max-width: 580px) {
.bg_intro_mv_area{
	background:url(images/intro/bg_intro_mv_area_smp.jpg) no-repeat;
	background-position:top;
}
.intro_mv_area{
	padding:2% 3%;
}
.intro_mv_area h1{
	font-size:14px;
}
.intro_mv_area .catch{
	font-size:18px;
	margin:5% 0 4%;
}
.intro_mv_area .txt{
	font-size:12px;
	font-weight:normal;
}
.intro_mv_logo{
	display:none;
}
}

/***** アクティビティ一覧エリア *****/
.activity_area{
	overflow:hidden;
	margin:76px 0 80px;
	padding:0 40px;
	line-height:1.5;
	color:#000;
}
.activity_area section{
	width:48%;
	max-width:470px;
	overflow:hidden;
}
.activity_area section:first-child{
	float:left;
}
.activity_area section:last-child{
	float:right;
}
.activity_area h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.activity_area section img{
	width:100%;
}
.activity_area .activity_txt{
	margin:20px 0 34px;
}
.btn_activity{
	background:#eb6877;
	width:240px;
	float:right;
	border-radius: 5px;
	height:50px;
}
.activity_area a:before{
	content: "\f105";
	font-size: 18px;
	font-family: Fontawesome;
	float:left;
	padding:7px 20px 0 0;
}
.activity_area a{
	display:block;
	color:#fff;
	font-weight:bold;
	padding:5px 0 0 20px;
}
.activity_area a span{
	display:block;
	font-weight:normal;
}
.activity_area a:hover{
	text-decoration:none;
}
.btn_activity:hover{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	opacity:0.6;
}
@media screen and (max-width: 768px) {
.btn_activity{
	margin:0 auto!important;
	float:none;
}
}
@media screen and (max-width: 580px) {
.activity_area {
    margin: 6% 0 2%;
    padding: 0;
}
.activity_area section{
	float:none;
	width:100%;
	max-width:100%;
	margin-bottom:12%;
}
.activity_area h1{
	margin:0 3% 2%;
	font-size:16px;
}
.activity_area .activity_txt{
	margin:2% 3% 5%;
}
.btn_activity{
	margin:0 auto;
	float:none;
	text-align:center;
}
.activity_area a:before{
	display:none;
}
.activity_area a{
	padding:2% 0;
	font-size:15px;
}
.activity_area a span{
	font-size:12px;
}
}

/***** 人気の理由エリア *****/
.reasons_area{
	text-align:center;
	line-height:1.7;
	color:#504b43;
	border-top:1px solid #cccccc;
	width:80%;
	margin:0 auto;
	padding:72px 0 0; 
}
.reasons_area h1{
	color:#ff6b08;
	font-size:28px;
	font-weight:bold;
}
.reasons_area h2{
	font-size:20px;
	font-weight:bold;
	margin:15px 0 20px;
}
.reasons_area .txt{
	font-size:18px;
	line-height:1.1;
}
.reasons_area .catch, .reasons_area .catch span{
	font-size:18px;
	font-weight:bold;
	margin:60px 0 10px;
}
.reasons_area .notice{
	font-size:14px;
}
.reasons_area:after{
	content: "\f103";
	font-size: 60px;
	font-family: Fontawesome;
	color:#c5c4c2;
	line-height:1;
	margin:45px 0;
	display:block;
}

@media screen and (max-width: 580px) {
.reasons_area {
    width: 94%;
    padding: 10% 0 0;
}
.reasons_area h1{
	font-size:16px;
}
.reasons_area h2{
	font-size:15px;
	line-height:1.2;
	margin:1% 0 6%;
}
.reasons_area .txt{
	font-size:12px;
	line-height:1.25;
	margin:0 0 6%;
}
.reasons_area .catch, .reasons_area .catch span{
	margin:0;
	font-size:12px;
	line-height:1.8;
}
.reasons_area .catch span{
	display:block;
}
.reasons_area .notice{
	font-size:10px;
	margin:2% 0 0;
}
.reasons_area:after {
    font-size: 30px;
    margin: 5% 0;
}
}


/***** 事業概要ページ内ツアー紹介 *****/
.intro_tour_detail{
	overflow:hidden;
	padding:68px 0 50px;
	color:#000;
}
.intro_tour_detail .txt_box{
	max-width:470px;
	width:50%;
	padding:0 40px;
}
.intro_tour_detail .img_box{
	max-width:550px;
	width:50%;
	display:none;
}
.intro_tour_detail .intro_tit_smp{
	display:none;
}
.intro_tour_detail h1{
	font-size:24px;
	font-weight:bold;
}
.intro_tour_detail h2{
	font-size:16px;
	font-weight:bold;
	margin:25px 0 20px;
}
.intro_detail_txt p{
	margin-bottom:20px;
}
.comment_area{
  border-radius: 10px;
  background:#fff;
  max-width: 410px;
  width:100%;
  margin:28px auto 32px;
  padding:20px 20px 4px;
}
.comment_area h3{
	font-weight:bold;
	margin-bottom:12px;
}
.comment_area h3 .fa{
	font-size:30px;
	color:#666;
	vertical-align:middle;
	margin-right:5px;
}
.comment_area ul li{
	overflow:hidden;
	margin-bottom:20px;
}
.comment_img{
	width:20%;
	float:left;
	margin-right:3%;
}
.comment_img img{
	vertical-align:bottom;
	width:100%;
}
.comment_txt{
	float:left;
	width:77%;
	font-size:12px;
	line-height:1.3;
}
.comment_area .img_none .comment_txt{
	width:100%!important;
}
.btn_intro_tour_detail{
  border-radius: 5px;
  background-color:#eb6877;
  width: 200px;
  height: 40px;
  color:#fff;
  line-height:40px;
  display:block;
  text-align:center;
  margin-left:auto;
  font-weight:bold;
}
.btn_intro_tour_detail:hover{
	text-decoration:none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	opacity:0.6;
}
.link_partnership{
	display:block;
	text-align:right;
	margin:22px 0 0;
}
.link_partnership .fa{
	margin-right:6px;
	color:#f00;
}
.link_partnership a{
	color:#333;
	text-decoration:underline;
}
.link_partnership a:hover{
	text-decoration:none;
}

.slick-prev {
    left: 0px!important;
}
.slick-next {
    right: 0px!important;
}
.slick-prev:before {
	content: "\f104"!important;
}
.slick-next:before {
	content: "\f105"!important;
}
.slick-prev:before, .slick-next:before {
	font-size: 36px!important;
	font-family: Fontawesome!important;
	color:#fff;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*** 法人外国人向けツアー ***/
.bg_intro_japan, .bg_intro_japan .intro_tour_detail{
	background:#f9f5e4;
}
.intro_japan .txt_box{
	float:left;
}
.intro_japan .img_box{
	float:right;
}

/*** 日本人向けツアー ***/
.intro_world .txt_box{
	float:right;
}
.intro_world .img_box{
	float:left;
}
.intro_world .comment_area{
  background:#f2f2f2;
}
.intro_world .btn_intro_tour_detail{
  display:block;
  text-align:center;
  margin:0 0 0 10px;
}
.intro_world .link_partnership{
	text-align:left;
	margin-left:10px;
}

@media screen and (max-width: 1099px) {
.intro_tour_detail {
	width:92%;
    padding: 68px 4% 50px;
}
.intro_tour_detail .txt_box{
	padding:0;
}
.intro_tour_detail .txt_box, .intro_tour_detail .img_box{
	width:48%;
}
.comment_area{
	width:90%;
}
}

@media screen and (max-width: 768px) {
.intro_tour_detail{
	padding:4%;
	width:92%;
}
.intro_japan{
	margin-left:0!important;
}
.intro_world{
	margin-right:0!important;
}
.intro_tour_detail .intro_tit_smp{
	display:block;
	font-size:24px;
	font-weight:bold;
}
.intro_tour_detail .intro_tit_pc{
	display:none;
}
.intro_tour_detail h1{
	text-align:center;
}
.intro_tour_detail h2{
	font-size:20px;
}
.intro_detail_txt{
	margin-top:10%;
}
.intro_world .btn_intro_tour_detail{
	margin-left:auto;
}
.intro_tour_detail .txt_box, .intro_tour_detail .img_box{
	max-width:100%;
}
.intro_japan .txt_box, .intro_world .img_box{
	float:none!important;
	margin-right:0!important;
	width:100%;
}
.intro_tour_detail .img_box, .intro_world .txt_box{
	float:none!important;
	width:100%;
}
.comment_area{
	max-width:100%;
	padding:4% 4% 1%;
}
.intro_world .link_partnership{
	text-align:right;
}
}
@media screen and (max-width: 580px) {
.intro_tour_detail {
    padding:5% 0% 10%;
    width:100%;
}
.intro_tour_detail h1, .intro_tour_detail h2{
	font-size:16px;
}
.intro_tour_detail .intro_tit_smp{
    margin: 0 3%;
	width:94%;
}
.intro_tour_detail h2 {
    margin: 3% 0 4%;
	font-weight:normal;
}
.intro_detail_txt{
	padding:4% 3% 0;
}
.comment_area {
    width: 94%;
    padding: 4% 3% 1%;
	margin:6% 0 3%;
	border-radius:0;
}
.comment_area ul li {
    overflow: hidden;
    margin:0 3% 8%;
}
.btn_intro_tour_detail{
	font-size:14px;
}
.btn_intro_tour_detail, .intro_world .btn_intro_tour_detail{
	margin:0 auto;
}
.link_partnership, .intro_world .link_partnership{
	text-align:center;
}
.link_partnership a{
	font-size:12px;
}
}

/***** ツアーに込めた想い *****/
.bg_thought_area{
	background:url(images/intro/bg_thought_area.jpg) no-repeat;
	background-size:cover;
}
.thought_area{
	color:#fff;
	max-width:780px;
	margin:0 auto;
	padding:82px 0 34px;
}
.thought_area h1{
	font-size:36px;
	line-height:1;
	text-align:center;
	margin-bottom:70px;
	font-weight:bold;
}
.thought_area p{
	font-size:18px;
	line-height:1.7;
	font-weight:bold;
	margin-bottom:28px;
}

@media screen and (max-width: 1099px) {
	.thought_area{
		padding:82px 3% 80px;
		width:94%;
	}
}

@media screen and (max-width: 580px) {
.bg_thought_area{
	background:url(images/intro/bg_thought_area_smp.jpg) no-repeat;
	background-size:cover;
}
.thought_area{
	padding:10% 0 2%;
}
.thought_area h1{
	font-size:18px;
	margin-bottom:10%;
}
.thought_area p{
	font-size:14px;
	line-height:1.4;
	padding:0 3%;
	font-weight:normal;
	margin-bottom:6%;
}
}

/***** 参加方法 *****/
.participate_area{
	color:#000;
	padding:73px 0;
}
.participate_area h1{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.participate_area .cap{
	text-align:center;
	font-size:16px;
	line-height:1.5;
	margin:25px 0 60px;
}

@media screen and (max-width: 580px) {
.participate_area .cap br{
display:none
}
}


.application_wrap{
	overflow:hidden;
	padding:0 16px 0 40px;
}
.application_wrap section{
	float:left;
	overflow:hidden;
	width:47%;
}
.application_wrap section:last-child{
	float:right;
}
.application_wrap section h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.application_box{
	overflow:hidden;
}
.application_wrap section .txt_box{
	float:left;
	max-width:330px;
	margin-right:10px;
}
.application_wrap section .txt_box p{
	font-size:13px;
	line-height:1.5;
}
.application_wrap section .img_box{
	max-width:150px;
	float:right;
}
.application_wrap section .img_box img{
	width:100%;
}
.btn_intro_application{
	display:block;
  border-radius: 5px;
  background:#eb6877;
  width: 240px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  padding:10px 0;
  margin:35px 26px 0 auto;
}
.btn_intro_application:hover{
	text-decoration:none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	opacity:0.6;
}

@media screen and (max-width: 1099px) {
.application_wrap section .txt_box{
	width:60%;
	margin-right:2%;
}
.application_wrap section .img_box{
	width:40%;
}
}

@media screen and (max-width: 910px) {
.application_wrap{
	padding:0 40px;
}
.application_wrap section h2{
	text-align:center;
}
.application_wrap section .txt_box{
	max-width:100%;
	width:100%;
	margin:0;
	padding-top:6%;
	float:none;
}
.application_wrap section .img_box{
	float:none;
	margin:0 auto;
	max-width:100%;
	width:50%;
}
.btn_intro_application{
	margin:10% auto 0;
}
}
@media screen and (max-width: 580px) {
.application_wrap{
	padding:0;
}
.participate_area {
    padding: 12% 3% 0;
}
.application_wrap section{
	float:none;
	width:100%;
	margin:0 0 18%;
}
.participate_area h1{
	font-size:16px;
}
.application_wrap section h2{
	font-size:15px;
	font-weight:normal;
}
.participate_area .cap{
	text-align:left;
	font-size:14px;
}
.application_wrap section .txt_box{
	font-size:14px;
}
.application_wrap section .txt_box span{
	font-size:12px;
}
.btn_intro_application{
	font-size:15px;
	padding:2% 0;
}
}


/***** 事業紹介のNews一覧（World） *****/
.w_intro .blog_hl_area {
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: -60px;
}

/***** 旅行事業者へ *****/
.intro_contact_area{
	padding:60px 0 82px;
	margin-top:-60px;
}
.intro_contact_area h1{
	background:url(images/intro/bg_intro_contact_area.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	padding:64px 3%;
}
.intro_contact_txt{
	color:#000;
	max-width:746px;
	margin:64px auto 16px;
	font-size:16px;
}
.intro_contact_small{
	max-width:746px;
	margin:0 auto 70px;
}
.intro_contact_area a{
  border-radius: 5px;
  background: #448aca;
  max-width: 480px;
  margin:0 auto;
  text-align:center;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  display:block;
  padding:20px 0;
}
.intro_contact_area a span{
	display:block;
	font-size:16px;
	font-weight:normal;
}
.intro_contact_area a:hover{
	text-decoration:none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	opacity:0.6;
}
@media screen and (max-width: 768px) {
.intro_contact_area{
	padding:50px 0 0;
	margin-top:-50px;
}
.intro_contact_area p{
	padding:0 3%;
}
}
@media screen and (max-width: 580px) {
.intro_contact_area{
	padding:40px 0 0;
	margin-top:-40px;
}
.intro_contact_area h1{
	font-size:16px;
	padding:10%;
}
.intro_contact_txt{
	margin:10% auto 5%;
}
.intro_contact_area p{
	font-size:15px;
}
.intro_contact_small{
	margin:0 auto 12%;
}
.intro_contact_small p{
	font-size:14px;
}
.intro_contact_area a{
	width:80%;
	padding:3% 0;
	font-size:16px;
}
.intro_contact_area a span{
	font-size:12px;
}
}

/***** フェードアニメーション *****/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*** 詳細ページギャラリー調整 add_20160911 ***/
.gallery {
	display:none;
}

.gallery.slick-slider{
	margin-bottom:6px;
}

.gallery-nav .slick-slide{
	margin:0 3px;
	opacity:0.5;
}

.gallery-nav .slick-slide.slick-current.slick-active, .gallery-nav .slick-slide:hover {
	opacity:1.0!important;
}

.gallery-nav .slick-slide:focus{
	outline: none;
}


.slick-slide iframe {
	width:100%;
}


/*.gallery_yt{
  position: relative!important;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0!important;
  overflow: hidden;
 }*/
/*.gallery_yt iframe{
position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.slick-prev, .slick-next{
    width: 32px!important;
    display: block!important;
    top: 50%!important;
    height: 32px!important;
    background-image: url('js/slick/controls.png')!important;
    cursor: pointer!important;
    position: absolute!important;
    z-index: 99!important;
    opacity: 0.5!important;
    -webkit-transition: opacity 0.35s linear 0s!important;
    transition: opacity 0.35s linear 0s!important;
}
.slick-prev:before, .slick-next:before{
	display:none!important;
}
.slick-prev {
    background-position: 0 0!important;
    left: 10px!important;
}
.slick-next {
    background-position: -32px 0!important;
    right: 10px!important;
}
.slick-prev:hover, .slick-next:hover{
	opacity:1.0!important;
}


/*** お問い合わせフォームリモーダル化 add_20160916 ***/
.contat_remodal .contact_page{
	padding-bottom:30px;
	background:#FDF8F8;
    border-radius: 10px!important;
}
.contat_remodal .contact_page .sendbtn input {
    margin: 20px auto 0 auto;
    background: #666;
    border-radius: 5px;
    height: 2.4em;
}


/*** OutBoundNewsページ変更調整 add_20161026 ***/
.slick-slider {
	margin-bottom:0!important;;
}

.slick-dots {
	bottom:8px!important;
}


/*** Youtube埋め込みサイズの設定 add_20161112 ***/
.yt_frame_wrap {
width:100%;
max-width:560px;
}
.yt_frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.yt_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* -------------------------------------------
プロモーションページ 20171214
--------------------------------------------*/
.promotion_page{
	line-height: 1.6;
}
.promotion_page img{
	width:100%;
}
/***** イントロ *****/
.promotion_page .bg_intro_mv_area{
    background: url(images/promotion/bg_intro_mv_area.jpg) right center / cover no-repeat;
    background-position: right center;
}
.tit_promotion_page{
	color:#555;
	font-size:22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.promotion_cnts_wrap{
	max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
	box-sizing: border-box;
	color: #504b43;
}
@media screen and (max-width: 580px) {
	.tit_promotion_page{
		font-size:128.6%;
		margin-bottom: 3%;
	}
	.promotion_cnts_wrap {
    	padding: 0 3%;
	}
}

/***** 事業説明 *****/
.promotion_page .business_area{
	margin-top:40px;
	padding-bottom: 60px;
}
.promotion_page .col2_wrap{
	overflow:hidden;
	margin: 40px 0;
}
.promotion_page .business_box{
	float: left;
    width: 48%;
    max-width: 480px;
    overflow: hidden;
}
.promotion_page .business_box:last-child{
	float: right;
}
.promotion_page .business_box p{
	font-size:12px;
	margin-top: 15px;
}
.btn_promotion_business{
	display: block;
	background: #eb6877;
    width: 240px;
	padding: 12px 0;
	margin:40px 0 0 auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    border-radius: 5px;
}
.btn_promotion_business:hover{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	opacity:0.6;
	text-decoration: none;
}
.btn_promotion_business:before {
    content: "\f105";
    font-family: Fontawesome;
	padding-right: 14px;
}
@media screen and (max-width: 768px) {
	.btn_promotion_business{
		margin:6% auto 0;
	}
}
@media screen and (max-width: 580px) {
	.promotion_page .business_area{
		margin-top:6%;
		padding-bottom:8%;
	}
	.promotion_page .col2_wrap{
		margin:5% 0 0;
	}
	.promotion_page .business_box {
    	float: none;
    	width: 100%;
    	max-width: 100%;
	    margin-bottom: 6%;
	}
}

/***** NICO連載中 *****/
.bg_nico_area{
	background:#f9f5e4;
	padding: 60px 0 70px;
}
.nico_area_inner{
	overflow:hidden;
}
.img_nico_area{
	max-width:310px;
	float: right;
	width:35%;
}
.txt_nico_area{
	max-width:550px;
	float: left;
	width:60%;
}
.txt_nico_area p{
	margin-bottom: 20px;
}
.txt_nico_area a{
	color: #0f47ff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
.txt_nico_area .fa-chevron-right{
	color: #f00;
	margin-right: 6px;
	vertical-align: middle;
}
.txt_nico_area .notice{
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	margin-top: 32px;
}
@media screen and (max-width: 580px) {
	.bg_nico_area{
		padding:6% 0;
	}
	.img_nico_area {
    	max-width: 100%;
    	float: none;
    	width: 60%;
    	margin: 2% auto 4%;
	}
	.txt_nico_area{
		float:none;
		width:100%;
	}
	.txt_nico_area p{
		margin-bottom:4%;
	}
	.txt_nico_area .notice{
		margin-top:3%;
	}
}

/***** 実績 *****/
.results_area{
	padding:50px;
}
.results_area h2{
	color: #555;
	font-size:18px;
	font-weight: bold;
	margin-top: 25px;
}
.results_box{
	overflow:hidden;
	padding:30px 0;
	position: relative;
}
.results_box:after{
    content: "";
    position: absolute;
	max-width: 768px;
    left: 50%;
    right: 0;
    bottom: 0;
	margin-left: -384px;
    border-bottom: 1px solid #ccc;
}
.results_box:last-child:after{
	display:none;
}
.img_results{
	width:200px;
	float: left;
	margin: 0 20px 0 0;
}
.tit_results_box{
	font-weight: bold;
}
.txt_results p{
	margin-top:24px;
}
@media screen and (max-width: 580px) {
	.results_area{
		padding:6% 3%;
	}
	.results_area h2{
		font-size:114.3%;
		margin-top:5%;
	}
	.results_box{
		padding:5% 0;
	}
	.results_box:after{
		width:80%;
		margin-left: -40%;
	}
	.img_results{
		width:30%;
		margin: 0 3% 0 0;
	}
	.txt_results p{
		margin-top:3%;
	}
}

/***** データ *****/
.data_catch{
	color: #555;
	font-size:20px;
	font-weight: bold;
}
.graf_wrap{
	overflow:hidden;
	margin:30px 0 50px; 
}
.graf_box{
	float:left;
	width:25%;
}
@media screen and (max-width: 580px) {
	.data_catch{
		font-size:114.3%;
	}
	.graf_wrap{
		margin:5% 0 8%;
	}
	.graf_box{
		width:50%;
		margin-top: 3%;
	}
}

/***** 協業の提案 *****/
.proposal_area{
	padding:130px 50px;
}
.tit_proposal{
	color: #ff6b08;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}
.proposal_catch{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.proposal_wrap{
	overflow:hidden;
}
.proposal_box{
	width:33.333%;
	float: left;
	margin: 50px 0 0;
	padding: 0 2%;
	box-sizing: border-box;
}
.proposal_box .fa{
	display: block;
	font-size:115px;
	text-align: center;
}
.proposal_box .fa-cutlery{
	color: #edbef3;
}
.proposal_box .fa-beer{
	color: #d4cb83;
}
.proposal_box .fa-book{
	color: #83d4cd;
}
.proposal_box .fa-shopping-cart{
	color: #5ff1a4;
}
.proposal_box .fa-file{
	color: #fae0b1;
}
.proposal_box h3{
	font-weight: bold;
	margin: 15px 0;
}
@media screen and (max-width: 580px) {
	.proposal_area{
		padding:14% 3% 8%;
	}
	.tit_proposal{
		font-size: 142.9%;
	}
	.proposal_catch{
		font-size:114.3%;
		margin: 3% 0;
	}
	.proposal_box{
		width:50%;
		margin: 10% 0 0;
	}
	.proposal_box .fa{
		font-size:60px;
	}
	.proposal_box h3{
		margin:10% 0 4%;
	}
	.proposal_box p{
		font-size:85.7%;
	}
}

/***** 提携実績 *****/
.bg_partner_area{
	background:#e2f3fd;
	position: relative;
}
.bg_partner_area:before{
	content: "";
	border-style: solid;
	border-width: 72px 70px 0 70px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -70px;
}
.partner_area{
	padding:80px 50px 30px;
}
.partner_area h2{
	color: #555;
	font-size:18px;
	font-weight: bold;
}
.partner_area .col2_wrap{
	margin:20px 0 0;
}
.partner_box{
	float: left;
    width: 48%;
    max-width: 450px;
    overflow: hidden;
}
.partner_box:last-child{
	float: right;
}
.partner_box p.partner_name{
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
}
@media screen and (max-width: 580px) {
	.bg_partner_area:before{
		border-width: 30px 40px 0 40px;
		margin-left: -40px;
	}
	.partner_area{
		padding:8% 3%;
	}
	.partner_area h2{
		font-size:114.3%;
	}
	.partner_area .col2_wrap{
		margin:0;
	}
	.partner_box{
		float: none;
		width:100%;
		margin: 6% auto 0;
	}
	.partner_box:last-child{
		float: none;
	}
	.partner_box p.partner_name{
		font-size:114.3%;
		margin-top: 2%;
	}
}

/***** 将来性 *****/
.future_area{
	background:#f9f5e4;
	max-width: 1000px;
	margin: 54px auto 60px;
	padding: 40px 40px 20px;
	box-sizing: border-box;
}
.tit_future_area{
	color: #94774a;
	font-size:24px;
	font-weight: bold;
	text-align: center;
}
.tit_future_area_sub{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 30px;
}
.future_area p{
	margin-bottom: 28px;
}
@media screen and (max-width: 580px) {
	.future_area{
		margin:10% auto 12%;
		padding:7% 3% 3%;
	}
	.tit_future_area{
		font-size: 142.9%;
	}
	.tit_future_area_sub{
		font-size:114.3%;
		margin: 2% 0 4%;
	}
	.future_area p{
		margin-bottom:5%;
	}
}

/***** お問い合わせ *****/
.promotion_page .contact_area{
	background:#fbe6fb;
	padding:78px 50px 88px;
}
.promotion_page .tit_contact_area{
	color: #555;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 5px;
}
.promotion_page .contact_area p{
	color: #555;
	font-size:18px;
	font-weight: bold;
	text-align:center;
}
.promotion_page .contact_area p.note{
	margin-top:10px;
	font-size:14px;
	font-weight: normal;
	text-align:center;
}
.promotion_page .contact_area .req{
	color:#F00;
}
.promotion_page .contact_area .contact_list{
	max-width:635px;
	margin: 40px auto 20px;
	overflow: hidden;
}
.promotion_page .contact_area .contact_list dt {
	float: left;
	clear: left;
	width: 175px;
	color: #333;
	font-weight: bold;
}
.promotion_page .contact_area .contact_list dd {
	width: 460px;
	margin-left: 175px;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.promotion_page .contact_area .contact_list dt{
	 float:none;
	 display:block;
	}
	.promotion_page .contact_area .contact_list dd{
	width: 100%;
	margin-left: 0;
	}
}
.promotion_page .contact_area .contact_list dd input{
	width:100%;
	padding: 2%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.promotion_page .contact_area .contact_list dd textarea{
	width:100%;
	height: 166px;
	padding: 2%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	resize: none;
}
.promotion_page input[type="submit"],
.promotion_page input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.promotion_page input[type="submit"]::-webkit-search-decoration,
.promotion_page input[type="button"]::-webkit-search-decoration {
  display: none;
}
.promotion_page input[type="submit"]::focus,
.promotion_page input[type="button"]::focus {
  outline-offset: -2px;
}
.promotion_page .contact_area .btn_contact input[type="submit"]{
	display: block;
	border-radius: 5px;
	background-color: rgb(68, 138, 202);
	width: 300px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	margin: 30px auto 0;
}



/******** TripAdvisor追加  ********/

.top_cap_area {
	top:25%!important;
}

.ta_ex_area {
	width: 400px;
	margin: 10px auto;
	font-size: 16px!important;
	text-align: center;
}

.ta_ex_area img {
	padding: 0px;
	background: #FFF;
	opacity: 0.8;
	box-sizing: border-box;
	display: inline-block;
	width: 40%;
	margin: 1%;
}

p.ta_ex_txt {
	font-size: 14px!important;
	font-weight: bold!important;
	text-align: center!important;
}


@media screen and (max-width: 880px) {
	.ta_ex_area.tab {
		display: block;
	}
	
	.ta_ex_area.smp {
		display: none!important;
	}
	.ta_ex_area {
		margin: 10px auto;
	}
}

@media screen and (max-width: 580px) {
	.ta_ex_area.tab {
		display: none;
	}
	
	.ta_ex_area.smp {
		display: block!important;
		padding-top: 3%;
	}
	
	.ta_ex_area {
	width: 90%;
	background: #FFF;
	opacity: 0.8;
	}
	.ta_ex_area img {
		opacity: inherit;
	}
	
	p.ta_ex_txt {
		text-align: center;
		padding-bottom:2%;
	}
}



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

20181128 JAPAN ACTIVITY PAGE UPADTE
アクティビティ出し分け

----------------------------------*/
			.tour_select_btn_area {
				overflow: hidden;
				width: 96%;
			    max-width: 1100px;
				margin: 0 auto 50px;
			}
			.tour_select_btn_area p a {
				display: block;
				float: left;
				width: 20%;
				margin: 30px 2.5%;
				padding: 10px 0;
				background: #eb6877;
				color: #fff;
				font-weight: bold;
				border-radius: 5px;
				text-align: center;
				cursor: pointer;
			    font-size: 162.5%;
			}
			.tour_select_btn_area p a:hover {
				opacity: 0.6;
				text-decoration: none;
			}
			.tour_select_btn_area .cap {
				font-size: 137.5%;
				text-align: center;
			}
			
			@media screen and (max-width:879px) {
			.tour_select_btn_area p a {
				width: 45%;
				margin: 20px 2.5%;
			}
			}
			@media screen and (max-width:879px) {
			.tour_select_btn_area p a {
				width: 45%;
				margin: 14px 2.5%;
			}
			}
			@media screen and (max-width:579px) {
			.tour_select_btn_area p a {
				width: 95%;
				margin: 14px 2.5%;
			}
			}
			
			
			.tour_cate {
				width: 96%;
			    max-width: 1100px;
    			margin: 30px auto;
    			padding-top: 80px;
    			margin-top: -80px;
    			border-bottom: 1px dotted #CCC;
    			padding-bottom: 60px;
			}
			.tour_cate:last-child{
				border-bottom: none;
			}
			.tour_cate h1 {
				text-align: left;
				margin: 30px auto 20px;
			    font-size: 175%;
				font-weight: bold;
			}
			.tour_cate .cap{
				font-size: 112.5%;
			}
			.inbound_tourlist_area .tour_list {
				margin-top: 0;
			}


/*
#oneday li.at_cate_private,
#oneday li.at_cate_corporate,
#oneday li.at_cate_academy {
	display: none!important;
}
#private li.at_cate_1day,
#private li.at_cate_corporate,
#private li.at_cate_academy {
	display: none!important;
}
#corporate li.at_cate_1day,
#corporate li.at_cate_private,
#corporate li.at_cate_academy {
	display: none!important;	
}

#academy li.at_cate_1day,
#academy li.at_cate_private,
#academy li.at_cate_corporate {
	display: none!important;
}
*/




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

20191225 チームビルディング

----------------------------------*/
.page_teambuilding{
	line-height: 1.6;
}
.page_teambuilding img{
	width: 100%;
}
.page_teambuilding .tit_border_wrap{
	text-align: center;
}
.page_teambuilding .tit_border .marker{
	display: inline;
	font-size: 171.4%;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.page_teambuilding .mv_area{
	color: #fff;
	text-align: center;
}
.page_teambuilding .mv_inner{
	background: url("images/teambuilding/mv.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 3% 40px;
}
.page_teambuilding .mv_inner .tag_line{
	font-size: 292.8%;
	font-weight: bold;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.8));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.8));
}
.page_teambuilding .mv_inner .cap{
	font-size: 142.9%;
	font-weight: bold;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.8));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.8));
	margin: 15px 0 40px;
}
.page_teambuilding .mv_inner .tit{
	max-width:990px;
	margin: 0 auto 22px;
}
.page_teambuilding .mv_inner .point{
	display:flex;
	justify-content: space-between;
	max-width:640px;
	margin: 0 auto;
}
.page_teambuilding .mv_inner .point div{
	display: flex;
	justify-content: center;
	align-items: center;
	width:164px;
	height: 160px;
	background:linear-gradient(180deg,#fef934 0%,#fef934 50%,#f1ec31 50%,#f1ec31 100%);
	border-radius: 50%;
}
.page_teambuilding .mv_inner .point div p{
	color: #363f58;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 1.8;
}
.page_teambuilding .mv_area .desc{
	font-size: 150%;
	font-weight: bold;
	line-height: 2.2;
	background: #00aae1;
	padding: 3%;
}
.page_teambuilding .bg_point_area{
	background: #f6f6f6;
	padding: 50px 3% 80px;
}
.page_teambuilding .point_area{
	max-width: 1134px;
	margin: 0 auto;
	box-sizing: border-box;
}
.page_teambuilding .point_area h1{
	width: 12%;
	margin: 0 auto 2%;
}
.page_teambuilding .point_area h2{
	color: #0094c1;
	font-size: 192.8%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .point_list{
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.page_teambuilding .point_list li{
	width: 342px;
	background: #fff;
}
.page_teambuilding .point_list li .txt_wrap{
	padding: 35px 0 55px;
}
.page_teambuilding .point_list li .tit{
	color: #2a5082;
	font-size: 142.9%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .point_list li .desc{
	font-size: 114.3%;
	padding: 40px 15px 0;
}
.page_teambuilding .support_area{
	padding: 90px 3% 150px;
	box-sizing: border-box;
}
.page_teambuilding .support_list{
	display: flex;
	justify-content: space-between;
	max-width: 1030px;
	margin: 96px auto 0;
}
.page_teambuilding .support_list li{
	width: 27%;
	text-align: center;
}
.page_teambuilding .support_list li .icon{
	width: 35%;
	margin: 0 auto;
}
.page_teambuilding .support_list li .tit{
	color: #2a5082;
	font-size: 171.4%;
	font-weight: bold;
	margin: 40px 0;
}
.page_teambuilding .support_list li .desc{
	font-size: 114.3%;
	line-height: 1.7;
}
.tbg_contact{
	position: relative;
	background: #ffdede;
	padding: 50px 3% 14px;
}
.tbg_contact .desc{
	color: #af270d;
	font-size: 171.4%;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.tbg_contact a{
	display: block;
	max-width:510px;
	margin: 46px auto 0;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	background: #ff6948;
	box-shadow: 0px 6px 0px #af270d;
	border-radius:10px;
	padding: 14px 0;
}
.bg_tbg_contact{
	margin-top: -1px;
}
.page_teambuilding .greeting_area{
	max-width: 1134px;
	margin: 0 auto;
	padding: 70px 0 126px;
	box-sizing: border-box;
}
.page_teambuilding .greeting_inner{
	overflow: hidden;
	margin-top: 90px;
}
.page_teambuilding .greeting_inner .img{
	float: left;
	width:274px;
	margin: 8px 38px 0 96px;
}
.page_teambuilding .greeting_inner p{
	float: right;
	width: 726px;
	font-size: 114.3%;
	line-height: 1.7;
}
.page_teambuilding .introduction_area{
	text-align: center;
	background: #f1fdff;
	padding-bottom: 40px;
}
.page_teambuilding .introduction_area h1{
	color: #fff;
	font-size: 171.4%;
	font-weight: bold;
	background: #00aae1;
	padding: 19px 3%;
}
.page_teambuilding .introduction_area .cap{
	color: #2a5082;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 1.7;
	margin: 74px 0 50px;
	padding: 0 3%;
}
.page_teambuilding .introduction_area .desc{
	font-size: 114.3%;
	line-height: 1.7;
	padding: 0 3%;
}
.page_teambuilding .task_area{
	padding: 90px 3% 0;
}
.page_teambuilding .task_inner{
	margin-top: 60px;
}
.page_teambuilding .task_box{
	max-width: 928px;
	margin: 0 auto 28px;
	padding-bottom: 50px;
	background: #fbfeef;
}
.page_teambuilding .task_box h3{
	color: #fff;
	font-size: 128.6%;
	font-weight: bold;
	background: #799900;
	padding: 12px 34px;
	box-sizing: border-box;
}
.page_teambuilding .task_box .catch{
	color: #5d7201;
	font-size: 128.6%;
	font-weight: bold;
	margin: 34px 34px 20px;
}
.page_teambuilding .task_box .desc{
	font-size: 114.3%;
	margin: 0 34px;
	line-height: 1.7;
}
.page_teambuilding .price_area{
	background: #f1fdff;
	padding: 96px 3% 85px;
}
.page_teambuilding .price_area h1{
	font-size: 171.4%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .price_area .cap{
	font-size: 128.6%;
	text-align: center;
	line-height: 1.8;
	margin: 48px 0 60px;
}
.page_teambuilding .price_area .pc_img{
	display: block;
}
.page_teambuilding .price_area .smp_img{
	display: none;
}
.page_teambuilding .program_wrap{
	max-width: 1084px;
	margin: 0 auto;
}
.page_teambuilding .program_wrap dl{
	margin: 40px 0 80px;
}
.page_teambuilding .program_wrap dl dt{
	float: left;
	clear: left;
	font-size: 107.1%;
}
.page_teambuilding .program_wrap dl dd{
	margin-left: 32%;
	margin-bottom: 20px;
	font-size: 107.1%
}
.page_teambuilding .price_area .catch{
	text-align: center;
}
.page_teambuilding .price_area .catch p{
	display: inline-block;
	color: #fff;
	font-size: 142.9%;
	font-weight: bold;
	line-height: 2.2;
	background: #00aae1;
	padding: 20px 43px;
}
.page_teambuilding .example_area{
	max-width:1030px;
	margin: 0 auto;
	padding: 100px 3% 40px;
}
.page_teambuilding .example_area h1{
	color: #0094c1;
	font-size: 192.9%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .example_area .cap{
	font-size: 128.6%;
	line-height: 1.7;
	text-align: center;
	margin-top: 50px;
}
.page_teambuilding .example_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
}
.page_teambuilding .example_list li{
	position: relative;
	width:310px;
	background: #f9f9f9;
	margin-bottom: 68px;
}
.page_teambuilding .example_list li:nth-child(n+4){
	margin-bottom: 0;
}
.page_teambuilding .example_list li .num{
	position: absolute;
	width:60px;
	top: -40px;
	right: 5px;
}
.page_teambuilding .example_list li .tit{
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
	margin-top: 26px;
}
.page_teambuilding .example_list li .tit:after{
	content: "";
	display: block;
	width: 250px;
	height: 2px;
	background:#000;
	margin: 2px auto 15px;
}
.page_teambuilding .example_list li .desc{
	font-size: 114.3%;
	line-height: 1.8;
	margin: 0 11px 36px
}
.page_teambuilding .bg_reason_area{
	background: #f6f6f6;
	padding: 108px 3% 136px;
}
.page_teambuilding .reason_area{
	max-width: 1134px;
	margin: 0 auto;
	box-sizing: border-box;
}
.page_teambuilding .reason_area h1{
	color: #0094c1;
	font-size: 192.8%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .reason_list{
	display: flex;
	justify-content: space-between;
	margin: 4% 0 100px;
}
.page_teambuilding .reason_list li{
	width: 342px;
	background: #fff;
}
.page_teambuilding .reason_list li .txt_wrap{
	padding: 15px 15px 35px;
}
.page_teambuilding .reason_list li .desc{
	font-size: 114.3%;
}
.page_teambuilding .tit_voice{
	font-size: 171.4%;
	font-weight: bold;
	text-align: center;
}
.page_teambuilding .voice_wrap{
	max-width: 1134px;
	margin: 56px auto 0;
	padding: 0 80px;
	background:#fff;
	box-sizing: border-box;
}
.page_teambuilding .voice_box{
	padding: 32px 0;
	border-top: 1px solid #ccc;
}
.page_teambuilding .voice_box:first-of-type{
	border-top: none;
}
.page_teambuilding .voice_box p{
	font-size: 114.3%;
	line-height: 1.8;
}
.page_teambuilding .voice_box .name{
	margin-top: 24px;
}
.page_teambuilding .contact_area{
	background:#f1fdff;
	padding:134px 3% 100px;
}
.page_teambuilding .tit_contact_area{
	font-size:171.4%;
	font-weight: bold;
	text-align:center;
	margin-bottom: 40px;
}
.page_teambuilding .contact_area p{
	font-size:114.3%;
	font-weight: bold;
	text-align:center;
}
.page_teambuilding .contact_area p.note{
	margin-top:10px;
	font-weight: normal;
	text-align:center;
}
.page_teambuilding .contact_area .req{
	color:#F00;
}
.page_teambuilding .contact_area .contact_list{
	max-width:850px;
	margin: 60px auto 0;
	overflow: hidden;
}
.page_teambuilding .contact_area .contact_list dt {
	float: left;
	clear: left;
	width: 240px;
}
.page_teambuilding .contact_area .contact_list dt span{
	font-size: 114.3%;
	font-weight: bold;
}
.page_teambuilding .contact_area .contact_list dd {
	max-width: 610px;
	margin-left: 240px;
	margin-bottom: 50px;
}
.page_teambuilding .contact_area .contact_list dd input,
.page_teambuilding .contact_area .contact_list dd textarea{
	font-size: 16px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
}
.page_teambuilding .contact_area input[type="submit"],
.page_teambuilding .contact_area input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.page_teambuilding .contact_area input[type="submit"]::-webkit-search-decoration,
.page_teambuilding .contact_area input[type="button"]::-webkit-search-decoration {
  display: none;
}
.page_teambuilding .contact_area input[type="submit"]::focus,
.page_teambuilding .contact_area input[type="button"]::focus {
  outline-offset: -2px;
}
.page_teambuilding .contact_area .contact_area .btn_contact input[type="submit"]{
	display: block;
	border-radius: 5px;
	background-color: rgb(68, 138, 202);
	width: 300px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	margin: 30px auto 0;
}
.page_teambuilding .contact_area .btn_contact input[type="submit"] {
    display: block;
    max-width: 500px;
	width: 100%;
    height: 78px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 80px auto 0;
	background: #ff6948;
	box-shadow: 0px 6px 0px #af270d;
	border-radius:10px;
}
.pc_br{
	display: block;
}
.smp_br{
	display:none;
}
@media screen and (max-width: 1150px) {
	.page_teambuilding .greeting_inner{
		padding: 0 3%;
	}
	.page_teambuilding .greeting_inner .img{
		width: 24%;
		margin: 1% 4% 0 0;
	}
	.page_teambuilding .greeting_inner p{
		width: 72%;
	}
}
@media screen and (max-width: 1100px) {
	.page_teambuilding .point_list li,
	.page_teambuilding .reason_list li{
		width: 32%;
	}
	.page_teambuilding .point_list li .txt_wrap{
		padding: 5% 3% 6%;
	}
	.page_teambuilding .support_list li{
		width: 30%;
	}
	.page_teambuilding .example_list li{
		width: 32%;
	}
}
@media screen and (max-width: 768px) {
	.page_teambuilding .mv_inner .tag_line{
		font-size: 257.1%;
	}
	.page_teambuilding .bg_point_area{
		padding: 6% 3% 10%;
	}
	.page_teambuilding .point_area h2{
		font-size: 178.6%;
	}
	.page_teambuilding .point_list li .txt_wrap{
		padding: 5% 0 6%;
	}
	.page_teambuilding .point_list li .tit{
		font-size: 100%;
	}
	.page_teambuilding .point_list li .desc{
		font-size: 85.7%;
		padding: 5% 3%;
	}
	.page_teambuilding .support_area{
		padding: 8% 3% 10%;
	}
	.page_teambuilding .support_list{
		margin: 8% auto 0;
	}
	.page_teambuilding .support_list li .tit{
		font-size: 142.9%;
		margin: 8% 0;
	}
	.page_teambuilding .support_list li .desc{
		font-size: 100%;
	}
	.tbg_contact{
		padding: 5% 3% 3%;
	}
	.tbg_contact .desc{
		font-size: 142.9%;
	}
	.tbg_contact a{
		max-width: none;
		width: 60%;
		font-size: 157.1%;
		margin: 4% auto 0;
	}
	.page_teambuilding .greeting_area{
		padding: 6% 3% 10%;
	}
	.page_teambuilding .greeting_inner{
		margin-top: 8%;
	}
	.page_teambuilding .introduction_area{
		padding-bottom: 6%;
	}
	.page_teambuilding .introduction_area .cap{
		margin: 6% 0;
	}
	.page_teambuilding .task_area{
		padding: 6% 3% 0;
	}
	.page_teambuilding .task_inner{
		margin-top: 8%;
	}
	.page_teambuilding .task_box{
		margin: 0 auto 4%;
		padding-bottom: 6%;
	}
	.page_teambuilding .task_box h3{
		padding: 2% 3%;
	}
	.page_teambuilding .task_box .catch{
		margin: 4% 3% 2%;
	}
	.page_teambuilding .task_box .desc{
		margin: 0 3%;
	}
	.page_teambuilding .price_area{
		padding: 10% 3% 8%;
	}
	.page_teambuilding .price_area .cap{
		margin: 6% 0 8%;
	}
	.page_teambuilding .program_wrap dl{
		margin: 5% 0 8%;
	}
	.page_teambuilding .price_area .catch p{
		font-size: 114.3%;
		padding: 3%;
	}
	.page_teambuilding .example_area{
		padding: 8% 3% 6%;
	}
	.page_teambuilding .example_area h1{
		font-size: 178.6%;
	}
	.page_teambuilding .example_area .cap{
		margin-top: 6%;
	}
	.page_teambuilding .example_list{
		margin-top: 14%;
	}
	.page_teambuilding .example_list li{
		margin-bottom: 8%;
	}
	.page_teambuilding .example_list li .num{
		width: 26%;
		top: -12%;
		right: 2%;
	}
	.page_teambuilding .example_list li .tit{
		font-size: 100%;
		margin-top: 8%;
	}
	.page_teambuilding .example_list li .desc{
		font-size: 85.7%;
		margin: 0 3% 12%;
	}
	.page_teambuilding .example_list li .tit:after{
		width: 80%;
		margin: 2px auto 6%;
	}
	.page_teambuilding .bg_reason_area{
		padding: 10% 3%;
	}
	.page_teambuilding .reason_area h1{
		font-size: 178.6%;
	}
	.page_teambuilding .reason_list{
		margin: 4% 0 10%;
	}
	.page_teambuilding .reason_list li .txt_wrap{
		padding: 6%;
	}
	.page_teambuilding .tit_voice{
		font-size: 157.1%;
	}
	.page_teambuilding .voice_wrap{
		margin: 6% auto 0;
		padding: 0 8%;
	}
	.page_teambuilding .voice_box:first-of-type{
		padding: 6% 0;
	}
	.page_teambuilding .voice_box .name{
		margin-top: 4%;
	}
	.page_teambuilding .contact_area{
		padding: 10% 6% 6%;
	}
	.page_teambuilding .tit_contact_area{
		margin-bottom: 3%;
	}
	.page_teambuilding .contact_area .contact_list{
		margin: 6% auto 0;
	}
	.page_teambuilding .contact_area .contact_list dt{
		width: 26%;
	}
	.page_teambuilding .contact_area .contact_list dd{
		margin-left: 26%;
		margin-bottom: 6%;
	}
	.page_teambuilding .contact_area .btn_contact input[type="submit"]{
		max-width: none;
		width: 60%;
		font-size: 157.1%;
		margin: 8% auto 0;
	}
}
@media screen and (max-width: 640px) {
	.pc_br{
		display: none;
	}
	.smp_br{
		display:block;
	}
	.page_teambuilding .tit_border .marker{
		font-size: 142.9%;
	}
	.page_teambuilding .mv_inner{
		padding: 10% 3%;
		background: url("images/teambuilding/mv.jpg") no-repeat center right 20%;
		background-size: cover;
	}
	.page_teambuilding .mv_inner .tag_line{
		font-size: 200%;
	}
	.page_teambuilding .mv_inner .point div{
		width: 110px;
		height: 110px;
	}
	.page_teambuilding .mv_inner .point div p{
		font-size: 100%;
		line-height: 1.4;
	}
	.page_teambuilding .mv_area .desc{
		font-size: 128.6%;
	}
	.page_teambuilding .point_area h1{
		width: 30%;
		margin: 0 auto 3%;
	}
	.page_teambuilding .point_list{
		margin-top: 6%;
	}
	.page_teambuilding .point_area h2,
	.page_teambuilding .example_area h1,
	.page_teambuilding .reason_area h1,
	.page_teambuilding .tit_voice{
		font-size: 142.9%;
	}
	.page_teambuilding .point_list,
	.page_teambuilding .reason_list{
		display: block;
	}
	.page_teambuilding .point_list li,
	.page_teambuilding .reason_list li{
		width: 100%;
		margin-bottom: 6%;
	}
	.page_teambuilding .point_list li .txt_wrap{
		padding: 6% 3%;
	}
	.page_teambuilding .point_list li .tit,
	.page_teambuilding .example_list li .tit{
		font-size: 128.6%;
	}
	.page_teambuilding .point_list li .desc,
	.page_teambuilding .example_list li .desc{
		font-size: 114.3%;
		padding: 5% 0 0;
	}
	.page_teambuilding .support_list{
		display: block;
	}
	.page_teambuilding .support_list li{
		width: 100%;
		margin-bottom: 10%;
	}
	.page_teambuilding .support_list li .tit{
		margin: 6% 0;
	}
	.page_teambuilding .support_list li .desc{
		font-size: 114.3%;
		width: 80%;
		margin: 0 auto;
	}
	.tbg_contact{
		padding:6% 3% 8%;
	}
	.tbg_contact .desc{
		font-size: 128.6%;
	}
	.tbg_contact a{
		width: 80%;
		padding: 3% 0;
		font-size: 128.6%;
	}
	.page_teambuilding .greeting_inner .img{
		float: none;
		width: 70%;
		margin: 0 auto 6%;
	}
	.page_teambuilding .greeting_inner p{
		float: none;
		width: 100%;
	}
	.page_teambuilding .introduction_area h1{
		font-size: 142.9%;
		padding: 4% 3%;
	}
	.page_teambuilding .introduction_area .cap,
	.page_teambuilding .introduction_area .desc{
		text-align: left;
	}
	.page_teambuilding .task_area .tit_border .marker{
		font-size: 128.6%;
	}
	.page_teambuilding .task_box h3{
		padding: 4% 6%;
	}
	.page_teambuilding .task_box .catch{
		margin: 6% 6% 3%;
	}
	.page_teambuilding .task_box .desc{
		margin: 0 6%;
	}
	.page_teambuilding .price_area .cap{
		font-size: 114.3%;
		text-align: left;
	}
	.page_teambuilding .price_area .pc_img{
		display: none;
	}
	.page_teambuilding .price_area .smp_img{
		display: block;
	}
	.page_teambuilding .price_area .smp_img img{
		display: block;
		margin-bottom: 3%;
	}
	.page_teambuilding .program_wrap dl dt{
		float: none;
		font-weight: bold;
	}
	.page_teambuilding .program_wrap dl dd{
		margin-left: 0;
		margin-bottom: 6%;
	}
	.page_teambuilding .price_area .catch p{
		line-height: 1.8;
	}
	.page_teambuilding .example_area .cap{
		font-size: 114.3%;
		text-align: left;
	}
	.page_teambuilding .example_list{
		display: block;
	}
	.page_teambuilding .example_list li{
		width: 100%;
		margin-bottom: 20%;
	}
	.page_teambuilding .example_list li:nth-child(n+4){
		margin-bottom: 20%;
	}
	.page_teambuilding .example_list li:last-child{
		margin-bottom: 6%;
	}
	.page_teambuilding .example_list li .num{
		width: 16%;
	}
	.page_teambuilding .example_list li .desc{
		padding: 0 3% 12%;
		margin: 0;
	}
	.page_teambuilding .contact_area .contact_list dt{
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	.page_teambuilding .contact_area .contact_list dd{
		margin-left: 0;
	}
	.page_teambuilding .contact_area .btn_contact input[type="submit"]{
		width: 80%;
		height: 60px;
		font-size: 128.6%;
	}
}
@media screen and (max-width: 320px) {
	.page_teambuilding .mv_inner .point div{
		width: 94px;
		height: 94px;
	}
	.page_teambuilding .mv_inner .point div p{
		font-size: 85.7%;
	}
}


