@charset "utf-8";

@import url("https://www.mwt.co.jp/common/css/reset.css");
@import url("https://www.mwt.co.jp/common/css/layout.css");
@import url("https://www.mwt.co.jp/kaigai/common/css/internal_links.css");
@import url("https://www.mwt.co.jp/kaigai/tabipad/common/css/header-contact.css");
@import url("https://www.mwt.co.jp/cruise/css/tabipad_gnavi.css");
@import url("https://www.mwt.co.jp/cruise/css/slicknav.css");

/*-----------------------------------------------------------FILE:COMMON*/



/*-----------------------------------------------breadcrumb*/

#breadcrumb {
	width:950px;
	margin:5px auto;
	font-size:12px;
}

#bread_crumb {
	border-top:1px solid #99CC99;
	border-bottom:1px solid #99CC99;
	padding:0.5em;
	font-size:1em;
	min-height:2.3em;
}
#bread_crumb a {
	color:#8fd08f;
}
#bread_crumb strong {
	font-weight:normal;
	color:#666666;
}

/*-----------------------------------------------------------clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-----------------------------------------------------------hide-text*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*-----------------------------------------------------------opacity*/

.opacity a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
}


/*-----------------------------------------------------------common*/
dl,dt,dd,ul,li,ol,li {
	margin:0;
	padding:0;
	text-decoration:none;
}
a, a:link {
	text-decoration:none !important;
    color: #0000bb;

}
a:hover {
	color:#333333;

}
img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
body {
	/*background:url("../img/bg01.jpg");*/
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	font-size: 13px !important;
}


.ming {
	font-family:"小塚明朝 Pro","HG明朝B", "ヒラギノ明朝 Pro W3","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","HG明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#header {
	height: 90px;
	width: 100%;
	margin-bottom: 0px;
}
.w950 {
	width:950px;
	margin:0 auto;
}
br.sp {
	display:none;
}
br.pc {
	display:block;
}
.sp {
	display:none;
}
.pc {
	display:block;
}
.t_small {
	font-size:0.85em;
}
.menu_ttl{
    display: none;
}
/*-----------------------------------------------------------backpage*/
.backbtn {
	margin:0 auto 0;
}
.go_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:600;
}
 
.go_top a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 3px;
  width: 4em;
  height: 4em;
  background:url(../img/icon_up.png) no-repeat center #99CC99 !important;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-indent:-1000px;
  overflow:hidden;
}
 
.go_top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#inner_menu .icon{
    display: inline-block;
    position: fixed;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    right: -1% !important;
    float: right;
    z-index: 100;
}

    
/*-----------------------------------------------------------marker*/

