@charset "utf-8";
/*
**********************************************************************

* sp-basic.css

*********************************************************************
*/

/*--------------------------------------------------------
既存id / classの設定上書き
-------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video { 
	font-size:12px; 
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", serif;
  line-height: 1.64;	
}

@font-face {
  font-family: 'canada-icons';
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

@media
only screen and (max-width : 640px){

/* レイアウト関係 */
#wrap,
#pankuzu,
#contents,
#secB,
#hotelList{
	width:100%!important;
	margin-left:0!important;
	margin-right:0!important;
	padding:0!important;
	float:none!important;
}


#header01,
#footer01{
	display:none!important;
}

#pankuzu{
	background:#F8F8F8;
}

#pankuzu p{
	text-align:center;
	padding:10px;
}

/* ツアー一覧部分 */

li.catBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

li.catBox span.pic{
	float:left;
	width:40%;
}

li.catBox span.ttl{
	float:left;
	font-size:1.3em;
	width:50%;
	margin-left:10px;	
}

li.catBox span.icoB{
	float:left;
	width:50%;
	margin-left:10px;	
}

li.catBox span.link{
	float:left;
	border:solid 1px #808DB9;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:5px 6px 2px 6px;
	line-height:1.0em;
	cursol:pointer;
	margin:0px 5px 5px 5px;
	text-align:center;
}

li.catBox span.price{
	float:left;
	font-size:1.6em!important;
	line-height:1.0em;
}

ul.catList, 
ul.tourList, 
ul.floatBox{
	width:100%!important;
}

.catBox{
	float:none!important;
	width:92%!important;
	padding:2%!important;
	margin:5px 5px 5px 5px!important;
}

} /*@media*/


*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

@media
only screen and (max-width : 640px){

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }

} /*@media*/

/*●テーブルタグ（デフォルト設定）*/
table{
	width: 100%!important;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	display:block;
}

table th{
	padding: 0.8em 1.0em;
	font-weight:normal;
}

table td{
	padding: 0.8em 1.0em;
}

/*--------------------------------------------------------
2、メインカラム見出しタグ
-------------------------------------------------------*/

/*●H2吹き出し（オレンジ）*/
.h2_ora{
	position: relative;
	background: #EE8E04;
	border: 4px solid #F9BA4B;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding:0.6em 0.4em 0em 0.4em;
}
.h2_ora:after, .h2_ora:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.h2_ora:after {
	border-color: rgba(238, 142, 4, 0);
	border-top-color: #EE8E04;
	border-width: 20px;
	margin-left: -20px;
}
.h2_ora:before {
	border-color: rgba(249, 186, 75, 0);
	border-top-color: #F9BA4B;
	border-width: 26px;
	margin-left: -26px;
}

/*●H2吹き出し（青）*/
.h2_blu{
	position: relative;
	background: #1e36d5;
	border: 4px solid #c2e1f5;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding:0.6em 0.4em 0em 0.4em;
}
.h2_blu:after, .h2_blu:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.h2_blu:after {
	border-color: rgba(30, 54, 213, 0);
	border-top-color: #1e36d5;
	border-width: 20px;
	margin-left: -20px;
}
.h2_blu:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 26px;
	margin-left: -26px;
}

/*●H2吹き出し（赤）*/
.h2_red{
	position: relative;
	background: #d52430;
	border: 4px solid #f57f7f;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding:0.6em 0.4em 0em 0.4em;
}
.h2_red:after, .h2_red:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.h2_red:after {
	border-color: rgba(213, 36, 48, 0);
	border-top-color: #d52430;
	border-width: 20px;
	margin-left: -20px;
}
.h2_red:before {
	border-color: rgba(245, 127, 127, 0);
	border-top-color: #f57f7f;
	border-width: 26px;
	margin-left: -26px;
}

/*●H2吹き出し（緑）*/
.h2_gre{
	position: relative;
	background: #81bf04;
	border: 4px solid #bfe063;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding:0.6em 0.4em 0em 0.4em;
}
.h2_gre:after, .h2_gre:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.h2_gre:after {
	border-color: rgba(129, 191, 4, 0);
	border-top-color: #81bf04;
	border-width: 20px;
	margin-left: -20px;
}
.h2_gre:before {
	border-color: rgba(191, 224, 99, 0);
	border-top-color: #bfe063;
	border-width: 26px;
	margin-left: -26px;
}



