/*
Theme Name:stinger7child
Template:stinger7
*/
@import url('./import_ym.css');
.slick-prev::before, .slick-next::before{
display:none;
}

body{
background-color:#fff;
width:100%;
}
.l-bold{
  font-weight: bold;
}
.l-flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#wrapper{
 clear:both;}

.descr{ display:none;}
#gazou-wide nav.smanone{
background:url("https://www.kamometour.co.jp/common/images/navigation_background.jpg") repeat scroll center top;
height:90px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#gazou-wide nav.smanone{
height:auto;
min-height:90px;
}
#menu-top{
background:url("https://www.kamometour.co.jp/common/images/navigation_background.jpg") scroll center top;
padding-bottom:10px;
position:relative;
z-index:10;
}
#footer, #footer p, #footer a{
color:#FFF !important ;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
        /*グループ1
        ------------------------------------------------------------*/
        /*ブログタイトル*/
		body{
			padding-top:0;
			}
			
		header {
			position:static;
			}
        header .sitename a {
          color: #ffffff;
        }
        /* メニュー */
        nav li a {
          color: #ffffff;
        }
        /*ヘッダーリンク*/
        #header-r .footermenust li {
          border-right-color:#ffffff;
        }
        #header-r .footermenust a {
          color: #ffffff;
        }

        /*キャプション */
        header h1 {
          color: #ffffff;
        }
        header .descr {
          color: #ffffff;
        }
        /* アコーディオン */
        #s-navi dt.trigger .op {
          color: #ffffff;
        }
        .acordion_tree li a {
          color: #ffffff;
        }
        /* サイド見出し */
        aside h4 {
          color: #ffffff;
        }
        /* フッター文字 */
        #footer, #footer .copy, #footer .rcopy, #footer .copy a, #footer .rcopy a {
          color: #ffffff;
        }
        /* スマホメニュー文字 */
        .acordion_tree ul.menu li a, .acordion_tree ul.menu li {
          color: #000;
        }
        .acordion_tree ul.menu li {
          border-bottom:dotted 1px #000;
        }

        /*グループ2
        ------------------------------------------------------------*/
        /* 中見出し */
        h2 {
          background: #f3f3f3;
          color: #1a1a1a;
        }
        h2:after {
          border-top: 10px solid #f3f3f3;
        }
        h2:before {
          border-top: 10px solid #f3f3f3;
        }
        /*小見出し*/
        .post h3 {
          color: #000				border-bottom: 1px #000 dotted;
          background-color: #fff;
        }
        .post h4 {
          background-color: #f3f3f3;
        }

        /* サイド見出し */
        aside h4 {
          color: #000;
        }

        /*グループ4
        ------------------------------------------------------------*/
        /* RSSボタン */
        .rssbox a {
          background-color: #87BF31;
        }
        /*お知らせ
        ------------------------------------------------------------*/
        /*お知らせバーの背景色*/
        .rss-bar {
          border-color: #fff;
          color: #000;
          /*Other Browser*/
          background: #fff;
          /*For Old WebKit*/
          background: -webkit-linear-gradient(
          #fff 0%,
          #fff 100%
          );
          /*For Modern Browser*/
          background: linear-gradient(
          #fff 0%,
          #fff 100%
          );

        }
        /*固定ページサイドメニュー
        ------------------------------------------------------------*/
        /*背景色*/
        #sidebg {
          background:#f3f3f3;
        }
        #side aside .st-pagelists ul li ul li {
          border-color: #0277bd
        ;
        }
        #side aside .st-pagelists ul li a {
          color: #000;
          /*Other Browser*/
          background: #f3f3f3;
          /*For Old WebKit*/
          background: -webkit-linear-gradient(
          #fff 0%,
          #f3f3f3 100%
          );
          /*For Modern Browser*/
          background: linear-gradient(
          #fff 0%,
          #f3f3f3 100%
          );
        }
        #side aside .st-pagelists .children a {
          border-bottom-color: #000;
          color: #000;
        }
        #side aside .st-pagelists .children li .children a,
        #side aside .st-pagelists .children li .children .children li a {
        color: #000;
        }

        /*追加カラー
        ------------------------------------------------------------*/
        /*フッター*/
        footer,footer p,footer a{
          color:#000!important;
        }
        footer .footermenust li {
          border-right-color: #000!important;
        }
        /*任意の人気記事
        ------------------------------------------------------------*/
        .post h4.p-entry {
          background:#FEB20A;
          color:#fff;
        }
        .poprank-no2{
          background:#FEB20A;
          color:#fff!important;
        }
        .poprank-no{
          background:#FEB20A;
          color:#fff;
        }

        /*media Queries タブレットサイズ
        ----------------------------------------------------*/
        @media only screen and (min-width: 414px) {
          /*追加カラー
          ------------------------------------------------------------*/
          /*フッター*/
          footer{
          /*	margin:0 -20px;*/
          }
        }
        /*media Queries PCサイズ
        ----------------------------------------------------*/