.marker_red {display:inline-block; background-color: #CC0000; color:#FFFFFF; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_purple{display:inline-block; background-color: #e1cbd8; color:#82275D; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_blue {display:inline-block; background-color: #d2e8f1; color:#1880AC; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_marin {display:inline-block; background-color: #00A0C1; color:#FFFFFF; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_green {display:inline-block; background-color: #e8f0d4; color:#527300; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_navy {display:inline-block; background-color: #3264B3; color:#FFFFFF; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_pink {display:inline-block; background-color: #ffcccc; color:#FF575A; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_orange {display:inline-block; background-color: #ffe199; color:#FF6E00; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_yellow {display:inline-block; background-color: #ffffcc; color:#FF9E00; padding:0.3em 0.3em 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_w_heritage {display:inline-block; background-color:#BB9E70; color:#FFFFFF; padding:0.3em 0.5em 0.2em 0.5em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_w_heritage2 {display:inline-block; background-color:#3264B3; color:#FFFFFF; padding:0.2em 0.5em 0.1em 0.5em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_gray {display:inline-block; background-color:#B7B7B7; color:#FFFFFF; padding: 0.35em 0.3em 0.3em 0.3em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px;}
.marker_white {display:inline-block; background-color:#fff; color:#000; padding: 0.35em 0.3em 0.25em 0.3em; margin:0 1% 0.4% 0; font-size:0.9em; border-radius: 4px; border: 1px solid #000;}
.marker_white2 {display:inline-block; background-color:#fff; color:#000; padding: 0.18em 0.2em 0 0.2em; margin:0 1% 0.4% 0; font-size:0.9em; border: 1px solid #000;}
.marker_chumoku {display:inline-block; background-color:#ee0000; color:#FFFFFF; padding:0.1em 0.3em 0 0.3em; margin:0 1% 0.4% 0; font-size:0.9em; border: 1px solid #fff;}
.marker_keiko {display:inline; background-color:#FFFA7E; color:#000000; padding:0 0.3em 0 0.3em;}
.marker_keiko_org {display:inline; background-color:#FFE5A7; color:#000000; padding:0 0.3em 0 0.3em;}
.marker_keiko_blu {display:inline; background-color:#CEF9FF; color:#000000; padding:0 0.3em 0 0.3em;}
.marker_keiko_grn {display:inline; background-color:#D8FFAA; color:#000000; padding:0 0.3em 0 0.3em;}

.point_red {display:inline-block; color:#ee0000; font-weight: bold; font-size: 1.2em; padding: 0.15em 0.2em 0.1em 0.25em;}
.point_red2 {display:inline-block; color:#ee0000; font-weight: bold; font-size: 1.25em; border: 1px solid #ee0000; border-radius: 5px; padding: 0.15em 0.2em 0.08em 0.25em; background: #FFFCDB; margin-bottom: 0.4em !important;}
.point_red3 {display:inline-block; color:#ee0000; font-weight: bold; font-size: 1.15em; border: 1px solid #ee0000; border-radius: 5px; padding: 0.15em 0.2em 0.08em 0.25em; background: #ffffff;}
.point_pink {display:inline-block; color:#FF91A5; font-weight: bold; font-size: 1.35em; padding: 0.15em 0.2em 0.1em 0.25em;}
.point_blue { display:inline-block; color:#004DC4; font-weight: bold; border: 1px solid #004DC4; background: #FFFCDB; border-radius: 5px; padding: 0.15em 0.2em 0.08em 0.25em; background: #fff; font-size: 1.15em;}
.point_blue2 { display:inline-block; color:#004DC4; font-weight: bold; font-size: 1.25em padding: 0.15em 0.2em 0.08em 0.25em;}
.point_orange {display:inline-block; color:#FF9E00; font-weight: bold; padding: 0.15em 0.2em 0.1em 0.25em;}

.price_impact {
	font-weight:bold;
	color:#ee0000;
	/*font-size: 120% !important;*/
	margin:0;
	width:auto;
}
/*-----------------------------------------------------------------------cruise_menu*/
#cruise_menu {
/*	position:relative;*/
	background:url(https://www.mwt.co.jp/cruise/img/gm_bg2.gif) repeat ;
	z-index:500;
}
#cruise_menu h3 {
	display:inline-block;
	vertical-align:middle;
	width:17%;
	height:60px;
	overflow:hidden;
	text-indent:-2000px;
	background:url(https://www.mwt.co.jp/cruise/img/gm_title_sp2.png) no-repeat center;
	background-size:96%;
	z-index:600;
}
#cruise_menu h3 a {
	display:block;
	width:100%;
	height:100%;
}
#cruise_menu p.lead {
	display:inline-block;
	vertical-align:middle;
	width:18%;
	margin:0;
	padding:1% 0 0 0;
	color:#FFFFFF;
	font-size:1em;
}
#cruise_menu ul {
	display:inline-block;
	vertical-align:middle;
	width:63%;
	height:80%;
	margin:0;
	padding:0;
}
#cruise_menu ul li {
	display:inline-block;
	width:16%;
	height:80%;
	margin: 0;
	padding:0; 
	font-size:12px;
}
#cruise_menu ul li a {
	display:block;
	width:100%;
	height:100%;
	padding:15% 0;
	text-align:center;
	margin:0;
	background-color: rgba(109,90,61,0.5);
	font-weight:normal;
	color:#FFFFFF;
	border-radius: 3px;
}
#cruise_menu ul li:nth-child(5){
	font-size:11px;
}
#cruise_menu ul li:nth-child(6){
	font-weight: bolder;
	background: #FF9A9A;
	color: #ffffff;
}

#default {
	position:relative;
	top:0;
	right:0;
}
/*固定*/
.nav {
    font-size: 85%;
	z-index:500;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/*--------------------------------------------------- ------
				クルーズナビのタブレット対応
-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
#cruise_menu p.lead {
	display:none;
}
#cruise_menu ul {
	width:80%;
}

}
/*--------------------------------------------------- ------
			　　クルーズナビのスマホ対応
-----------------------------------------------------------*/
@media screen and (max-width:480px) {
#cruise_menu {
	position:relative;

}
#cruise_menu ul {
	display:block;
	width:100%;
}
#cruise_menu ul li {
	float:none;
	display:block;
 vertical-align: middle;
	width:100%;
	height:3em;
	margin:0 1px 0 0;
	padding:0; 
}

#cruise_menu h3 {
	position:absolute;
	top:-0.5em;
	left:0.5em;
	z-index:600;
	width:13em;
}
#cruise_menu p.lead {
	display:none;
}
#cruise_menu ul li {
	margin:1% 0 0 0;

}
#cruise_menu ul li a {
	padding:3% 0;
}
#default {
	background:url(../img/gm_title_sp2.png) no-repeat;*/
	background-position:10px 5px;
	background-size:140px auto;
}


/*固定*/
.nav {
    font-size: 85%;
	z-index:500;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

}

/*------------------------------------------------------------------------------------BLOCK_COMMON*/
.sub_title_set {
	width:100%;
	text-align:center;
}
.sub_title_set p.title_icon {
	display:inline-block;
	background:url(../img/bg_green.png);
	padding:1% 3%;
	border:3px double #FFFFFF;
	color:#FFFFFF;
}
.sub_title_set p:last-of-type{
	margin-bottom: 2em !important;
}
.sub_title_set h4 {
	font-size:2em;
	color:#666666;
	margin:2% 0 5% auto;
	font-weight:normal;
}

#recommended_area .sub_title_set h4 {
	font-size:2em;
	color:#666666;
	margin:2% 0 2% auto;
	font-weight:normal;
}


