@charset "UTF-8";


/*==========================================================================================
 Site: グアムバケーションガイド
 Date: 2013-09-03(+14:00)
 Maintained: ***Masahiro.Takahashi***＠agipro
==========================================================================================*/


/*==========================================================================================

 // slider

==========================================================================================*/
.slider {
	position: relative;
}
.slider .slides {
	height: 293px;
	overflow: hidden;
	padding: 0;
}
.slider .slides li {
	list-style: none;
}
.slider .flex-control-nav {
	line-height: 1;
}
.slider .slides li a img {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.slider .slides li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*	FlexSlider Necessary Styles
==========================================================================================*/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none; max-width: 100%; height: auto;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}

/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/*	FlexSlider Default Theme
==========================================================================================*/ 
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 18px; height: 18px; display: block; background: url(../img/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -18px;}
.flex-control-nav li a.active {background-position: 0 -36px; cursor: default;}



/*==========================================================================================

 // p,dl,dt,dd,ul,li

==========================================================================================*/

/*	ツアーリードテキスト
==========================================================================================*/
p.tourRead {
	margin: 37px 0 30px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.6;
}



/*==========================================================================================

 // Button

==========================================================================================*/

.btnOuter {
  margin: 0;
  padding: 0;
}

/*	ご予約はこちらから
==========================================================================================*/
.btnReserv a {
	display: block;
	height: 33px;
	background: #FF3299 url(../img/ico_Check.png) no-repeat 10% 46%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 13px 0 0 0;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
.btnReserv a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}

/*	ご予約はこちらから（ボタンテキスト2行仕様 ※催行期間2種の場合）
==========================================================================================*/
.btnReservMultiline a {
	display: block;
	height: 50px;
	background: #FF3299 url(../img/ico_Check.png) no-repeat 10% 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0 0;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
.btnReservMultiline a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 50%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
.btnReservMultiline span {
	font-size: 11px;
}

/*	この主催会社のオプショナルツアー 一覧を見る
==========================================================================================*/
.btnVendTourList a {
	display: block;
	height: 28px;
	background: url(../img/ico_arw_R_vblue.png) no-repeat 98% 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #01B8E6;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0;
	padding: 8px 20px 0 10px;
	color: #01B8E6;
}
.btnVendTourList a:hover {
	background: url(../img/ico_arw_R_vblue.png) no-repeat 99% 50%;
	text-decoration: none;
}

/*	guam style cafe 内の記事へ
==========================================================================================*/
.btnGuamStyleCafe a {
	display: block;
	height: 36px;
	background: url(../img/ico_arw_R_orange.png) no-repeat 98% 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #FF9A00;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0;
	padding: 8px 20px 0 10px;
	color: #FF9A00;
}
.btnGuamStyleCafe a:hover {
	background: url(../img/ico_arw_R_orange.png) no-repeat 99% 50%;
	text-decoration: none;
}
.btnGuamStyleCafe span {
	font-size: 10px;
	font-weight: normal;
	color: #FF9A00;
}

/*	各ボタン下部キャプション
==========================================================================================*/
dl.btnCap {
	padding: 0.1em 0 15px;
}
dl.btnCap dt {
	display: inline-block;
	width: 54px;
	margin: 0.3em 5px 0 0;
	padding: 0.3em 0 0.2em;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
dl.btnCap dd {
	margin: 0;
	padding: 0.4em 0 0 54px;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	color: #444;
}

/* ご予約はこちらから【ツアー詳細情報リスト下部 仕様】
==========================================================================================*/
#tourSpec .btnOuter {
	background: #F9F7EE;
	margin: 0 0 0;
	padding: 20px 170px 20px 170px;
	border-bottom: 1px solid #CCC
}
#tourSpec .btnReserv a {
	display: block;
	height: 33px;
	background: #FF3299 url(../img/ico_Check.png) no-repeat 10% 46%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 13px 0 0 30px;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
#tourSpec .btnReserv a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 10% 46%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}



/*==========================================================================================

 // socialShareforTour

==========================================================================================*/
#socialShareforTour {
	text-align: left;
	margin: 15px 0 30px;
	background: #FBFAF4;
	border-top: 1px dashed #C3BAA5;
	border-bottom: 1px dashed #C3BAA5;
	position: relative;
}
#socialShareforTour .Inner {
	padding: 10px 10px 10px;
}
#socialShareforTour .InMgTop {
	margin: 0 0 0;
	float: left;
}
#socialShareforTour .hatena {
	display: inline-block;
