/* CSS Document */
body.single-tour.abroad, body.single-tour.domestic {
	background-position: left 240px!important;
}
body.abroad {
	background: url(../img/bg_abr_body.png) repeat-x left 490px!important;
}
body.domestic {
	background: url(../img/bg_dom_body.png) repeat-x left 490px!important;
}
#header {
	height: 116px!important;
}
/*一覧────────────────────────────────────*/
#contents h2 {
	font-weight: bold;
	display: block;
	font-size: 28px;
	background: #445289;
	background: -moz-linear-gradient(-45deg, #445289 0%, #5369A2 10%, #445289 10%, #445289 90%, #445289 90%, #5369A2 90%, #445289 102%);
	background: -webkit-linear-gradient(-45deg, #445289 0%, #5369A2 10%, #445289 10%, #445289 90%, #445289 90%, #5369A2 90%, #445289 102%);
	background: linear-gradient(135deg, #445289 0%, #5369A2 10%, #445289 10%, #445289 90%, #445289 90%, #5369A2 90%, #445289 102%);
	height: 122px;
	margin-bottom: 20px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	color: #fff;
	-webkit-box-pack: center; /*Android4.3*/
	-moz-box-pack: center;    /*Firefox21*/
	-ms-flex-pack: center;    /*IE10*/
	-webkit-justify-content: center; /*PC-Safari,iOS8.4*/
	justify-content: center;
	-webkit-box-align: center; /*Android4.3*/
	-moz-box-align: center;    /*Firefox21*/
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /*PC-Safari,iOS8.4*/
	align-items: center;
}
.domestic #contents h2 {
	background: #338543;
	background: -moz-linear-gradient(-45deg, #338543 0%, #42A856 10%, #338543 10%, #338543 90%, #338543 90%, #42A856 90%, #338543 102%);
	background: -webkit-linear-gradient(-45deg, #338543 0%, #42A856 10%, #338543 10%, #338543 90%, #338543 90%, #42A856 90%, #338543 102%);
	background: linear-gradient(135deg, #338543 0%, #42A856 10%, #338543 10%, #338543 90%, #338543 90%, #42A856 90%, #338543 102%);
}
.abroad #contents h2 {
	background: #2a7abb;
	background: -moz-linear-gradient(-45deg, #2a7abb 0%, #349CCC 10%, #2a7abb 10%, #2a7abb 90%, #2a7abb 90%, #349CCC 90%, #2a7abb 102%);
	background: -webkit-linear-gradient(-45deg, #2a7abb 0%, #349CCC 10%, #2a7abb 10%, #2a7abb 90%, #2a7abb 90%, #349CCC 90%, #2a7abb 102%);
	background: linear-gradient(135deg, #2a7abb 0%, #349CCC 10%, #2a7abb 10%, #2a7abb 90%, #2a7abb 90%, #349CCC 90%, #2a7abb 102%);
}
#search {
	margin-bottom: 60px;
}
#search h3 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 41px;
	background-repeat: no-repeat;
	background-position: 9px 10px;
	background-size: 24px 25px;
}
.domestic #search h3 {
	color: #167a29;
	background-image: url(../img/mobile/domestic/ico_search.png);
}
.abroad #search h3 {
	color: #2975b8;
	background-image: url(../img/mobile/abroad/ico_search.png);
}
#search form, #search ul {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
}
#search form p {
	flex-grow: 0;
}
#search ul {
	flex-grow: 1;
}
#search li {
	margin-right: 20px;
}
/*詳細────────────────────────────────────*/

#tourdetail .telblock {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	border-top: 1px solid #999;
	border-radius: 0px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	width: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 100ms 0s ease;
}
#tourdetail .telblock h3{
	display: none;
}
#tourdetail .telblock .wrap {
	width: 970px;
	margin: auto;
	padding: 10px 20px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-align: center; /*Android4.3*/
	-moz-box-align: center;    /*Firefox21*/
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /*PC-Safari,iOS8.4*/
	align-items: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
#tourdetail .telblock.static {
	position: static;
	margin: 0 auto 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	width: 970px;
}
#tourdetail .telblock.hide{
	filter: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