#recommended_area .sub_title_set h4 + p {
	margin-bottom:2em;
    text-align: center;
    margin: auto;
}

/*-----------------------------------------------------------------------Ship_list*/


#ship_list {
	background:#F5F5F5;
	border-top:1px solid #ececec;
	padding:6% 0 10% 0;
}
#ship_list .w950 {
}
#ship_list #ca_casual,
#ship_list #ca_premium,
#ship_list #ca_luxury {
	position:relative;
	top:-100px;
	text-indent:-2000px;
	overflow:hidden;
}

#ship_list h5{
	font-size:22px;	
	font-weight:normal;
	margin:50px 0 20px 0;
	padding-left:25px;
	border-style:solid;
	border-width:0 0 5px 0;
	line-height:1;
}
#ship_list h5.h5jap{
	color:#319D8B;
	background:url(../img/icon_anchor04.png) no-repeat left top;
	background-size:18px;
	border-image:url(../img/line_green.png) 15 round;
}

#ship_list h5.h5cas{
	color:#6699CC;
	background:url(../img/icon_anchor01.png) no-repeat left top;
	background-size:18px;
	border-image:url(../img/line_blue.png) 15 round;
}
#ship_list h5.h5pre{
	color:#997F48;
	background:url(../img/icon_anchor02.png) no-repeat left top;
	background-size:18px;
	border-image:url(../img/line_brown.png) 15 round;
}
#ship_list h5.h5lux{
	color:#996699;
	background:url(../img/icon_anchor03.png) no-repeat left top;
	background-size:18px;
	border-image:url(../img/line_purple.png) 15 round;
}


#ship_list h5 strong {
	font-size:14px;
	margin-left:1em;
	font-weight:normal;
}
.ship_class_casual{
}

#ship_list dl{
	float: left;
	width:25%;
	min-height:24.5em;
	padding:1.5%;
	background:#FFFFFF;
	border-right:3px solid #F5F5F5;
	border-bottom:3px solid #F5F5F5;
}
#ship_list dl.jp{
	float: left;
	width:33.3%;
	min-height:24.5em;
	padding:1.5%;
	background:#FFFFFF;
	border-right:3px solid #F5F5F5;
	border-bottom:3px solid #F5F5F5;
}
#ship_list dl.list_extra{
	min-height:49em;/*#ship_list dl の2倍*/
}
#ship_list dt{
	position:relative;
	display:table;
	vertical-align:middle;
	margin-bottom:0.5em;
	width:100%;
	border-bottom:3px double #CCCCCC;
}
#ship_list dt strong {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:3em;
}

#ship_list dt p:nth-child(3){

	color:#CCCCCC;
	margin-bottom:0.2em;
	font-size:0.9em;
}