/*---- T-Up ----*/
main {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
div#breadcrumb {
    padding:0 10px 5px;
}
.sns {
    margin:0 10px 20px;
}



/* .is-link a{
  width: 100%;
  height: 100%;
  display: block;
} */
.js-tgl-btn{
  position: relative;
  width: 60%;
  border-radius: 6px;
  margin: auto;
}
.js-tgl-btn::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
	background-size: 15px;
  width: 15px;
  height: 15px;
}
.js-tgl-btn.open::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
}
.Detail .js-tgl-btn{
  background: #ceedfe;
  color: #0b9efa;
}
.Detail .js-tgl-btn::after{
  background: url(../img/icon_open_line_b.png) center right no-repeat;
	background-size: 15px;
}
.Detail .js-tgl-btn.open::after{
  background: url(../img/icon_close_line_b.png) center right no-repeat;
	background-size: 15px;
}
.Slist .js-tgl-btn{
  background: url(../img/icon_glass_w.png) center left 10px no-repeat #0b9efa;
  background-size: 21px;
  color: #ffffff;
  font-size: 15px;
}
.Slist .js-tgl-btn::after{
  background: url(../img/icon_open_line_w.png) center right no-repeat;
	background-size: 15px;
}
.Slist .js-tgl-btn.open::after{
  background: url(../img/icon_close_line_w.png) center right no-repeat;
	background-size: 15px;
}
.js-open{
  display: none;
}
.js-open .BodyText{
  padding-top: 0;
}
.l-flat-table th{
  width: 90px;
  text-align: center;
  background: #f7f7f7;
  border: none;
  border-bottom: 5px solid #fff;
  vertical-align: middle;
}
.l-flat-table td{
  border: none;
  padding-left: 10px;
    vertical-align: middle;
}


/*-- --*/
#Tup h2,
#Tup .Detail h1{
	margin:0px;
	border:none;
	background:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:17px;
	font-weight:bold;
	line-height:130%;
	color:#333;
}
#Tup .Detail h1{
	padding:0;
	margin-bottom: 5px;
	}
#Tup h2::after,#Tup h2::before,
#Tup .Detail h1::after,#Tup .Detail h1::before{
	border:none;
}
#Tup .contTtl{
	clear:both;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#Tup .contTtl span{
	display:block;
  padding: 10px;
  background: #3daded;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#ffffff;
}
#Tup .contTtl span span{
	display:inline;
	border:none;
	font-size:14px;
}
#Tup h4{
	border:1px solid #ddd;
	margin:15px 10px 0;
	text-align:center;
	font-size:14px;
	font-weight:normal;

	line-height:22px;
}
/*-- --*/
.BodyText{
	margin:0;
	padding:12px 10px 0px;
	text-align:left;
	line-height:130%;
}
.Sec{
	padding: 3% 3% 30px;
	word-break:break-all;
  line-height: 1.5;
  	font-size:14px;
}
.Sec p{
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5;
}

/*-- --*/
aside.Mlist ul.Mlist li a,
.Slist .List .Button a,
.Detail .PageNav a,
.Detail #D001 .Month a{
	position:relative;
	display:block;
	border-radius:3px;
	border:1px solid #3daded;
	margin:5px 5px 0 0;
	background:#ceedfe;
	/* background:linear-gradient(to bottom, #eeeeee 0px, #dddddd 100%); */
	transition:0.2s transform linear,0.2s background linear,0.2s color linear;
	/* box-shadow:1px 1px 2px 0px rgba(0,0,0,0.1); */
	text-decoration:none;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#6b6b6b;
  font-weight: bold;
}
.Slist{
  margin-top: 15px;
}
aside.Mlist ul.Mlist li a::after,
.Slist .List .Button a::after,
.Detail .PageNav a::after,
	position:absolute;
	right:1px;
	bottom:1px;
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:url("../img/tup101.png") no-repeat;
}
.Slist .Pager a::after{
	position:absolute;
	right:1px;
	bottom:1px;
	content:"";
	display:block;
	width:6px;
	height:6px;
/*	background:url("../img/tup203.png") no-repeat;*/
}
aside.Mlist ul.Mlist li a:hover,
.Slist .List .Button a:hover,
.Detail .PageNav a:hover,
.Detail #D001 .Month a:hover{
	border:1px solid #3daded;
	background:#3daded;
	transform:translate(1px,1px);
	color:#fff;
}