/*	width: 50px;*/
	text-align: left;
	margin-right: 5px;
}

#socialShareforTour .google_puls1 {
	display: inline-block;
/*	width: 50px;*/
	text-align: left;
	margin-right: -25px;
}

#socialShareforTour .tw {
	display: inline-block;
/*	width: 100px;*/
	margin-right: 7px;
	text-align: left;
}

#socialShareforTour .fb {
	display: block;
/*	width: 105px;*/
	margin: 0 0 0 0;
	text-align: left;
}


*:first-child+html body #socialShareforTour .fb {display: none;}
*:first-child+html body #socialShareforTour .tw,
*:first-child+html body #socialShareforTour .hatena {display: inline;}

* html #socialShareforTour .fb {display: none;}
* html #socialShareforTour .tw,
* html #socialShareforTour .hatena {display: inline;}




/*==========================================================================================

 // seasonSelectTab

==========================================================================================*/

/* 催行期間セレクトタブ
------------------------------------------------------------------------------------------*/
#seasonSelect {
	margin: 0;
	padding: 50px 0 0;
	clear: both;
}
#tabs {
	padding: 0;
	border-bottom: 3px solid #07B8E6;
}
#tabs li { list-style: none; }
#tabs li a {
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 10px 8px 30px;
	background: #CCC url(../img/ico_arw_D_SS_white.png) no-repeat 10px 50%;
	text-decoration: none;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	font-weight: bold;
	display:block;
}

#tabs li a:hover { background: #A6E5F6 url(../img/ico_arw_D_SS_white.png) no-repeat 10px 50%; }
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }
  
#tabs li.current a { background: #07B8E6 url(../img/ico_arw_D_SS_white.png) no-repeat 10px 50%; }
 
#tabContentOut > section {
	clear: both;
	display: none;
}

#tabContentOut .current { display: block; }
#tabContentOut #select1.first { display: block; }




/*==========================================================================================

 // freeTextArea

==========================================================================================*/

/* フリーテキストエリア
------------------------------------------------------------------------------------------*/
.freeTextArea {
	font-size: 12px;
	margin: 0;
	padding: 20px;
}

/* 催行期間表記用
------------------------------------------------------------------------------------------*/
.freeTextArea dl.seasonCap {
	padding: 0.1em 0 15px;
}
.freeTextArea dl.seasonCap dt {
	display: inline-block;
	width: 54px;
	margin: 0.3em 5px 5px 0;
	padding: 0.3em 0 0.2em;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	border: none;
}
.freeTextArea dl.seasonCap dd {
	margin: 0;
	padding: 0.5em 0 0 54px;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	color: #444;
	background: none;
}