#ship_list dd  {
	padding:2% 0;
	font-size:0.9em;
}
#ship_list dd a{
	color:#333333;
}
#ship_list dd a:hover {
	background:#F8F6D8;
}
#ship_list dd:nth-child(1){
	margin:0 0 5px 0;
	padding:0;
}
#ship_list dd:nth-child(1) img{
	height:100%;
}
#ship_list .to_ship_tour a {
	position:absolute;
	top:0;
	left:0;	
	display:block;
	width:100%;
	height:100%;
	text-indent:-2000px;
	overflow:hidden;
}
.ship_class_japanese dl dd a img{
	width:100%;
	margin-bottom:0.5em;
}
#ship_list .nolinks{
    color: #aaaaaa;
    pointer-events: none;
}
#ship_list img.cunardline{
    width: 100%;
}
/*------------------------------------------------------------------------------------Search*/
#search {
	background:#FFF;
	border-top:1px solid #ececec;
	padding:6% 0 10% 0;
}
#search .w950 {

}
/*-----------------------------------------------------------------------MAP*/


.map_area {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 0;
}
.map_area p.mapimg {

}
.map_area p.mapimg img {
	width:100%;
}

.map_area h5 {
	color:#6db66d;
	font-size:22px;
	background:url(../img/icon_earth.png) no-repeat left top;
	background-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding-left:25px;
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:0 0 5px 0;
	line-height:1;
}
.map_area h5 strong {
	font-size:14px;
	margin-left:1em;
	font-weight:normal;
}
.map_wrap {
	position:relative;
}
ul#map {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:100% auto;
}

#map li {
	border:2px solid #BBB294;
}
#map li:hover {
	background-color:#DDBF67;
}
#map li a {
	display:block;
	width:100%;
	height:100%;
	color:#ffffff;
}

#map li strong {
	display:block;
	padding:3px 5px 1px 5px;
	font-weight:normal;
	text-align:center;
	background:url(../img/map_btn_bg2.png);
	letter-spacing:-1px;
}
#map li span {
	background:#FFFFFF;
	display:block;
	font-size:12px;
	line-height:1.4;
	color:#333333;
	text-align:left;
	padding:5px;
}
#map li {position:absolute;}
.btn_jpn {top:40%; left:46%;}
.btn_jpn_ex {top:48%; left:46%;}
.btn_eur {top:4%; left:4%;}
.btn_asi {top:15%; left:28%;}
.btn_hwi{top:40%; left:65%;}
.btn_oce {top:57%; right:30%;}
.btn_als {top:4%; right:4%;}
.btn_crb {top:22%; right:4%;}

.btn_s_ame {top:57%; right:4%;}
.btn_afr {top:40%; left:10%;}
.btn_wld {bottom:8%; left:4%;}
.btn_riv {bottom:8%; left:65%;}



/*-----------------------------------------------------------------------Purpose_box*/
.purpose_box {
	float:right;	
	width:102%;
	margin:50px 0 0 -330px;
	padding:0 0 0 330px;

}
.purpose_box h5 {
	color:#6db66d;
	font-size:22px;
	background:url(../img/icon_check.png) no-repeat left top;
	background-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding-left:25px;
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:0 0 5px 0;
	line-height:1;
}
.purpose_box h5 strong {
	font-size:14px;
	margin-left:1em;
	font-weight:normal;
}
.purpose_box h5 a{
	color:#6db66d;
}
.purpose_box_inner {

}
.purpose_box ul {
}
.purpose_box ul li {
	display:inline-block;
	float:left;
	width:23.5%;
	text-align:center;
	font-size:0.9em;
	border:1px solid #CCCCCC;
	padding:1% 1% 0.5% 1%;
	margin:0 1.5% 1.5% 0;
}
.purpose_box ul li:hover {
	background:#D1E8D1;
}
.purpose_box ul li img {
	width:100%;
	margin-bottom:5px;
	background:#FFFFFF;
	
}
.purpose_box ul li a {
	display:block;
	width:100%;
	height:100%;
	color:#666666;
}
.purpose_box ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;

}

/*-----------------------------------------------------------------------Search_box*/
.search_box {
	float:left;
	margin:50px 3% 0 0;
	z-index:100;
	height:310px;

}
.search_box h5 {
	color:#6db66d;
	font-size:22px;
	background:url(../img/icon_check.png) no-repeat left top;
	background-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding-left:25px;
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:0 0 5px 0;
	line-height:1;
}
.search_box h5 strong {
	font-size:14px;
	margin-left:1em;
	font-weight:normal;
}
.search_box .framebox {
	padding: 10px 0 0 0;
	width: 100%;
}
.search_box .framebox .tab { margin-right: 2px; text-align: right; }
.search_box .framebox .tab img { margin-left: 1px; }