/* ●H2見出し */
.h2_red h2,
.h2_gre h2,
.h2_ora h2,
.h2_blu h2{
	color:#FFF;
	font-size:2.0em;
	font-weight:bold;
	line-height:1.4em;	
	padding:0.0em 0.3em 0.6em 0.3em;
}

.h2_red span,
.h2_gre span,
.h2_ora span,
.h2_blu span{
	color:#FFF;
	font-size:0.9em;
	line-height:1.0em;	
	padding:0.3em 0.3em 0.3em 0.3em;
}



/* ●h2(スタイルなし 画像囲み用) */
 h2.nonstyle{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;

}


/*●H3オレンジ */
h3.h3_ora{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 1.2em;
	font-weight: bold;
	padding:0.4em 0.6em 0.4em 0.6em!important;
	line-height:1.0em;
	color:#EE8E04!important;
	border-left:solid 8px #EE8E04;
	border-bottom:solid 1px #EE8E04;
}

/*●H3青 */
h3.h3_blu{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 1.2em;
	font-weight: bold;
	padding:0.4em 0.6em 0.4em 0.6em!important;
	line-height:1.0em;
	color:#1e36d5!important;
	border-left:solid 8px #1e36d5;
	border-bottom:solid 1px #1e36d5;
}

/* h3スタイルなし（画像囲み用） */
h3.nonstyle{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}



/* スマホ版見出し（フォントサイズ変更） */
@media
only screen and (max-width : 640px){

/* ●H2見出し */
.h2_red h2,
.h2_gre h2,
.h2_ora h2,
.h2_blu h2{
	font-size:1.4em;
}

.h2_red span,
.h2_gre span,
.h2_ora span,
.h2_blu span{
	font-size:0.9em;
}

/*●H3見出し */
h3.h3_ora,
h3.h3_blu{
	font-size: 1.2em;
}

} /* @media */

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

@media
only screen and (max-width : 640px){

/*●コンテンツ囲み*/
.contents{
	margin-bottom: 2.0em;
	padding: 0 10px;
}


/*●Tableをブロック表示に*/

#main-contents table{
	border:solid 1px #CCCCCC;
}

#main-contents table,
#main-contents table thead,
#main-contents table tbody,
#main-contents table tfoot,
#main-contents table tr,
#main-contents table th,
#main-contents table td{ display: block; }

#main-contents table th,
#main-contents table td{
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	border:none;
}

#main-contents table th{
	padding-top:2px!important;
	padding-bottom:2px!important;
}

#main-contents table{ /zoom : 1; }
#main-contents table:after{ content : ''; display : block; clear : both; height:0; }

} /*@media*/

/*--------------------------------------------------------
スマホ専用ヘッダー
-------------------------------------------------------*/

#header_sp{
	width:100%;
	text-align:center;
	padding:10px 0 10px 0;
}

#header_sp:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header_sp #left{
	width:10%;
	margin-left:2%;
	float:left;
}

#header_sp #right{
	width:86%;
	margin-right:2%;
	float:right;
}

/*--------------------------------------------------------
スマホ専用フッター
-------------------------------------------------------*/

#footer_sp{
	width:100%;
	border-top:solid 2px #CCC;
	border-bottom:solid 2px #CCC;
	padding:0px 0 0 0;
	background:#F8F8F8;	
}

#copyright_sp{
	width:100%;
	margin:0;
	padding:5px 0 5px 0;
	text-align:center;
	font-size:11px;
	background:#E6E6E6;
}

/*--------------------------------------------------------
モバイル時に表示させる/させない
-------------------------------------------------------*/

/* ●モバイル時にのみ表示させる要素 */
.onlymbl{
	display:none;
}

@media
only screen and (max-width : 640px){

.onlymbl{
	display:block;
}

/* ●モバイルで表示させない要素 */
.nombl{
	display:none!important;
}

} /*@media*/