/* フリーテキストエリア内書式
------------------------------------------------------------------------------------------*/
.freeTextArea h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3399;
	margin: 0; /* border-top: 1px dashed #ccc; ←上マージン調整（130903〜）*/
	padding: 1.5em 0 0.3em 0;
	/* border-top: 1px dashed #ccc; ←上ボーダー削除（130903〜）*/
}
.freeTextArea h3.Nobd {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3399;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
	border: none;
}
.freeTextArea h3 span {
	font-size: 0.8em;
	font-weight: normal;
}
.freeTextArea dl {
	padding: 0 0 3em;
}  
.freeTextArea dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	margin: 1em 0 0; 
}  
.freeTextArea dd {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #EEFAFD;
	padding: 1em;
	margin: 0.3em 0 0; 
} 
.freeTextArea dd a {
	color: #F86048;
	text-decoration: underline;
}
.freeTextArea dd a:hover {
	color: #F86048;
	text-decoration: none;
}
.freeTextArea dd strong {
	font-weight: bold;
	color: #FF3399;
}
.freeTextArea dd span {
	font-size: 0.8em;
	color: #999;
}
.freeTextArea span.b-blue {
	font-weight: bold;
	color: #4CB7DA;
}
.freeTextArea span.blue {
	font-weight: normal;
	color: #4CB7DA;
}
.freeTextArea span.b-red {
	font-weight: bold;
	color: #FF3366;
}
.freeTextArea span.red {
	font-weight: normal;
	color: #FF3366;
}
.freeTextArea span.b-pink {
	font-weight: bold;
	color: #FF3399;
}
.freeTextArea span.pink {
	font-weight: normal;
	color: #FF3399;
}
.freeTextArea .b-blue {
	font-weight: bold;
	color: #4CB7DA;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.freeTextArea .b-red {
	font-weight: bold;
	color: #FF3333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.freeTextArea .red {
	font-weight: normal;
	color: #FF3333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.freeTextArea .b-pink {
	font-weight: bold;
	color: #FF3399;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.freeTextArea .b-pink span {
	font-weight: normal;
	color: #999;
}
.freeTextArea .b-pink a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3399;
	text-decoration:underline;
}
.freeTextArea .b-pink a:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3399;
	text-decoration:none;
}
.freeTextArea .pink {
	font-weight: normal;
	color: #FF3399;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.freeTextArea .right {
	padding: 2em 0 1.5em 0;
}





/*==========================================================================================

 // tourSpec

==========================================================================================*/

/* ツアー詳細情報エリア
------------------------------------------------------------------------------------------*/
#tourSpec {
	margin: 0;
	padding: 20px;
	clear: both;
}

/* ツアー詳細情報リスト - dl,dt,dd仕様
------------------------------------------------------------------------------------------*/
#tourSpec dl,dt,dd {
	font-size: 12px;
	line-height: 1.5;
}
#tourSpec dl.tourSpecList { /* ←リスト - dl */
	background: #F9F7EE;
	border-bottom: 1px dashed #CCC;
	width: 100%;
}
dl.tourSpecList dt { /* ←リスト - dt各項目 */
	float: left;
	clear: both;
	width: 160px;
	border-top: 1px dashed #CCC;
	color: #333;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 10px 10px;
}
dl.tourSpecList dd { /* ←リスト - dd各内容 */
	background: #FFF;
	border-top: 1px dashed #CCC;
	margin: 0 0 0 160px;
	padding: 10px 20px 10px;
}
dl.tourSpecList dd.odd { /* ←リスト - dd背景交互・背景なし */
	background: #FFF;
}
dl.tourSpecList dd.even { /* ←リスト - dd背景交互・背景あり */
	background: #FEFDFB;
}

/* dd各内容個別書式 */
dl.tourSpecList dd .priceTxt { /* ←料金表示用 */
	color: #FF0099;
}
dl.tourSpecList dd .priceTxt b { /* ←料金表示用・料金部分 */
	font-size: 1.4em;
	font-weight: bold;
}
dl.tourSpecList dd em {
	color: #FF0099;
	font-weight: bold;
}
dl.tourSpecList dd span {
	color: #888;
	font-size: 0.85em;
}



/*==========================================================================================

 // Youtube styles: opinionated defaults

==========================================================================================*/
/*
 * Youtube動画のレスポンシブ対応（divを使う、spanでは動作しない、floatも出来ない）
 * floatしたい場合は、以下のdiv要素をspanで囲んで幅指定してfloatとする、「.video-container」は100%指定にするとレスポンシブになる。
 */
div.video-container {
    width: 100%;
    height: auto;
} /* html 上で 別のサイズのwidth を指定する場合は、「.video-container」のついた要素に指定しなくては動作しない（親要素ではダメ） */
 
div.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
div.video iframe,
div.video object,
div.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








/*==========================================================================================

 // screens bigger than 820【forPC】

==========================================================================================*/
@media only screen and (min-width:821px) {
	
}