.search_box iframe {
	margin:0;
	padding:0.7em;
	width:280px;
	height:260px;
	border:1px solid #CCCCCC;

}
.manseki {
	display:inline-block;
	width: auto;
	text-align:center !important;
	background: #ffffff;
	color:#E90003;
	font-size: 0.9em;
	font-weight: bolder;
	border: 1px solid #E90003;
	padding: 0.4em 2em;
	border-radius: 4px;
}
/*-----------------------------------------------------------------------Other_box*/
.other_box {
	padding:50px 0 0 0;
	clear:both;


}
.other_box h5 {
	color:#6db66d;
	font-size:22px;
	background:url(../img/icon_check.png) no-repeat left top;
	background-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding-left:25px;
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:0 0 5px 0;
	line-height:1;
}
.other_box h5 strong {
	font-size:14px;
	margin-left:1em;
	font-weight:normal;
}

.other_box ul {
}

.other_box ul li {
	display:inline-block;
	width:24%;
	margin:0 0.4% 1% 0;
}
.other_box ul li a {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/gm_bg.gif);
	color:#FFFFFF;
	text-align:center;
	padding:7% 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.other_box ul li a:after {
	content:"≫";
	margin-left:10px;
}






/*-----------------------------------------------------------------------Custom_made*/
#custom_made {
	background:#FFFFFF;
	border-top:1px solid #ececec;
	padding:6% 0 10% 0;
}
.custom_made_inner {
	width:75%;
	margin:0 auto;
}
.custom_made_inner p {
	margin:0 0 10px 0;
	line-height:1.6;
}
.cruise_licence {
	border:3px double #CCCCCC;
	padding:3%;
	margin:20px 0 0 0;
}
.cruise_licence dt {
	float:right;
	width:33%;
	margin-right:2%;
}
.cruise_licence dt img {
	width:50%;
}
.cruise_licence dd {
	float:left;
	width:62%;
}
.custom_ex{
	margin:20px 0;
}
.custom_ex li {
	font-size:1.2em;
	color:#339933;
	margin:0 0 5px 0;
}
.custom_ex li:before {
	content:"■";
	font-size:0.5em;
	margin-right:2%;
}
/*-----------------------------------------------------------------------Information*/
#information {
	background:#EEF3F0;
	border-top:1px solid #ececec;
	padding:6% 0 10% 0;
}
#information h5 {
	color:#6db66d;
	font-size:1.6em;
	line-height:1.5;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:5px 0 0 45px;
	border-bottom:3px double #CCCCCC;

}

.info_tel{
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:5px 0 0 0;
	padding:2%;
	background-color:#FFFFFF;
}
.info_mail,
.info_orientation,
.info_pamphlet {
	border-image:url(../img/line_green.png) 15 round;
	border-style:solid;
	border-width:5px 0 0 0;
	padding:1% 2%;
	background-color:#FFFFFF;
}

.info_tel h5 {background:url(../img/icon_tel.png) no-repeat 5px center;}
.info_mail h5 {background:url(../img/icon_mail.png) no-repeat 5px center;}
.info_orientation h5 {background:url(../img/icon_book.png) no-repeat 5px center;}
.info_pamphlet h5 {background:url(../img/icon_book.png) no-repeat 5px center;}

/*------------------TEL*/
.info_tel {
    clear: both;
	float:left;
	width:47%;
}
.info_tel ul{
	margin-bottom:30px;
}
.info_tel ul li {
	margin:0 0 1em 0;
}
.info_tel ul li span {
	display: block;
	float:left;
	width:5em;
	margin:0 3% 1% 0;
	padding:2% 0;
	background:#7BAF86;
	color:#FFFFFF;
	text-align:center;
}
.info_tel ul li a {
	display: inline-block;
	font-size:2em;
	color:#333333;
}
.info_tel p {
	margin:0 auto 16px auto;
	line-height:1.6;
	width:90%;
}
.info_tel p:last-child {
	text-align:center;
	padding-bottom:2%;
}
/*------------------年末年始の営業案内 */
.info_tel table.nenmatsunenshi{
    width: 100%;
    margin: 1em auto;
    border: 2px solid #666;
    font-size: 1.05em;
}
.info_tel table.nenmatsunenshi th{
    border: 1px solid #666;
    text-align: center;
    background: #eee;
    padding: 3px !important;
    font-size: 1.03em;
}
.info_tel table.nenmatsunenshi th.eigyo{
    border: 1px solid #666;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #666;
    padding: 3px !important;
}
.info_tel table.nenmatsunenshi td{
    border: 1px solid #666;
    text-align: center;
    background: #fff;
    padding: 3px !important;
}
.info_tel table.nenmatsunenshi td.kyugyo{
    border: 1px solid #666;
    text-align: center;font-weight: bolder;
    background: #FFD4D5;
}

