@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.itemList{
    text-align: left;
}
.itemList .item, .itemAreaList .item{
    display: inline-block;
    vertical-align: top;
    width: 94%;
    margin: 0 0 30px 0;
  padding: 3%;
}
.itemList .item h3{
  text-align: center;
}
.itemList .item .photoBox{
    margin-bottom: 10px;    
}
.itemList .item .photoBox img{
    width: 100%;
}
.itemList .item .linkButton{
    background-color: #0070BB;
    color: #fff;
    font-size: 15px;
}
.itemList .item .linkButton:hover{
    text-decoration: none;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#7f7f7f;
	border-color:#7f7f7f;
	padding:4px;
	font-size:16px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#fff;
	padding:4px;
	background-color:#7f7f7f;
	border-color:#7f7f7f;
	font-size:16px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
/* 詳細ページ */
.itemBlock > div{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.itemBlock .itemImageBlock{
    width: 100%;
    margin-right: 0;
}
.itemBlock .mainImageBox{
    display: none;
    text-align: center;
}
.itemBlock .itemImageBlock .thumbnailBox > div{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}
.itemBlock .itemDescriptionBlock{
    width: 100%;
}
.itemBlock .itemDescription table{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 50px;
    width: 100%;
}
.itemBlock .itemDescription table th{
    background-color: #0070BB;
    color: #fff;
    border: solid thin;
    white-space: nowrap;
    padding: 4px;
}
.itemBlock .itemDescription table td{
    border: solid thin;
    padding: 4px;
}
.itemDetailTable{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 50px;
    width: 100%;
}
.itemDetailTable th{
    background-color: #0070BB;
    color: #fff;
    border: solid thin;
    white-space: nowrap;
    padding: 4px;
}
.itemDetailTable td{
    border: solid thin;
    padding: 4px;
}
.itemBlock .itemDescription .mapBox{
}
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#797A7D;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
	background-color: #A5A6A7;
}
.pageContoll{
	display: table;
	width:100%;
}
.pageContoll > div{
	display: table-cell;
	vertical-align:middle;
	width:50%;
	border-color:#797A7D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.beforeBox{
	text-align:left;
}
.nextBox{
	text-align: right;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.pageContolBlock .linkButton{
	display:inline-block;
	padding: 5px 5px;
	text-decoration:none;
	color:#000;
	border-style:solid;
	border-width: 1px;
	border-color: #000;
	word-break:keep-all;
	background-color:#A5A6A7;
}
.pageContolBlock .linkButton:visited{
	color:#000;
}
.pageContolBlock .linkButton:hover{
	background-color: #CCC;
	color:#000;
}
.fa-sun{
    color: #FF0000;
}
.itemImageBlock .slideBox{
    display: block;
   overflow:hidden; /* 画面幅からでないように */
}
.itemImageBlock .slider{
    position: relative;
    left: calc(100vw*0.95*0.15) ;
    overflow: visible !important;
    
}
.itemImageBlock .slider .thumbnail{
    width:calc(100vw*0.95*0.7) !important;
    height: auto;
    text-align: center;
}
.itemImageBlock .slider .thumbnail img{
    width: 95%;
    display: inline;
}
.itemImageBlock .slider .thumbnail video{
    width: 95%;
    display: inline;
}
.itemBlock .linkButton{
    background-color: #0070BB;
    font-size: 17px;
}
.thumbnailBox{
    display: none;
}
.itemImageBlock .bx-wrapper {
	-moz-box-shadow: none ;
	-webkit-box-shadow: none ;
	box-shadow: none ;
	border: 0;
	background: #fff;
}
.content .back{
	background-color:#0070BB;
  
}
.itemDetailBlick, .editContent{
}
.itemDetailBlick h2, .editContent h2{
    color: #656565;
    font-size: 25px;
}
.itemDetailBlick .toureDetailTable, .editContent .toureDetailTable{
    font-size: 17px;
    width: 100%;
    background-color: #fff;
}
.itemDetailBlick .toureDetailTable th, .editContent .toureDetailTable th{
    background-color: #00A89C;
    opacity: 0.36;
    color: #FFF;
    border-top-color: #7F7F7F;
    border-bottom-color: #7F7F7F;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
}
.itemDetailBlick .toureDetailTable td, .editContent .toureDetailTable td{
    border-top-color: #7F7F7F;
    border-bottom-color: #7F7F7F;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
}
.bx-pager img{
    width: 24%;
}
.resavationText{
    text-align: center;
    color: #656565;
    font-size: 26px !important;
}
.resavationText .linkButton{
    background: linear-gradient(0deg, #0070BB, #00A89C) ;
    font-size: 34px;
    border-style: solid;
    border-width: thick;
    color: #fff;
    border-radius: 4px;
    border-color: #0A92B1;
}
.resavationText .linkButton:hover{
    opacity: 0.85;
}
.tourName{
    font-size: 25px;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.itemList .item, .itemAreaList .item {
	width: 46%;
	margin: 0.1%;
	padding: 0.5% 1% 0.5% 0.5%;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.itemBlock .mainImageBox{
    display: block;
}
.itemList .item, .itemAreaList .item {
	width: 30%;
	margin: 0.1%;
	padding: 0.5% 1% 0.5% 0.5%;
}
.itemBlock .itemImageBlock{
    width: 54%;
    margin-right: 1%;
}
.itemBlock .itemDescriptionBlock{
    width: 44%;
}
.itemImageBlock .thumbnailBox{
    display: block;
}
.itemImageBlock .slideBox{
    display: none ;        
}
}