﻿@charset 'utf-8';
/* CSS Document */

@media only screen and (max-width: 480px){
#header .inner,
#container,
#footer_kaigai{
    width: auto;
    margin: 0;
    padding: 0;
}
img{
    width /***/: auto;
    max-width: 100%;
    height: auto;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}

/*-------------------------- Navi */
#dropmenu{
    width: 100%;
}
#dropmenu li{
    font-size: 100%;
    float: none !important;
    width: 100% !important;
}
#dropmenu li a{
    padding: 15px 20px;
    border-bottom: 1px solid #d2d2d2;
}
#dropmenu li ul{
    display: none;
}

/*--------------------title */
#sitettl{
    padding: 5%;
    text-align: left;
}
#sitettl h3{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 0;
}
#sitettl h4{
    font-size: 14px;
    letter-spacing: 0;
}

/*--------------------detail */
#detail{
    padding: 10% 5%;
}
#detail dl{
    float: none;
    width: 100%;
    margin: 30px 0;
}

#detail li{
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
}
#detail li:first-child{
    margin-left: 0;
}
#detail ul{
    clear: both;
    margin-top: 20px;
}
#detail li{
    float: none !important;
    width: auto;
    margin-left: 0;
}
#detail li:first-child{
    margin-left: 0;
}
#detail h5{
    font-size: 16px;
    margin: 0;
}

/*--------------------ordermade */
#ordermade{
    padding: 10% 5%;
}
#ordermade p span{
    /*	font-size: 20px;
	font-weight: bold;
	padding: 0 3px;*/
    display: block;
}
#ordermade ul{
    clear: both;
    margin-top: 20px;
}
#ordermade li{
    float: none;
    width: 100%;
    margin: 0 0 22px 0;
}
#ordermade li:first-child{
    margin: 0 0 22px 0;
}

/*--------------------tour */
#tour{
    padding: 10% 5%;
}
#tour h4{
    font-size: 18px;
    margin: 0;
}
#tour .ttl{
    font-size: 14px;
}
#tour .ttl span{
    display: none;
}

/*-----------------nav */
#tour ul.nav{
    float: none;
}
#tour ul.nav li{
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
}

/*-------------------------- tourBox */
.tourBox{
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 80px;
    background-color: #fff;
}
.areaTtl{
    width: auto;
    margin-bottom: 45px;
}
div.gadgetList{
    width: 95% !important;
    /*font-size:12px;*/
}
div.gadgetList .searchEff .sfDatas .btn_booking{
    margin-top: 10px;
}
div.gadgetList .searchEff .sfDatas .btn_booking a{
    padding: 10px;
}

/*ページャー*/
/*ページャー*/
.pageGuideTop{
    display: none;
}
.pageGuideBottom{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
ul.pageGuide{
    overflow: visible;
    margin: 0 auto;
}
ul.pageGuide li{
    float: left;
    width: 30px;
    white-space: nowrap;
}
ul.pageGuide li a,
ul.pageGuide li span{
    padding: 0;
}
ul.pageGuide li strong{
    padding: 0;
}
ul.pageGuide li:nth-child(n+7){
    display: none;
}
ul.pageGuide li:nth-last-child(1){
    display: block;
}

/********** 出発地プルダウン **********/
/* タイトル */
div.gadgetDeptTitle{
    position: absolute;
/*    top: 85px;*/
    top: 70px;
    right: 135px;
}
/* (エリア)位置調整 */
div.gadgetDeptArea{
    position: absolute;
/*    top: 85px;*/
    top: 70px;
    right: 10px;
}
div.gadgetList .searchEff .subTtl .bgSubTtl{
    font-size: 100%;
    padding: 0;
    border: none;
    border-left: 0;
    background: none;
}
div.gadgetList .searchEff .subTtl .bgSubTtl .city{
    font-weight: bold;
    line-height: 110%;
    width: auto;
    height: 19px;
    margin-bottom: 10px;
    padding: 1px 0 0 15px;
    white-space: normal;
    background: url(../img/icon_marker.png) no-repeat left top;
}
div.gadgetList .searchEff .subTtl .bgSubTtl h3{
    font-size: 14px;
}
div.gadgetList .searchEff .subTtl .bgSubTtl h3 span{
    font-weight: normal;
}
div.gadgetList .searchEff .subTtl .bgSubTtl h3 a{
    font-size: 14px;
    line-height: 1.3;
}
div.gadgetList .searchEff .subTtl .bgSubTtl h3 a:link,
div.gadgetList .searchEff .subTtl .bgSubTtl h3 a:visited{
    text-decoration: none !important;
}
div.gadgetList .searchEff .subTtl .bgSubTtl h3 strong{
    font-size: 80%;
    font-weight: normal;
    display: block;
    float: right;
    width: 120px;
    text-align: right;
    color: #666;
}
div.gadgetList .searchEff .sfDatas{
    line-height: 150%;
    padding: 10px 10px 13px 10px;
}
div.gadgetList .searchEff .sfDatas .details dl{
    width: auto;
}
div.gadgetList .searchEff .sfDatas .details dl dt,
div.gadgetList .searchEff .sfDatas .details dl dd{
    margin-right: 1px;
}
div.gadgetList .searchEff .sfDatas .details dl dt{
    padding: 0 3px !important;
}
div.gadgetList .searchEff .sfDatas .maPrice{
    margin-top: 10px;
    text-align: right !important;
}
div.gadgetList .searchEff .sfDatas .details dl dt:nth-child(5){
    clear: both !important;
}

/*-------------------------- page-top */
#page-top img,
#page-top a{
    width: 80%;
    padding: 7% 0;
    border-radius: 2px;
}
/*--------------------その他 */
.even{
    float: none;
}
.mb50{
    margin-bottom: 0;
}