/*------------------MAIL*/
.info_mail {
	float:right;
	width:47%;
	margin-bottom:3%;
}

/*------------------ORIENTATION*/
.info_orientation {
	float:right !important;
	width:47%;
}
/*------------------PAMPHLET*/
.info_pamphlet {
	float:right;
	width:47%;
	margin-bottom:3%;
}



.info_mail p.btn,
.info_orientation p.btn,
.info_pamphlet p.btn {
	display:block;
	width:80%;
	margin:10px auto;
}
.info_mail p.btn a,
.info_orientation p.btn a,
.info_pamphlet p.btn a{
	display:block;
	width:100%;
	height:100%;
	background:url(../img/gm_bg.gif);
	color:#FFFFFF;
	text-align:center;
	padding:5% 0;
	font-size:1.2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.info_mail p.btn a:after,
.info_orientation p.btn a:after,
.info_pamphlet p.btn a:after {
	content:"≫";
	margin-left:10px;
}
.campain_box{
	background: #F0FBFF !important;
	border: 1px dotted #ccc !important;
	padding: 0.4em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
	line-height: 1.6em !important;
}
.campain_box2{
	background: #FFF9C3 !important;
	border: 2.5px solid #ee0000 !important;
	padding: 0.6em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
    text-align: center;
	font-size: 1.05em !important;
    line-height: 1.6em !important;
}
.campain_box3{
    background: #FFEEEE !important;
    border: 1px dotted #ccc !important;
    padding: 0.4em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
    line-height: 1.6em !important;
}
.campain_box4{
    background: #FFFBE4 !important;
    border: 1px dotted #ccc !important;
    padding: 0.4em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
    line-height: 1.6em !important;
}
.campain_box5{
    background: #F0FBFF !important;
    border: 2px solid #379FD9 !important;
    padding: 0.6em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
	font-size: 1.1em !important;
    line-height: 1.6em !important;
}
.campain_box6{
	background: #F0F0F0 !important;
	border: 2px solid #0054FF !important;
	padding: 0.6em;
	margin: 2% 0;
	display: block;
    margin-bottom: 0.4em;
    text-align: center;
	font-size: 1.05em !important;
    line-height: 1.6em !important;
}



/*-------------------------------------------------------------------------------------Tablet_Smartphone*/


/*--------------------------------------------------- ------
					タブレット対応
-----------------------------------------------------------*/
@media only screen and (max-width: 950px) {

.w950{
	min-width:96%;  
	width:100%;
	padding:0 2%;
}



}



/*--------------------------------------------------- ------
					タブレット対応
-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {

.w950{
	min-width:96%;  
	width:96%;
	padding:0 2%;
}
#global_menu h3 {
	display:inline-block;
	vertical-align:top;
	width:45%;
	height:50px;
	margin-bottom:1%;
	overflow:hidden;
	text-indent:-2000px;
	background:url(https://www.mwt.co.jp/cruise/img/gm_title_sp2.png) no-repeat right bottom;
	background-size:180px auto;
}
br.pc {
	display:none;
}

/*-----------------------cruise_menu*/
#cruise_menu p.lead {
	display:none;
}
#cruise_menu h3 {
	background: none;
}
/*------------------------MAP*/
#map li {
	font-size:12px;

}

#map li strong {
	display:block;
	padding:3px 5px 1px 5px;
	font-weight:normal;
	text-align:center;
	background:url(../img/map_btn_bg2.png);
	letter-spacing:-1px;
}
#map li span {
	display:none;
}
/*-----------------------Purpose_box*/
.purpose_box {
	display:block;
	float:none;
	width:100%;
	margin-left:0;
	padding-left:0;

}
/*-----------------------search_box*/
.search_box {
	float:left;
	margin:50px 3% 0 0;
	z-index:100;
	height:305px;

}
/*-----------------------Other_box*/
.other_box {
	padding:50px 0 0 0;
	float:left;
	/*width:102%;*/
	/*margin-left:-330px;
	padding-left:340px;*/
	clear:none;
}