/*==========================================================================================

 // screens smaller than 820【forTB】

==========================================================================================*/
@media only screen and (min-width:541px) and (max-width:820px) {

/*	slider（screens bigger than 820）
==========================================================================================*/
.slider .slides {
	height: 425px;
}
.flexslider .slides li {display: none; max-width: 100%; height: auto;}

/*	ツアーリードテキスト
==========================================================================================*/
p.tourRead {
	margin: 15px 0 15px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.6;
}

/*	Button（screens bigger than 820）
==========================================================================================*/
.btnOuter {
	background: #F9F7EE;
	margin: 0;
	padding: 20px 100px 20px 100px;
}

/* ご予約はこちらから【ツアー詳細情報リスト下部 仕様】*/
#tourSpec .btnOuter {
	padding: 20px 100px 20px 100px;
}

/*	各ボタン下部キャプション（screens bigger than 820）
==========================================================================================*/
dl.btnCap {
	padding: 0.1em 0 15px;
}

/*	socialShareforTour（screens bigger than 820）
==========================================================================================*/
#socialShareforTour .fb {
	display: inline-block;
/*	width: 105px;*/
	margin: 0 0 0 0;
	text-align: left;
}

/*	seasonSelectTab（screens bigger than 820）
==========================================================================================*/
#seasonSelect {
	margin: 0;
	padding: 20px 0 0;
	clear: both;
}

/*	tourSpec（screens bigger than 820）
==========================================================================================*/
#tourSpec dl,dt,dd {
	font-size: 11px;
	line-height: 1.5;
}
dl.tourSpecList dt { /* ←リスト - dt各項目 */
	width: 150px;
}
dl.tourSpecList dd { /* ←リスト - dd各内容 */
	margin: 0 0 0 150px;
}

}
/* /screens smaller than 820 */









/*==========================================================================================

 // screens smaller than 540【forSP】

==========================================================================================*/
@media only screen and (max-width:540px) {

/*	slider（screens smaller than 540）
==========================================================================================*/
.slider .slides {
	height: 260px;
}
.flexslider .slides li {display: none; max-width: 100%; height: auto;}

/*	ツアーリードテキスト（screens smaller than 540）
==========================================================================================*/
p.tourRead {
	margin: 15px 0 15px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6;
}

/*	Button（screens smaller than 540）
==========================================================================================*/
.btnOuter {
	background: #F9F7EE;
	margin: 0;
	padding: 20px;
}

/*	ご予約はこちらから（screens smaller than 540）
==========================================================================================*/
.btnReserv a {
	display: block;
	height: 33px;
	background: #FF3299 url(../img/ico_Check.png) no-repeat 5% 46%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 13px 0 0 10px;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
.btnReserv a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 46%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}

/*	ご予約はこちらから（ボタンテキスト2行仕様 ※催行期間2種の場合）（screens smaller than 540）
==========================================================================================*/
.btnReservMultiline a {
	display: block;
	height: 50px;
	background: #FF3299 url(../img/ico_Check.png) no-repeat 5% 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0 10px;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
.btnReservMultiline a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}


/* ご予約はこちらから【ツアー詳細情報リスト下部 仕様】（screens smaller than 540）
==========================================================================================*/
#tourSpec .btnOuter {
	padding: 20px;
}
#tourSpec .btnReserv a {
	display: block;
	height: 33px;
	background: #FF3299 url(../img/ico_Reserv.png) no-repeat 5% 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #FF3299;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 13px 0 0 10px;
	color: #FFF;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -moz-linear-gradient(rgba(255,0,153,0.5), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,0.6)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	cursor: pointer;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -ms-linear-gradient(top, #FF99CC 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