.Slist .Pager a:hover, .Slist .Pager a.Here{
  	border:1px solid #7d7d7d;
    background:#7d7d7d;
    color:#ffffff;
}

.Slist .List .Button a,
.Detail .PageNav a{
	margin:0;
	line-height:50px;
}
/*
.Slist form.Search .Submit a span{
	padding:0 14px 0 0;
	background:url("../img/tup202.png") no-repeat right center;
}
*/
.Slist .Submit{
  margin-top: 20px;
}

/*-- Mlist --*/
aside.Mlist{
	padding:5px 0 20px;
}
aside.Mlist ul.Mlist{
	border-bottom:1px dotted #ccc;
	padding:5px 0 20px 10px;
	list-style:none;
}
aside.Mlist ul.Mlist li{
	float:left;
	width:33%;
}

/*-- Slist --*/
.Slist h2.Toggle{
	border:none;
	border-top:1px solid #666;
	padding:0;
	text-align:center;
	text-decoration:underline;
}
.Slist h2.Toggle span{
	padding:2px 0 0 30px;
	background:url("../img/tup201.png") no-repeat left 1px;
	line-height:58px;
}
.Slist h2.Toggle span.Open{
	background:url("../img/tup201.png") no-repeat left -99px;
}
.Slist form.Search{
	padding:0 10px;
}
.Slist form.Search table{
	border-top:1px dotted #ccc;
	width:100%;
  margin-top: 10px;
}
.Slist form.Search table th,
.Slist form.Search table td{
	border:none;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
.Slist form.Search table th{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
.Slist form.Search table td{
	text-align:left;
}
.Slist form table td select,
.Slist form table td input{
	width:100%;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
.Slist form table td input.schthema{
	width:auto;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
#keyword,#code{
}

.Slist form.Search table td select:nth-child(2){
	margin:6px 0 0;
}
.Slist form.Search table td #dep01{
	width:60%;
}
.Slist form.Search table td #dep02{
	width:35%;
}

.Slist .SearchResult_wrap{
  border-bottom: 3px solid #eeeeee;
  margin: 15px 10px;
}
.Slist .SearchResult_wrap > .l-flex{
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Slist .SearchResult{
	margin:0;
	text-align:center;
	font-size:14px;
}
.Slist .SearchResult span{
	padding:0 6px;
	font-size:18px;
	color:#c30;
}
.SearchResult_select{
  position: relative;
  width: 55%;
}
.SearchResult_select select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 1em;
  outline: none;
  border-radius: 0;
}

.SearchResult_select:before {
    content: "";
    position: absolute;
    right: 0;
    width: 33px;
    height: 100%;
    background: #ffffff;
    z-index: -2;
}
.SearchResult_select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: 50%;
  right: 10px;
  margin-top: -.4em;
  border-width: .80em .5em;
  border-style: solid;
  border-color: #000000 transparent transparent;
  z-index: 1;
}
.SearchResult_select select{
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
}
.SearchResult_pageNum{
  text-align: right;
  margin: 0 0 25px;
}
.Slist .Pager{
  display: -webkit-flex; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
	margin:0 10px 10px;
/*	padding:5px 0 0;*/
	text-align:left;
}
.Slist .Pager a{
	display:inline-block;
	width:10%;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border-radius:3px;
  background:#ffffff;
  transition:0.2s transform linear,0.2s background linear,0.2s color linear;
  border: 1px solid #000000;
  color:#000000;
}