/*-----------------------------------------------------------
		スマホ対応 ヘッダー＆フッター
-----------------------------------------------------------*/
/* 非表示 */
#pankuzu,
#header h1.copy,
#sub_menu,
.txtnav,
#header ul.gnav4 li.jtour,
#header ul.gnav4 li.wtour,
.jtour_nav01,
.jtour_nav01,
.jtour_nav02{
    display: none;
}
#header h2.logo{
    top: 7px;
    display: inline-block;
    width: 48% !important;
    padding-top: 2px !important;
    vertical-align: top;
}
#header div.season{
    top: 0;
    display: inline-block;
    width: 48% !important;
    text-align: right;
    vertical-align: bottom;
}

/* wtour調整 */
body.wtour #header{
	background-image: url(../../../../common/img/line_wtour.gif);
	background-repeat: repeat-x;
	background-position: 0 -23px;
	/*    background: url(http://www.mwt.co.jp/kaigai/common/img/line_wtour.gif) 0 -23px repeat-x;*/
}
body.wtour #header{
    margin-bottom: 50px;
}
body.wtour #header ul.gnav4{
    top: 75px;
    right: 0;
    left: 2%;
    height: 0;
}
body.wtour #header ul.gnav4 li{
    font-weight: bold;
    float: left;
    padding: 2%;
    text-align: center;
}
body.wtour #header ul.gnav4 li.wtour_nav01{
    width: 20%;
    padding: 6px 0;
    color: #196bb8;
    border: 2px solid #196bb8;
    background: #d2ebff;
}
body.wtour #header ul.gnav4 li.wtour_nav01 a{
    display: block;
    width: 100%;
    height: 20px;
    text-indent: 0;
    background: none;
}
body.wtour #header ul.gnav4 li.wtour_nav01 a:hover{
    background: none;
}
body.wtour #header ul.gnav4 li.wtour_nav02{
    width: 76%;
    padding: 5px 0;
    border: 1px solid #ccc;
}
body.wtour #header ul.gnav4 li.wtour_nav02 a{
    display: block;
    height: 20px;
    text-indent: 0;
    background: none;
}
body.wtour #header ul.gnav4 li.wtour_nav02 a:hover{
    background: none;
}

/*--- kaigai_link ---*/
#kaigai_link{
    padding-top: 30px;
    color: #575757;
}
#kaigai_link .attention{
    font-size: 12px;
    text-align: right;
}
#kaigai_link a{
    text-decoration: none;
    color: #666;
}
#kaigai_link li{
    display: inline-block;
    width: auto !important;
    margin: 3px !important;
}
#kaigai_link .i_links h4{
    margin-bottom: 10px !important;
    padding: 20px 0 5px 0 !important;
    border-bottom: 1px dashed #ccc;
}
div#footer_kaigai{
    margin-top: 20px !important;
    border-top: 3px solid #ccc;
}

/*--- フッター ---*/
#footer_kaigai ul.foot_nav{
    margin: 20px 0 10px !important;
    padding-top: 20px;
    text-align: center;
}
#footer_kaigai ul.foot_nav li{
    display: inline-block;
    width: auto !important;
    margin: 3px !important;
}
#footer_kaigai ul.foot_nav li a{
    text-decoration: none;
    color: #666;
}
#footer_kaigai div.mwt_service{
    padding: 40px 0 10px 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#footer_kaigai div.mwt_service ul{
    text-align: center;
}
#footer_kaigai div.mwt_service li{
    display: inline-block;
    width: auto !important;
    margin: 3px 5px !important;
}
#footer_kaigai div.mwt_service{
    background: url(/common/img/logo_mwt_s.gif) no-repeat 5px 5px;
}
#footer_kaigai div.copyright{
    font-size: 10px !important;
    margin-bottom: 20px;
    padding: 10px 0 5px 0 !important;
    text-align: center;
    letter-spacing: -1px;
}
.pc{
	display: none;
}
/*--------------------detail */
#detail dl{
    width: 100% !important;
	display: block !important;
	margin: 0 0 2em 0.2em;
}
#detail dt{
	clear: both;
	width: 100% !important;
	display: block;
	margin: 0;
}
#detail dt img{
	width: 100% !important;	
}
#detail dd{
	clear: both;
	width: 100% !important;
	display: block !important;
	margin: 0.3em 0 2em 0 !important;
	padding: 0 0.4em !important;
}
#detail h5{
    margin-bottom: 20px;
}
/*--------------------room */
.room {
	clear: both;
	width: 100% !important;
	display: block !important;
}
.room img{
	
	}
}