#tourdetail .telblock .tel {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	white-space:nowrap;
	text-align: center;
}
#tourdetail .telblock .tel a {
	font-size: 34px;
	color: #DC3A5D;
	display: block;
	white-space: nowrap;
	font-family: 'Century Gothic', 'Arial', 'Helvetica', sans-serif
}
#tourdetail .telblock .text {
	font-size: 13px;
	margin: 0 10px;
}
#tourdetail .telblock img.anchor {
	position: static;
}
#tourdetail h2 {
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px;
	margin-top: 10px;
}
/*スライダー*/
#tourdetail #topblock .bxslider li, #tourdetail .bx-viewport {
	background-color: #333;
}
#tourdetail #topblock #img {
	margin-top: 10px;
}
#tourdetail .bxslider img {
	height: auto;
	width: auto;
	max-width: 450px;
	max-height: 300px;
	margin: auto;
}
#tourdetail #bx-pager {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	margin-right: 8px;
}
#tourdetail #bx-pager a {
	width: 85px;
	text-align: center;
}
#tourdetail #topblock #bx-pager img {
	margin: 0;
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tourdetail #topblock #data {
    background-color: inherit;
    margin-top: 7px;
}
#tourdetail #topblock .code {
    margin-top: 0;
    padding: 7px 10px 0;
    height: auto;
    width: auto;
    font-size: 11px;
    float: right;
    max-width: 90%;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	text-align: left;
}
#tourdetail #topblock .code span{
	white-space: nowrap;
}
#tourdetail #topblock .price .tax{
	font-size: 11px;
	font-weight: normal;
}

#tourdetail #topblock #data ul {
    padding: 16px 27px;
    margin: 0;
    clear: both;
    background-color: #fff;
}
/*本文*/
#tourdetail .hd {
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-weight: bold;
	font-size: 130%;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}
.domestic #tourdetail .hd {
	background-color: #006DB3;
}
.abroad #tourdetail .hd {
	background-color: #006DB3;
}
#tourdetail .hd.img{
	padding: 0;
}
#tourdetail .hd.img:after{
	display: none;
}
#tourdetail .hd span {
	z-index: 2;
	position: absolute;
}
#tourdetail .hd:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 180px;
	left: -3px;
	top: -128px;
	background: #006db3;
	background: -moz-linear-gradient(top, #006db3 0%, #008bc9 100%);
	background: -webkit-linear-gradient(top, #006db3 0%, #008bc9 100%);
	background: linear-gradient(to bottom, #006db3 0%, #008bc9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006db3', endColorstr='#008bc9', GradientType=0 );
	z-index: 1;
	transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
}

#tourdetail .entry p {
	line-height: 1.8;
}
#tourdetail .entry p:last-child {
	margin-bottom: 0;
}
#tourdetail #tour_description {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 20;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tourdetail #tour_description p, #tourdetail #tour_description ul {
	float: none;
	width: auto;
}
/*部屋タイプ一覧*/
#roomtypelist {
	padding: 20px;
	margin: 0 15px 20px;
	background-color: #FAF7EA;
	border: 1px solid #DCDCDC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#roomtypelist ul {

}



#roomtypelist li {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	margin-bottom: 10px;
	align-items:flex-start;
	border-bottom: 1px dotted  #ccc;
	padding-bottom: 5px;
}
#roomtypelist li:last-child {
	margin-bottom: 0;
}
#roomtypelist li  .title{
	font-weight: bold;
	font-size: 110%;
}
#roomtypelist li > p{
	flex-shrink:1;
	flex-grow:1;
	margin-right: 20px;
}
#roomtypelist li p >span{
	display: block;
}
#roomtypelist li .price {
	font-weight: bold;
	color: #dc3935;
	font-size: 130%;
	display: inline-block;
	white-space:nowrap;
  margin-left: auto;
  padding: 5px 0;
 	flex-shrink:0;
	flex-grow:0;
	margin: 0;
}
#roomtypelist li .price span{
	display: inline;
}
#roomtypelist li .price .tax{
	font-size: 11px;
	font-weight: normal;
}
.roomtype li:before {
	flex-grow:0;
	flex-shrink:0;
	content: "基本設定";
	background-color: #5794BA;
	color: #fff;
	width: 120px;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 2;
		-webkit-box-align: top; /*Android4.3*/
	-moz-box-align: top;    /*Firefox21*/
	-ms-flex-align: top; /*IE10*/
	-webkit-align-items: top; /*PC-Safari,iOS8.4*/
	align-items: top;
	padding: 8px 0;
}
.roomtype .upgrade:before {
	content: "アップグレード";
	background-color: #B39B53;
}
#roomtypelist p.btn {
	display: block;
	clear: both;
	padding-top: 20px;
}
#roomtypelist p.btn a {
	margin: auto;
	display: block;
	border: 1px solid #DFDCDC;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdcdc 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfdcdc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dfdcdc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdcdc', GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-right: 30px;
	font-size: 120%;
	font-weight: bold;
	position: relative;
}
#roomtypelist p.btn a:after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 22px;
	border-right: 3px solid #C8C6C7;
	border-top: 3px solid #C8C6C7;
	height: 8px;
	width: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