.Slist .Pager a + a{
  margin-left: 5px;
}
.Slist .Pager a:last-child{
/*	width: 20%;*/
}
.Slist .Pager a.Here{
	text-decoration:none;
}
/*-- --*/
.Slist .List{
	border-bottom:3px solid #eeeeee;
  width: 94%;
	margin:20px auto;
}
.Slist .List.last{
  border: none;
  padding-bottom: 30px;
}
.Slist .ListTtl{
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.Slist .List .icon_head{
  width: 40px;
  min-width: 40px;
  padding: 5px 0;
  background: #e5e5e5;
  line-height: 1.2;
  text-align: center;
  border-radius: 3px;
  color: #000000;
}
.Slist .List .icon_head span{
    font-weight: bold;
}
.Slist .List .icon_head .num{
  display: block;
  font-size: 20px;
}
.Slist .List a.Photo{
	display:block;
	margin-right:10px;
}
.Slist .List a.Photo img{
	width:100%;
}
.Slist .List h3{
  width: calc( 100% - 40px );
	padding-left: 10px;
  box-sizing: border-box;
	background:none;
	text-align:left;
}
.Slist .List h3 a{
  text-decoration: none;
	font-size:17px;
	font-weight:bold;
	line-height:120%;
	color:#333;
}
.Slist .dataWrap{
  margin-bottom: 10px;
}
.Slist .dataWrap > *{
  width: 50%;
}
.Slist .List .data_list_item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 11px;
}
.Slist .List .data_list_item + .data_list_item{
  margin-top: 5px;
}
.Slist .List .head{
  width: 70px;
  min-width: 70px;
  height: 20px;
  line-height: 20px;
  background: #eeeeee;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

@media screen and (max-width: 320px) {
  .Slist .List .dataWrap .Photo {
      width: 45%;
      margin-right: 5px;
  }
  .Slist .List .dataWrap .data_list{
      width: 55%;
  }
  .Slist .List .head{
    width: 22vw;
    min-width: 22vw;
    font-size: 4vw;
  }
}


.Slist .List .hotel_lank .head{
letter-spacing: -2px;
}
.Slist .List .data{
  padding: 3px 0 0 5px;
  box-sizing: border-box;
}
.Slist .data_list_item:first-child .data{
  padding-top: 0;
}
.Slist .List .data.top_rating_list{
  margin-left: 0;
}
.ratingParts_body-ster * {
    width: 15px;
    height: 15px;
}
.Slist .List .Price{
	margin:15px 10px 0 0;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#c30;
}
.Slist .List .Price span{
  font-size: 12px;
  color: #000000;
}
.Slist .List .l-button a{
	text-align: center;
}
.Slist .List .l-button a span{
	position: relative;
  top: 5px;
  font-weight: bold;
}







/*-- Detail --*/
/* Information */
.Information.Sec{
  padding: 0 3% 0px;
}
.Detail h2{
	border:none;
	text-align:left;
}
.Detail div.subtitle{
    background: #f1f8fe;
    font-weight: normal;
    font-size: 3.2vw;
    padding: 1% 1.5%;
    color: #2296f3;
/*	    text-align: center;*/
    margin-bottom: 5px;
}
p.tourPrice{
	padding:5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #c30;
}
p.tourPrice span{
  font-size: 15px;
  color: #000000;
}
.TourCode{
	font-size:14px;
	line-height:130%;
	margin-bottom:0px;
}
.Detail .icon li img {
    line-height: 0;
    vertical-align: top;
}



.Slist .TourCode{
	padding:5px 0 15px;
}
/* .Detail .line {
	margin:10px 10px 5px;
	border-bottom:1px solid #666;
} */

/*-- --*/
.Detail .PageNav{
	display:table;
	border-collapse:separate;
	border-spacing:5px;
	margin:0 5px;
	width:97%;
	text-align:center;
}
.Detail .PageNav p{
	display:table-row;
	margin:0;
	padding:0;
}
.Detail .PageNav a{
	display:table-cell;
	width:30%;
	height:48px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	line-height:130%;
}
.Detail p.Date{
	padding:0px 0 10px;
	font-size:13px;
	line-height:120%;
	margin-bottom:5px;
}

.Detail p.pex {
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 5px;
    text-align: center;
    width: 100px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 0;
}
/*-- --*/
#bxSlider .bx-caption{
	text-align:center;
	font-size:14px;
	line-height:160%;
}
.bx-controls{
  padding: 0 6%;
}
#bxSlider .bx-controls{
  margin-left: -3vw;
  padding: 0 6%;
}
#slider p{
	max-height:300px;
	overflow:hidden;
}
#slider p img{
	margin:0 5px;
}

#bxSlider .bx-pager{
/*  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 0 0 3vw;
	padding: 0;
	text-align:center;
}
#bxSlider .bx-pager div{
	display:inline-block;
	text-align:center;
	width: 6%;
	line-height: 100%;
	
/*	margin:3vw 0 0;
  padding-left: 3vw;
	width:33.3%;
	height:60px;
	overflow:hidden;*/
}
#bxSlider .bx-pager div a img{
	width:100%;
}

#bxSlider .bx-pager div a.active,
#bxSlider .bx-pager div a:hover{
	opacity:1.0;
}