#tourSpec .btnReserv a:hover {
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -moz-linear-gradient(rgba(255,0,153,1), rgba(255,0,153,1));
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -webkit-gradient(linear, 100% 0%, 100% 60%, from(rgba(255,50,153,1)), to(rgba(255,50,153,1)));
	text-shadow:0 -1px 0px #777,0 -1px 0px #777;
	box-shadow:0px 0px 0px rgba(255,255,255,1) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	text-decoration: none;
	
	background: url(../img/ico_Reserv.png) no-repeat 5% 50%, -ms-linear-gradient(top, #FF3299 0%, #FF3299 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3299', endColorstr='#FF3299', GradientType=0); /* IE7,8,9 */
}
/*	各ボタン下部キャプション【ツアー詳細情報リスト下部 仕様】（screens smaller than 540）*/
#tourSpec dl.btnCap dd {
	font-size: 0.9em;
}

/*	この主催会社のオプショナルツアー 一覧を見る（screens smaller than 540）
==========================================================================================*/
.btnVendTourList a {
	height: 24px;
	font-size: 11px;
	padding: 8px 20px 0 10px;
}

/*	guam style cafe 内の記事へ（screens smaller than 540）
==========================================================================================*/
.btnGuamStyleCafe a {
	height: 32px;
	font-size: 11px;
	padding: 8px 20px 0 10px;
}
.btnGuamStyleCafe span {
	font-size: 9px;
}

/*	各ボタン下部キャプション（screens smaller than 540）
==========================================================================================*/
dl.btnCap {
	padding: 0.1em 0 15px;
}
dl.btnCap dt {
	display: inline-block;
	width: 50px;
	margin: 0.3em 5px 0 0;
	padding: 0.3em 0 0.3em;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
dl.btnCap dd {
	margin: 0;
	padding: 0.2em 0 0 54px;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	color: #444;
}

/*	socialShareforTour（screens smaller than 540）
==========================================================================================*/
#socialShareforTour .fb {
	display: inline-block;
/*	width: 105px;*/
	margin: 0 0 0 0;
	text-align: left;
}

/*	seasonSelectTab（screens smaller than 540）
==========================================================================================*/
#seasonSelect {
	margin: 0;
	padding: 20px 0 0;
	clear: both;
}
#tabs li a {
	margin: 0 3px 0 0;
	padding: 5px 5px 4px 5px;
	background: #CCC;
	font-size: 10px;
}
#tabs li a:hover { background: #A6E5F6; }
#tabs li.current a { background: #07B8E6; }

/*	freeTextArea（screens smaller than 540）
==========================================================================================*/
.freeTextArea {
	font-size: 11px;
	line-height: 1.6;
	margin: 0;
	padding: 15px 5px 15px;
}

/*	tourSpec（screens smaller than 540）
==========================================================================================*/
#tourSpec {
	padding: 15px 5px 15px;
}

/* ツアー詳細情報リスト - dl,dt,dd仕様 */
#tourSpec dl,dt,dd {
	font-size: 11px;
	line-height: 1.5;
}
#tourSpec dl.tourSpecList { /* ←リスト - dl */
	background: #F9F7EE;
	border-bottom: 1px dashed #CCC;
	width: 100%;
}
dl.tourSpecList dt { /* ←リスト - dt各項目 */
	float: none;
	clear: none;
	width: 100%;
	border-top: 1px dashed #CCC;
	color: #333;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 0 10px;
	text-indent: 2em;
	background: url(../img/ico_trgle_D_SS_gray.png) 10px 15px no-repeat;
}
dl.tourSpecList dd { /* ←リスト - dd各内容 */
	background: #FFF;
	border-top: none;
	margin: 0 0 0 0;
	padding: 10px 10px 20px 2em;
}
dl.tourSpecList dd.odd { /* ←リスト - dd背景交互・背景なし */
	background: #FFF;
}
dl.tourSpecList dd.even { /* ←リスト - dd背景交互・背景あり */
	background: #FFF;
}

/* dd各内容個別書式 */
dl.tourSpecList dd .priceTxt { /* ←料金表示用 */
	color: #FF0099;
}
dl.tourSpecList dd .priceTxt b { /* ←料金表示用・料金部分 */
	font-size: 1.4em;
	font-weight: bold;
}
dl.tourSpecList dd em {
	color: #FF0099;
	font-weight: bold;
}
dl.tourSpecList dd span {
	color: #888;
	font-size: 0.85em;
}

}
/* /screens smaller than 540 */