.other_box ul li {
	display:block;
	width:100%;
	margin:0 0.4% 3% 0;
}


/*-----------------------Ship_list*/
#ship_list dl{
	width:49%;
}
/*-----------------------Custom_made*/
.custom_made_inner {
	width:90%;
	margin:0 auto;
}


/*-----------------------Information*/
.info_tel ul li span {
	float:none;
}
.info_tel ul li a {
	font-size:1.8em;
}




/*--------------------------------------------------- ------
						スマホ対応
-----------------------------------------------------------*/
@media screen and (max-width:480px) {
body{font-size:12px;}
.w950{
	min-width:96%;  
	width:96%;
	padding:0 2%;
}
br.pc {
	display:none !important;
}
br.sp {
	display:block;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
/*--------------------------------------------------------------common*/
body {
	font-size:14px;
}
#inner_menu .icon img{
    width: 60% !important;
    padding: 0;
    right: -1% !important;
    float: right;
    z-index: 100;
}
/*-----------------------BLOCK_COMMON*/
.sub_title_set h4 {
	font-size:1.4em;
	color:#333333;
	margin:2% 0 5% auto;
	font-weight:normal;
	
}
#recommended_area .sub_title_set h4 {
	font-size:1.4em;

}
.banner_list dl{
	width:48%;
	display:inline-block;
	float:left;
	margin-right:2.5%;
	margin-bottom:2.5%;
	font-size:0.85em;
}
.menu_hj{
    clear: both;
    position: absolute;
    width:100%;
}
.menu_ttl{
    clear: both;
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    float: right;
    right: 10%;
    text-indent: none !important;
}
    
/*------------------------MAP*/
#map li span {
	display:none;
}

.btn_jpn {top:25%; left:46%;}
.btn_jpn_ex {top:45%; left:40%;}
.btn_asi {top:30%; left:28%;}
.btn_hwi{top:40%; left:68%;}
.btn_oce {top:60%; right:30%;}



/*-----------------------Purpose_box*/
.purpose_box ul li {
	font-size:0.7em;
}

/*-----------------------Search_box*/

.search_box {
	float:none;
	width:100%;
	margin:50px 3% 0 0;
	z-index:100;
	height:305px;

}
.search_box .framebox {
	padding: 10px 0 0 0;
	width: 100%;
}
.search_box iframe {
	margin:0 auto;
	padding:1em;
	width:100%;
	height:250px;
	border:1px solid #CCCCCC;
	font-size:0.85em;
}
/*-----------------------Other_box*/
.other_box {
	padding:50px 0 0 0;
	float:none;
	clear:both;
	width:100%;
	margin-left:0;
	padding-left:0;
}

.other_box ul li {
	display:block;
	width:100%;
	margin:0 0.4% 3% 0;
}
.other_box ul li a {
	padding:3% 0;
	font-size:1.4em;

}

/*-----------------------Ship_list*/
#ship_list h5{
	font-size:1.4em;
	line-height:1.2;
}
#ship_list h5 strong {
	font-size:0.7em;
	display:block;
	margin:0 0 2% 0;
}
#ship_list dl{
	width:100%;
	min-height:auto;
	padding:3% 5%;
	border-bottom:10px solid #F5F5F5;
}
#ship_list dl.list_extra{
	width:100%;
	min-height:auto;
}
#ship_list dt strong {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:1.5em;
	font-size:1.1em;
}
#ship_list dd  {
	padding:1% 0;
	font-size:1.0em;
}
#ship_list img.cunardline{
    width: initial;
    width: auto;/*IE*/
}
/*-----------------------Custom_made*/
#custom_made {
	font-size:1em;
}
.cruise_licence dt {
	float:none;
	width:60%;
	margin:0 auto;
}
.cruise_licence dt img {
	width:50%;
}
.cruise_licence dd {
	float:left;
	width:100%;
}
/*-----------------------Information*/
.info_tel,
.info_mail,
.info_orientation,
.info_pamphlet {
	float:none;
	width:100%;
	margin:5% auto;
	padding:5%;
}
.info_tel p:nth-child(4){
	font-size:0.8em;
}

.info_tel ul li span {
	float:left;
	font-size:1em;
	width:4em;
}
.info_tel ul li a {
	font-size:1.8em;
}



}