/*-- --*/
#D001 .Caption{
	padding:10px 0 0;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
#D001 .Month{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -2%;
  padding:10px 0;
}
.Detail #D001 .Month a{
	display:inline-block;
	margin: 6px 0 0 2%;
	width: 18%;
  padding-left: 0.5vw;
	font-size:14px;
	line-height:42px;
}
#D001 .Month a.Here{
	text-decoration:none;
  background: #3daded;
  color: #ffffff;
}

#D001 .Month a.Here::after{
	display:none;
}
.Detail .Note{
	border:1px solid #666;
	margin:10px 10px 20px;
	padding:8px;
	background:#f3f3f3;
	text-align:left;
	font-size:14px;
	line-height:130%;
	color:#333;
}
.Detail .Note span{
	display:block;
	font-weight:bold;
}
.Detail .Notice{
	margin:0;
	padding:5px 5px 0 19px;
	text-align:left;
	text-indent:-14px;
	font-size:14px;
	line-height:130%;
	color:#c00;
}

.TourPoint .BodyText{
  line-height: 1.5;
}
.TourPoint .BodyText a{
	color:#2296f3
	}
.TourPoint .l-button{
  margin-top: 15px;
}


/*-- Hotel --*/
.Hotel{
	padding:10px 5px 30px;
}
.Hotel .indexWrap{
  width: 62%;
  margin: 0 0.5%;
  padding: 0;
  border-top: 1px solid #d2d2d2;
  border: 1px solid #d2d2d2;
  text-align: center;
}
.Hotel .indexWrap .colTTl{
  margin: auto;
  background: #ceedfe;
  color: #3daded;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.Hotel .indexWrap .colTxt {
  padding: 6%;
  box-sizing: border-box;
}
.Hotel .indexWrap .linkTxtList01{
  margin-bottom: 5px;
}
.Hotel .indexWrap .linkTxtList01 p{
  line-height: 1.4;
}
.Hotel .indexWrap .linkTxtList01 p + p{
  margin-top: 5px;
}
.Hotel .indexWrap .l-button{
  margin-top: 20px;
  border-radius: 6px;
}
.Hotel .indexWrap .l-button + .l-button{
  margin-top: 10px;
}
.rating_item{
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-top: 5px;
}
.rating_item_child.ratingParts_head{
  padding: 0;
  background: #ffffff;
  font-size: 11px;
  color: #030303;
}
.Hotel .js-slide .slick-prev, .Hotel .js-slide .slick-next {
  top: 50%;
  width: 35px;
  height: 35px;
}
.Hotel .js-slide .slick-prev{
  left: 3%;
  z-index: 50;
}
.Hotel .js-slide .slick-prev:before {
    content: '';
    display: block;
    background: url(../img/arrow_l_circle.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
        transition: all .3s ease;
}
.Hotel .js-slide .slick-next{
  right: 3%;
}
.Hotel .js-slide .slick-next:before {
    content: '';
    display: block;
    background: url(../img/arrow_r_circle.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
            transition: all .3s ease;
}
.Hotel .js-slide .slick-arrow.slick-disabled{
  opacity: 0;
}

div#sc_area {
    height: auto;
}
/*-- Schedule --*/
#D002 dl{
	width:100%;
	    border-collapse: collapse;
}
#D002 dt{
	display:table;
    border-collapse: collapse;
	width:100%;
	position:relative;
	font-size:14px;
	line-height:200%;
	  background:#fafafa;
		    border: 1px solid #ccc;
}
#D002 dt::after{
position: absolute;
    right: 15px;
    top: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#D002 dt .Date{
	display: block;
  font-weight: bold
}
#D002 dd{
	display:none;
		    border: 1px solid #ccc;
	}
#D002 dd.dd_1{
	display:block;	
	}

#D002 dt .Date span{
  position: relative;
    top: 2px;
  display:block;
  padding: 5px 10px;
	font-size:14px;
	font-weight:bold;
    border-bottom: #ccc;
}