/*アンカー*/
#detailanchor {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	margin-bottom: 30px;
}
#detailanchor li {
	flex-shrink: 1;
	flex-grow: 1;
	margin-right: 5px;
}
#detailanchor li:last-child {
	margin-right: 0;
}
#detailanchor a {
	display: block;
	border: 1px solid #DFDCDC;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdcdc 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfdcdc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dfdcdc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdcdc', GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
}
#detailanchor a:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 22px;
	border-right: 3px solid #C8C6C7;
	border-top: 3px solid #C8C6C7;
	height: 8px;
	width: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
/*ツアー特典＆インフォメーション*/
#privilege {
	background-color: #cde1f0;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
#privilege .wrap {
	margin: 13px 13px 0;
	width: auto;
	padding: 20px;
	background-color: #fff;
}
#tourdetail #main {
	width: 100%;
	float: none;
}
/*見所*/
#tourdetail #point{
	margin-bottom: 30px;
}
#tourdetail #point ul  {
	margin: 13px 13px 0;
	width: auto;
	padding: 0;
}
#tourdetail #point li{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 13px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
#tourdetail #point li:last-child{
	margin-bottom: 0;
}
#tourdetail #point h4 {
	border-left: 10px solid #6482AF;
	padding: 3px 30px 3px 10px;
	color: #375A8D;
	font-weight: bold;
	font-size: 150%;
	cursor: pointer;
	position: relative;
}
#tourdetail #point .close h4:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	border-right: 3px solid #939393;
	border-top: 3px solid #939393;
	height: 8px;
	width: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
#tourdetail #point .box {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
	margin-top: 25px;
	border-top: 1px solid #DCDCDC;
	padding-top: 25px;
}
#tourdetail #point .box:first-child{
	padding-top: 0;
	margin-top: 15px;
	border:none;
}
#tourdetail #point .close .body {
	display: none;
}
#tourdetail #point .image {
	width: 45%;
}
#tourdetail #point .image img {
	max-width: 100%;
	display: block;
	margin: auto;
	height: auto;
}
#tourdetail #point .text {
	width: 52%;
}
#tourdetail #point .text.full{
	width: 100%;
}
#tourdetail #point h5 {
	color: #F10066;
	font-size: 130%;
	border-bottom: 1px solid #F10066;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 15px;
}
#tourdetail #point .entry {
	font-size: 105%;
}
#tourdetail #point .wrap:last-child {
	margin-bottom: 0;
}


/*客室詳細*/
#roomtype{
	margin-bottom: 30px;
}
#roomtype ul {
	background-color: #cde1f0;
	padding: 13px 13px 0;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap:wrap;
		-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}


#roomtype li{
	width: 49.2%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 13px;
	position: relative;
}




#roomtype li:before{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	
}

#roomtype h4{
	display: block;
	font-size: 125%;
	font-weight: bold;
	margin-left: 125px;
}
#roomtype li .image{
	margin-top: 20px;
}

#roomtype li img{
	max-width: 100%;
	height: auto;
}
#roomtype .code{
	color:#21587F;
	margin-bottom: 10px;
	padding: 0 5px;
	margin-top: 20px;
}
#roomtype .code span{
	font-weight: bold;
	font-size: 110%;
}
#roomtype .price{
	padding: 0 5px;
	margin-bottom: 5px;
}
#roomtype .price span{

color: #ff6000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3;}
#roomtype .price .tax{
	font-weight: normal;
	font-size: 11px;
}
#roomtype .price_text{
	color: #ff6000;
	margin-bottom: 10px;
	padding: 0 5px;
}
#roomtype .text{
	margin-bottom: 10px;
	padding: 0 5px;
}
#roomtype .btn{
	padding: 0 5px 5px;
}
#roomtype .btn a{
	display: block;
	background-color: #CC0000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-size: 120%;
	padding: 10px 20px;
	line-height: 1.3;
}
#roomtype .btn a:after{
	right:30px;
	
	top: 50%;
	content: "▲";
	color:#FFF325;
	position: absolute;
	margin-top: -10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#roomtype .btn a:hover{
	filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/*注意事項*/
#tourdetail #attention h3{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#tourdetail #attention h4{
	font-weight: bold;
    padding: 25px 24px 10px;
}
#tourdetail #attention .entry{
}
#tourdetail #attention .entry p{
	width: auto;
	margin: 0 25px;
}
#tourdetail #attention .entry p:first-child{
	padding-top: 25px;
}
#tourdetail #attention .entry p:last-child{
	padding-bottom: 25px;
}