#D002 dt span.Item{
	white-space:nowrap;
}
#D002 dt span.Body{
	padding:4px;
}
#D002 dd{
	padding:2.43375vw;
	font-size:14px;
	line-height:130%;
  border-top: none;
}
#D002 dl + dl{
/*  margin-top: 25px;*/
}
#D002 dl dd + dt{
  margin-top: 2.43375vw;
}
/*.Schedule.Sec{
  padding: 25px 0 30px;
}*/
.Schedule.Sec {
    padding: 0px 0 0px;
    margin: 1.5%;

}
.Schedule .data_item{
  margin-top: 10px;
}
.Schedule .data_item .Ttl{
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.Schedule .data_schedule .Ttl,
.Schedule .data_tour .Ttl{
  display: block;
}
.Schedule .data_lodging .Ttl,
.Schedule .data_meal .Ttl{
  display: inline-block;
}
.Schedule .data_lodging .Ttl + .Data,
.Schedule .data_meal .Ttl + .Data{
  display: inline-block;
  padding-left: 5px;
}
.Schedule .data_item .Ttl::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.Schedule .data_schedule .Ttl::before{
  background: url(../img/icon_schedule.png) left center no-repeat;
  background-size: 16px auto;
}
.Schedule .data_lodging .Ttl::before{
  background: url(../img/icon_lodging.png) left center no-repeat;
  background-size: 16px auto;
}
.Schedule .data_tour .Ttl::before{
  background: url(../img/icon_tour.png) left center no-repeat;
  background-size: 16px auto;
}
.Schedule .data_meal .Ttl::before{
  background: url(../img/icon_meal.png) left center no-repeat;
  background-size: 16px auto;
}
.Schedule .data_item .Data{
   padding-left: 20px;
  margin-top: 5px;
}

.Caution .txt_item span{
  display: block;
}
.Caution .txt_item + .txt_item{
  margin-top: 15px;
}


/*-- Company --*/
.Company{
  width: 94%;
  margin: auto;
}



/*-- inq --*/
#Tup aside.Contact textarea{
	margin:10px 10px 0;
	padding:2%;
	width:96%;
	height:220px;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
#Tup aside.Contact #ppstr{
	padding:10px 0;
	text-align:center;
	font-size:16px;
	line-height:150%;
}
#Tup aside.Contact #ppstr label{
	display:inline-block;
	border-radius:24px;
	margin:0 0 0 8px;
	padding:0 12px;
	background:#f3f3f3;
}
#Tup aside.Contact h4{
	position:relative;
	border:none;
	background:#f3f3f3;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
#Tup aside.Contact form h4:first-child{
	margin:0 5px;
}
#Tup aside.Contact h4.Required::after{
	position:absolute;
	right:3px;
	top:3px;
	content:"";
	display:block;
	width:36px;
	height:18px;
	background:url("../img/tup401.png") no-repeat;
}

section article #ppstr label input{
	margin:0 8px 0 0;
}
#Tup aside.Contact .Body{
	margin:8px 5px 0;
	text-align:left;
	font-size:16px;
	line-height:130%;
}
#Tup aside.Contact .Body span{
	display:block;
	margin:4px 0 0;
	font-size:14px;
	line-height:120%;
}
#Tup aside.Contact .Body select,
#Tup aside.Contact .Body input,
#Tup aside.Contact .Body textarea{
	padding:1%;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
#Tup aside.Contact .Body select{
	width:100%;
}
#Tup aside.Contact .Body label{
	display:inline-block;
	width:100%;
}
#Tup aside.Contact .Body label input{
	margin:0 4px 0 0;
}
#Tup aside.Contact .Cell02 label{
	width:48%;
}
#Tup aside.Contact .Cell02 select{
	width:48%;
}
#Tup aside.Contact .Cell03 label{
	width:31%;
	white-space:nowrap;
}
#Tup aside.Contact .Cell03 select{
	width:23%;
}
#Tup aside.Contact .TourName, #Tup aside.Contact .TourName a{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#Tup aside.Contact .Body input.Tx01{
	margin:0 4px;
	width:140px;
}
#Tup aside.Contact .Body input.Tx02{
	width:98%;
}
#Tup aside.Contact .Body input.Tx03{
	margin:0 0 0 4px;
	width:80%;
}
#Tup aside.Contact .Body textarea{
	width:98%;
	height:200px;
}

/*---- ----*/
.Detail .Button,
#Tup aside.Contact .Button{
	padding:20px;
}
.Detail .Button a,
#Tup aside.Contact .Button input{
	position:relative;
	display:block;
	border:none;
	width:100%;
	background:#cff;
	background:linear-gradient(to bottom, #ffaa11 0px, #ff9900 100%);
	transition:0.2s transform linear,0.2s background linear,0.2s color linear;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.1);
	text-decoration:underline;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:18px;
	font-weight:bold;
	border-radius: 25px;
	line-height:50px;
	color:#fff;
}
/*.Detail .Button a::after,*/
#Tup aside.Contact .Button input::after{
	position:absolute;
	right:1px;
	bottom:1px;
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:url("../img/tup302.png") no-repeat;
}
.Detail .Button a:hover,
#Tup aside.Contact .Button input:hover{
	background:#f60;
	transform:translate(1px,1px);
	color:#fff;
}
/********************************************
		繧ｹ繝槭?帷畑繧ｫ繝ｬ繝ｳ繝?繝ｼ
 ********************************************/
#D001 .l-table {
	border-left: 1px solid #999;
    border-top: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom:20px;
}
#D001 .l-table caption {
    background: #ddd none repeat scroll 0 0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: 100%;
}
#D001 .l-table td{
	width:55%;
	    position: relative;
		    padding: 2%;
}
#D001 .l-table th {
	padding: 5px 5px 5px 10px;
	background-color: #EEE;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	font-weight: normal;
	text-align: left;
	    padding: 2%;
	vertical-align: top;
	width:28%;
}
#D001 .l-table .item_02 a{
	color: #000;
    text-decoration: underline;
}


.item02 a {
    text-decoration: underline;
}

.online .item02 span a{
	color: #F00;
	font-weight:bold;
/*    text-decoration: underline;*/
}

.online .item02 a.app-btn {
    background: #ffa50c;
    color: #fff;
    /* font-weight: bold; */
    border-radius: 5px;
    padding: 2% 2%;
    display: inline-block;
    margin-left: 50px;
    position: absolute;
    right: 5px;
	text-decoration:none;
	width: 16vw;
    top: 3px;
	 font-size: 0.95em;
	 text-align:center;
	}

.online .contact-app-text{
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.online a.contact-app {
    background: #ccc;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 2% 1%;
    font-size: 1.15em;
    width: 73%;
    margin: 0 auto 38px;
}

span.zanseki {
    padding-left: 10px;
    font-size: 0.95em;
}

.online span.zanseki {
    padding-left: 10px;
font-size: 0.9em;
    color: #000;
}


#D001 .l-table .price a:hover{
	background:#bbb !important;
	color:#fff;
}
#D001 .l-flat-table{
  width: 90%;
  margin: auto;
}
span.zanseki {
    padding-left: 10px;
    font-size: 0.95em;
	color: #0166ff;
}
.online_link {
	padding:1px;
    font-size: 0.95em;
	display:block;
	border-radius:3px;
	background:#31add6;
	text-align:center;
	color:#FFF !important;
}

/*繝壹?ｼ繧ｸ繝医ャ繝?*/
#page-top {
    bottom: 10px;
	right:5px;
}
#page-top a {
background: #cccccc;
border-radius:50%;
width:50px;
height:50px;
}

.planner{
	margin:0 0 40px 0;
      padding: 0 3%;
}
.planner h3{
	background-color:#6bb3f1;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	padding:10px !important;
}
.planner .planner_profile {
	margin:17px 0;
}
.planner .planner_img {
	width:35%;
	float:left;
	margin:0 3% 0 0;
}
.planner .planner_name {
	width:62%;
	float:left;
}
.planner .name_01 {
	color:#6bb3f1;
	font-size:14px;
	font-weight:bold;
	margin-top:-1px
}
.planner .name_02 {
	font-size:20px;
	font-weight:bold;
}
.planner .name_03 {
	font-size:14px;
	font-weight:bold;
}
.planner p {
	font-size:14px;
}
.planner .inquiry_button {
	text-align:center;
	margin:15px 0 0 0;
}

.link{
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
}
.btn_link{
  position: relative;
  width: 100%;
  height: 50px;
}
.btn_link + .btn_link{
  margin-top: 10px;
}
.btn_link a {
  width: 100%;
  height: 100%;
  border: none;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
}
.btn_link a span{
  position: relative;
  left: -2%;
  top:1px;
  font-weight: bold;
}
.btn_link.link_item::after {
  content: " ";
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.l-bg-blue a{
    background: #16abea;
}
.l-bg-glay a{
    background: #888888;
}



#mainContainer .carousel {
	background: transparent;
	border: none;
  padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#mainContainer .carousel .regular{
  	padding:20px 0 10px 0;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-prev{
  background: url(/sp/img/arrow01.gif) no-repeat scroll 0 0px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-next{
  background: url(/sp/img/arrow02.gif) no-repeat scroll 0 0px;
}
.carousel .bx-wrapper .bx-pager, .carousel .bx-wrapper .bx-controls-auto {
    width: 90%;
}
#D006 .BodyText{
  	border-bottom: 1px dotted #cacaca;
    padding-bottom: 30px;
}


.tab_list{
  -webkit-align-items: center;
  align-items: center;
  margin-left: -0.5vw;
}
.tab_item{
  width: 33.33333%;
  height: 50px;
/*  padding-left: 0.5vw;*/
}
.tab_item a {
/*    width: 90%;
    height: 100%;*/
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #222;
}

.tab_item.on a {
    color: #fff;
}

.tab_item span{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a2a2a2;
  border-right:none;
  font-size: 13px;
  font-weight: bold;
  background: #eee;
  color: #222;
 line-height: 110%;
    border-top: 1px solid #a2a2a2;
    font-size: 3vw;
    font-weight: normal;
}
.tab_item.on span{
  background: #3daded;
  color:#fff;
  text-align: center;
    border-bottom: none;
  border-top: 1px solid #a2a2a2;
}

.carousel .tourslide {
    padding: 9px;
}
.carousel .tourslide a {
    display: table;
    width: 100%;
}
.carousel .tourslide .image_tour {
    width: 35%;
    float: left;
    /* display: table-cell; */
}
.carousel .tourslide .text_tour {
    font-size: 110%;
    padding: 3px 0 0 0;
    line-height: 14px;
    width: 63%;
    /* display: table-cell; */
    margin-bottom: 0;
    float: right;
    padding-right: 4px;
    color: #000;
    font-weight: bold;
}
.carousel .tourslide .price_tour {
    font-weight: bold;
    font-size: 150%;
    color: #CF4213;
    display: block;
    float: right;
    padding-right: 6px;
    font-size: 13px;
}
.planner .inquiry_button a img{
	    border-radius: 25px;
	}

#calview{
	position:sticky;
	position: -webkit-sticky;
	top:0;
	z-index: 10;
	}
a.bx-pager-link {
    display: inline-block;
    border-radius: 50%;
    background: #999;
    width: 10px;
    height: 10px;
    font-size: 0vw;
    color: #999;
}
a.bx-pager-link.active{
	background:#2296f3;
	color:#2296f3;
	}
.Detail .point_icon .icon_item {
    display: inline;
    float: left;
    width: 23.4%;
    padding: 1vw;
    margin-bottom: 0.5vw;
    background: #F1F8FE;
    border: 1px solid #999;
    /* font-weight: bold; */
    color: #000;
    margin: 0.8%;
    font-size: 3vw;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
.tour-link-box{
	border:2px solid #64b5f7;
	padding:10px;
	margin-top:25px;
	}
.tour-link-box .link-box-title{
	border-left:2px solid #64b5f7;
	padding-left:10px;
	font-size:14px;
	margin-bottom:6px;
	font-weight:bold;
	}
.tour-link-box a{
	color:#000;
	padding:5px;
	text-decoration:underline;
	}
.tour-link-box .link-box-title + br{
	display:none;
	}
.Month_menu{
	border: 1px solid #bbb;
    border-radius: 4px;
    padding: 5px;
    font-size:16px;
    width: 100%;
}
#D001 .l-table caption {
	position: relative;
}
#D001 .l-table caption a{
line-height: 190%;
}
#D001 .l-table caption a.next {
    position: absolute;
    right: 0;
    font-size: 14px;
    display: inline-block;
    background: #ccc;
    padding: 0 10px;
}
#D001 .l-table caption a.next:after {
    content: " > ";
    vertical-align: 0px;
    font-weight: bold;
    display: inline-block;
    padding-left: 4px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
#D001 .l-table caption a.prev {
    position: absolute;
    left: 0;
    font-size: 14px;
    display: inline-block;
    background: #ccc;
    padding: 0 10px;
}
#D001 .l-table caption a.prev:before {
    content: " < ";
    vertical-align: 0px;
    font-weight: bold;
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
#Tup .add-text h4 {
    background: #eee;
    border: none;
}
.add-text p {
    font-size: 13px;
    padding: 5px 10px 0;
    border: 1px solid #e7e7e7;
    margin: 0 10px;
}
    #Tup .add-text{
        margin-bottom: 10px;
    }
#Tup .add-text.attention {
    margin: 5px;
    border: 2px solid #d19869;
}
#Tup .add-text.attention h4 {
background: none;
    border: none;
    margin: 3px 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 150%;
    color: #a56126;
}
#Tup .add-text.attention p {
    font-size: 13px;
    padding: 0 5px 0;
    border: none;
    margin: 0 10px 5px;
    line-height: 140%;
}
.l-flat-table th {
    width: 105px;}
/*
#tellBox{
	display:none;
	}*/