@charset "UTF-8";


.cntct{
	margin-top:10px;
}

/*-- slist --*/
.islandtop h2 + .block.islandact{
	margin-top:10px;
}
#search div label,
.tupCell .inquiry table td label.gray{
    position:relative;
    overflow:hidden;
    display:inline-block;
    min-width:100px;
    min-width:6em;
	background:linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
    border:1px solid #c0c0c0;
    color:#333;
    margin:0 2px;
	vertical-align: bottom;
}
#search div label select,
.tupCell .inquiry table td label.gray select{
    appearance:none;
    position:relative;
    z-index:2;
    display:block;
    width:200%;
    width:calc(100% + 5em);
    margin:0;
    padding:2px 35px 2px 8px;
    background:transparent;
    border:0;
    outline:none;
    font-size:1.5rem;
    line-height:1.5;
}
#search div label::before,
.tupCell .inquiry table td label.gray::before{
    content:'▼';
    font-family:'entypo', sans-serif;
    position:absolute;
    z-index:1;
    top:50%;
    right:12px;
    right:.75rem;
    margin-top:-8px;
    margin-top:-.5rem;
    font-size:16px;
    font-size:1rem;
    line-height:1;
    color:#333;
}
#search .search-switch h2{
	padding:20px 0;
	background:url(/images/slist001.png) no-repeat 98% 50% #fff;
}
#search div input[type="text"],
.tupCell .inquiry table td input[type="text"],
.tupCell .inquiry table td textarea{
    border:1px solid #c0c0c0;
	box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1) inset;
	height:2.2rem;
}
.toursearch .srcharea .col dl dt{
	width:100px;
}
.toursearch .srcharea dl.checks dt{
	width:100%;
}
.toursearch #serch-slist{
	display:none;
}
.toursearch #serch-slist + div{
    height:0;
	padding:0;
    overflow:hidden;
}
.toursearch #serch-slist + div .srcharea{
	display:none;
}
.toursearch #serch-slist:checked + div{
    height:auto;
    padding:0 5px 5px;
}
.toursearch #serch-slist:checked + div .srcharea{
	display:block;
}
#searchResults{
	margin:15px 15px 0;
	font-size:1.4rem;
}
#searchResults .pager{
	display:flex;
	flex-wrap:wrap;
}
#searchResults .pager li{
	margin:6px 6px 0 0;
}
#searchResults .pager li a{
	display:block;
	border:1px solid #2585D7;
	width:28px;
	background:url(../../images/tuparrow.png) no-repeat right bottom #fff;
	background-size:8px;
	text-align:center;
	font-size:1.6rem;
	line-height:28px;
	color:#2585D7;
}
#searchResults .sort{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	margin-top:21px;
}
#searchResults .sort li{
	margin:4px 0 0 4px;
}
#searchResults .sort li a{
	display:block;
	border-radius:12px;
	border:1px solid #2585D7;
	padding:0 8px;
	background:#fff;
	background-size:8px;
	text-align:center;
	font-size:1.4rem;
	line-height:24px;
	color:#2585D7;
}
#searchResults .pager li a:hover,
#searchResults .sort li a:hover{
	background:#2585D7;
	color:#fff;
}
#searchResults .pager li.here a,
#searchResults .sort li.here a{
	border:1px solid #bbb;
	background:#bbb;
	font-weight:bold;
	color:#fff;
}
.tupCell{
	position:relative;
	margin:10px 10px 0;
	background:#fff;
}
.tupCell .photo{
	padding:10px 10px 0;
	text-align:center;
}
.tupCell .photo img{
	max-width:100%;
}
.tupCell .slistBodyCell{
	padding:15px 10px 20px;
}
.tupCell .period{
	position:absolute;
	top:10px;
	left:calc( 50% - 60px );
	width:120px;
	background:#333;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	line-height:30px;
	color:#fff;
}
.tupCell h3{
	font-size:1.8rem;
	font-weight:bold;
	line-height:130%;
	/*padding-top:10px;*/
}
.tupCell .slistBodyCell .icon+h3{
	padding-top:10px
	}
.tupCell h3 a::after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:100%;
	height:16px;
	background:url(../../images/tuparrow.png) no-repeat right 0;
}
.tupCell .tourData{
	margin-top:15px;
}
.tupCell .tourData dl{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.tupCell .tourData dl dt,
.tupCell .tourData dl dd{
	border-top:1px dotted #ddd;
	padding:5px 0;
	width:78%;
	font-size:1.5rem;
}
.tupCell .tourData dl dt{
	width:22%;
	white-space:nowrap;
}
.tupCell .tourData dl dd span{
	font-weight:bold;
	color:#f08629;
}
.tupCell .tourData dl:nth-child(4) dd span{
	font-size:1.8rem;
}
.tupCell .tourData dl:nth-child(1) dd:nth-child(2),
.tupCell .tourData dl:nth-child(1) dd:nth-child(4){
	width:28%;
}
.tupCell .tourData dl:nth-child(4) dd:nth-child(3){
	width:100%;
	text-align:right;
}
/*-- detail --*/
.detailHead{
	padding:0 0 20px;
}
.detailHead h2{
	padding:6px 10px;
	background:#0b599d;
	font-size:2.4rem;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
.detailHead h2 + div{
	padding:5px 5px;
}
.tupCell .tourCode{
	text-align:left;
	font-size:1.4rem;
}
.tupCell .tourCode span{
	display:inline-block;
	padding:0 0 0 10px;
	white-space:nowrap;
	font-size:1.4rem;
}
.tupCell .print{
	text-align:right;
}
.tupCell .print a{
	display:inline-block;
	border-radius:14px;
	border:1px solid #f08629;
	padding:0 10px 0 40px;
	background:url(../../images/detail001.png) no-repeat 10px 3px;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:1.4rem;
	font-weight:bold;
	line-height:26px;
	color:#f08629;
}
.tourNab{
	position:-webkit-sticky;
	position:sticky;
	top:88px;
	margin:0 10px;
	background:#fff;
	z-index:99;
}
.tourNab ul{
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:0 auto;
}
.tourNab ul li{
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:calc( 25% - 1px );
}
.tourNab ul li:nth-child(1),
.tourNab ul li:nth-child(2),
.tourNab ul li:nth-child(5),
.tourNab ul li:nth-child(6){
	width:calc( 25% - 2px );
}
.tourNab ul li:nth-child(7){
	width:calc( 50% - 1px );
}
.tourNab ul li a{
	display:block;
	padding:5px 0;
	text-align:center;
	background:url(../../images/tuparrow.png) no-repeat right bottom;
	background-size:10px;
	font-size:1.5rem;
	line-height:120%;
}
.tourNab ul li a span{
	display:none;
}
.tourNab ul li a:hover{
	background:#2585D7;
	color:#fff;
}
@-webkit-keyframes modify{
      0% { padding-top:147px; margin-top:-147px; }
    100% { padding-top:0; margin-top:0; }
}
@keyframes modify{
      0% { padding-top:147px; margin-top:-147px; }
    100% { padding-top:0; margin-top:0; }
}
:target{
    -webkit-animation:modify 0.1s;
    animation:modify 0.1s;
}

.tourNab ul li a br{
	display:none;
}
.tupCell .tourPhoto{
	padding:4px 4px 0;
}
.tupCell .tourPhoto li{
	margin:1px;
}
.tupCell .tourPhoto li img{
	width:100%;
}
.tupCell .tourPhoto li span{
	display:block;
	padding:4px 0 4px;
	font-size:1.4rem;
	line-height:130Z%;
}
.tupCell > h3{
	padding:25px 10px 10px;
	text-align:center;
}
.tupCell > h3 > span{
	display:inline-block;
	border-bottom:1px solid #666;
	margin:0 auto;
	padding:0 10px 8px;
	width:auto;
	text-align:center;
	font-size:2.4rem;
	font-weight:normal;
}
.tupCell > h3 span span{
	padding:0 0 0 8px;
	font-size:1.5rem;
	font-weight:normal;
}
.tupCell p.bodyText{
	padding:10px;
	font-size:1.5rem;
	line-height:160%;
}
.tupCell .tourBasicData{
	padding:10px 5px;
}
.tupCell .tourBasicData dl{
	display:flex;
	flex-wrap:wrap;
	border-top:1px dotted #ddd;
	width:100%;
}
.tupCell .tourBasicData dl dt,
.tupCell .tourBasicData dl dd{
	border-bottom:1px dotted #ddd;
	padding:5px 0;
	width:75%;
	font-size:1.5rem;
}
.tupCell .tourBasicData dl dt{
	width:25%;
	white-space:nowrap;
}
.tupCell .tourBasicData dl + dl{
	border-top:none;
}
.tupCell .schedule{
	padding:10px 5px 5px;
}
.tupCell .schedule table{
	border-collapse:collapse;
	border:none;
	width:100%;
}
.tupCell .schedule table th{
	border-bottom:1px dotted #999;
	white-space:nowrap;
	text-align:center;
	font-size:1.4rem;
	font-weight:normal;
	color:#666;
}
.tupCell .schedule table td{
	padding:4px 1px;
	border-bottom:1px dotted #ddd;
	text-align:center;
	font-size:1.5rem;
	line-height:130%;
}
.tupCell .schedule table tr:nth-child(2n + 1) td{
	background:#f7f7f7;
}
.tupCell .schedule table td:nth-child(2){
	text-align:left;
}
.tupCell .schedule table th,
.tupCell .schedule table td {
    border: 1px solid #ccc;
}
.tupCell .schedule table td p{
	margin:8px 0 0;
}
.tupCell .schedule table td p span{
	display:inline-block;
	border-radius:10px;
	margin:0 6px 0 0;
	padding:0 10px;
	background:#6babe2;
	font-weight:bold;
	line-height:2rem;
	color:#fff;
}
.tupCell .schedule .note{
	margin:8px 0 0;
	font-size:1.4rem;
	line-height:150%;
}
.tupCell .schedule .note span{
	display:block;
	padding:0 0 6px;
	font-weight:bold;
}
.tupCell .condition{
	display:flex;
	flex-wrap:wrap;
	margin:10px 5px 0;
	padding:0 0 10px;
	width:100%;
}
.tupCell .condition table{
	border-collapse:collapse;
	border:none;
	margin:10px 0 0;
	width:100%;
}
.tupCell .condition table caption{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	width:calc(100% - 10px);
	background:#f7f7f7;
	text-indent:6px;
	text-align:left;
	font-size:1.5rem;
	font-weight:bold;
	line-height:2.6rem;
}
.tupCell .condition table th,
.tupCell .condition table td{
	padding:6px 0 0 6px;
	font-size:1.5rem;
	font-weight:normal;
	line-height:2.6rem;
}
.tupCell .condition table td{
	width:70%;
}
.tupCell .condition.hotel table:nth-child(2n+1) td{
	font-size:2.0rem;
	font-weight:bold;
	line-height:2.6rem;
}
.tupCell .calendarNavi{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:16px auto 0;
	width:100%;
}
.tupCell .calendarNavi li{
	margin:4px 4px 0;
}
.tupCell .calendarNavi li a{
	display:block;
	border:1px solid #2686D7;
	padding:0 8px;
	background:url(../../images/tuparrow.png) no-repeat right bottom #fff;
	background-size:8px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:4.0rem;
}
.tupCell .calendarNavi li a:hover{
	background:#2686D7;
	color:#fff;
}
.tupCell .calendarNavi li.here a{
	border:1px solid #bbb;
	background:#1487d8;
	font-weight:bold;
	color:#fff;
}
.tupCell .calendar{
	padding:0px 5px 10px;
}
.tupCell .calendar table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
    border-top: 1px dotted #ddd;
    width: 100%;
   /* background: #fff;*/
	    background: #f6f6f6;
}
.tupCell .calendar table caption{
	font-size:1.8rem;
	font-weight:bold;
    color: #1487d8;
    border-bottom: #1487d8 solid 1px;
    border-top: #1487d8 solid 5px;
}
.tupCell .calendar table caption span{
	font-size:2.2rem;
}
.tupCell .calendar table th{
	width:14%;
	text-align:center;
	font-size:1.4rem;
}
.tupCell .calendar table td{
	border:1px solid #e6e6e6;
	padding:0;
	height:40px;
	vertical-align:top;
	text-align:center;
	font-size:1.4rem;
	line-height:130%;
}
.tupCell .calendar table td.active{
	border:1px solid #2686D7;
	background:url(../../images/tuparrow.png) no-repeat right bottom #fff;
	background-size:8px;
	font-size:1.4rem;
}
.tupCell .calendar table td span{
	display:block;
	padding:0 0 2px;
}
.tupCell .calendar table td a {
    display: block;
	word-break: break-all;
}
.tupCell .calendar table td a i{
	display:inline-block;
	white-space:nowrap;
	font-style:normal;
}
.tupCell .calendar table td a:hover{
	background:#2686D7;
	color:#fff;
}
.tupCell .outline{
	padding:10px 5px;
}
.tupCell .outline table{
	border-collapse:collapse;
	border-bottom:1px dotted #ddd;
	width:100%;
}
.tupCell .outline table caption{
	border-top:1px dotted #ddd;
	padding:6px 0;
	text-align:left;
	font-size:1.6rem;
	font-weight:bold;
	line-height:130%;
}
.tupCell .outline table th,
.tupCell .outline table td{
	border-top:1px dotted #ddd;
	padding:4px 0;
	width:70%;
	text-align:left;
	font-size:1.5rem;
	font-weight:normal;
	line-height:130%;
}
.tupCell .outline table th{
	padding:4px 8px 4px 0;
	width:30%;
}
/*-- inq --*/
.mainvis img{
	width:100%;
}
.tupCell .personal{
	margin:10px 5px 0;
	padding:5px;
	border:1px solid #ddd;
	overflow:scroll;
	font-size:1.5rem;
	line-height:130%;
}
.tupCell .check{
	margin:10px 5px 0;
	padding:0 0 5px;
	text-align:right;
	font-size:1.5rem;
	line-height:38px;
}
.tupCell .check label{
	display:inline-block;
	border:1px solid #e6e6e6;
	margin:0 0 0 8px;
	background:linear-gradient(to bottom, #ffffff 50%, #f7f7f7 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);

}
.tupCell .inquiry{
	margin:10px 5px 0;
}
.tupCell .inquiry table{
	border-collapse:collapse;
	border-top:1px solid #ccc;
	width:100%;
}
.tupCell .inquiry table th,
.tupCell .inquiry table td{
	display:block;
	border-bottom:1px dotted #eee;
	padding:4px 0;
	font-size:1.5rem;
	line-height:130%;
	font-weight:normal;
}
.tupCell .inquiry table td{
	border-bottom:1px solid #ccc;
	padding:6px 0;
	line-height:130%;
}
.tupCell .inquiry table th br{
	display:none;
}
.tupCell .inquiry table td label + label{
	margin:0 0 0 15px;
}
.tupCell .inquiry table td div{
	position:relative;
}
.tupCell .inquiry table td div::before{
	content:"必須";
	position:absolute;
	top:-30px;
	right:0;
	display:inline-block;
	border-radius:10px;
	width:60px;
	background:#fdd;
	text-align:center;
	font-size:1.4rem;
	line-height:20px;
	color:#900;
}
.tupCell .inquiry table td p{
	padding:4px 0 0; 
}
.tupCell .inquiry table td .notice{
	padding:4px 0 0 1.5rem;
	text-indent:-1.5rem;
}
.tupCell .inquiry table td textarea{
	width:100%;
}
.tupCell .inquiry table td a{
	font-size:1.6rem;
	line-height:130%;
}
.tupCell .inquiry table td textarea{
	margin:0 auto;
	width:calc( 100% - 10px );
	height:8em;
}
.tupCell .inquiry table td .persons input:nth-child(3){
	margin:6px 0;
}
.tupCell .inquiry table td .mailAddress input{
	margin:0 0 4px;
}
.tupCell .submit{
	padding:20px 0;
}
.tupCell .submit a{
    display:block;
    border-radius: 44px;
    border:none;
    margin:0 auto;
    width:80%;
    height:44px;
    background:#0a5da7;
    text-align:center;
    text-decoration:none;
    font-size:1.8rem;
    font-weight:bold;
    line-height:44px;
    color:#fff;
}
input::placeholder{
	color:#ddd;
}


.contents .islandtop > h2{
	display:block;
	}

@media screen and (min-width:769px){
	/*-- slist --*/
	#search .search-switch h2{
		background:#fff;
	}
	.toursearch #serch-slist + div{
		padding:0 10px 10px 10px;
		height:auto;
	}
	/*181128*/
	.toursearch #serch-slist:checked + div{
    padding:0 10px 10px 10px;
}
/*181128*/

	.toursearch #serch-slist + div .srcharea{
		display:block;
	}
	#searchResults{
		margin:40px 20px 0;
		font-size:1.6rem;
	}
	#searchResults .pager li{
		padding:8px 0 0;
	}
	#searchResults .pager li{
		margin:10px 10px 0 0;
	}
	#searchResults .pager li a{
		width:38px;
		font-size:1.8rem;
		line-height:38px;
	}
	#searchResults .sort{
		margin-top:31px;
	}
	#searchResults .sort li{
		margin:8px 0 0 8px;
	}
	#searchResults .sort li a{
		padding:0;
		width:100px;
	}
	.tupCell {
		overflow:hidden;
		}
	.tupCell .photo{
		float:left;
		padding:10px 0 10px 10px;
		width:380px;
		
	}
	.tupCell .photo img{
		max-height:285px;
		}
	.tupCell div.slistBodyCell{
		margin:0 30px 0 420px;
		padding:30px 0;
	}
	.tupCell .period{
		top:10px;
		left:10px;
	}
	.tupCell .slistBodyCell .icon{
		padding:5px;
		line-height:100%;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		display:inline-block;
		position:absolute;
		top: 10px;
		}
	.tupCell .slistBodyCell .icon.osusume{
		background-color:#6cbcb0
		}
		
	.tupCell .slistBodyCell .icon.new{
		background-color:#f87287;
		left: 486px;
		}
		
	.tupCell .tourData{
		margin-top:18px;
	}
	.tupCell .tourData dl dt,
	.tupCell .tourData dl dd{
		border-top:1px dotted #ddd;
		padding:5px 0;
		width:86%;
		font-size:1.5rem;
	}
	.tupCell .tourData dl{
		display:table;
		width:100%;
	}
	.tupCell .tourData dl dt,
	.tupCell .tourData dl dd{
		display:table-cell;
		white-space:nowrap;
		width:auto;
	}
	.tupCell .tourData dl dt{
		padding:0 10px 0 0;
	}
	.tupCell .tourData dl dd{
		width:90%;
	}
	.tupCell .tourData dl:nth-child(4) dd span{
		font-size:2.4rem;
	}
	.tupCell .tourData dl:nth-child(4) dd:nth-child(3){
		text-align:right;
	}
	/*-- detail --*/
	.detailHead{
		padding:0 0 50px;
	}
	.detailHead h2{
		padding:26px 30px;
		font-size:2.6rem;
		line-height:130%;
	}
	.detailHead h2 + div{
		padding:18px 30px;
	}
	.tupCell .tourCode{
		font-size:1.6rem;
	}
	.tupCell .tourCode span{
		font-size:1.4rem;
	}
	.tupCell .print{
		padding:8px 0 0;
		text-align:right;
	}
	.tupCell .print a{
		font-size:1.5rem;
	}
	.tourNab{
		top:0;
		margin:0 10px;
	}
	/*20181128*/
	.tourNab ul li{
		display:table-cell;
		}
	/*20181128*/
	.tourNab ul li,
	.tourNab ul li:nth-child(1),
	.tourNab ul li:nth-child(2),
	.tourNab ul li:nth-child(5),
	.tourNab ul li:nth-child(6),
	.tourNab ul li:nth-child(7){
		width:auto;
	}
	.tourNab ul li a{
		display:table-cell;
		padding:0;
		width:166px;
		height:70px;
		vertical-align:middle;
		font-size:1.6rem;
		line-height:130%;
	}
	.tourNab ul li a span{
		display:inline;
	}
	@-webkit-keyframes modify{
		  0% { padding-top:70px; margin-top:-70px; }
		100% { padding-top:0; margin-top:0; }
	}
	@keyframes modify{
		  0% { padding-top:70px; margin-top:-70px; }
		100% { padding-top:0; margin-top:0; }
	}
	:target{
		-webkit-animation:modify 0.1s;
		animation:modify 0.1s;
	}
	.tourNab ul li a br{
		display:inline;
	}
	.tupCell .tourPhoto{
		display:flex;
		padding:9px;
	}
	.tupCell .tourPhoto li{
		margin:1px;
	}
	.tupCell .tourPhoto li span{
		display:block;
		padding:4px 0 0;
		font-size:1.4rem;
		line-height:130Z%;
	}
	.tupCell > h3{
		padding:25px 10px 26px;
	}
	.tupCell p.bodyText{
		padding:10px 30px 30px;
	}
	.tupCell .tourBasicData{
		display:flex;
		padding:10px 15px 30px;
	}
	.tupCell .tourBasicData dl{
		margin:0 15px;
		width:540px;
	}
	.tupCell .tourBasicData dl dt,
	.tupCell .tourBasicData dl dd{
		padding:8px 0;
		width:80%;
	}
	.tupCell .tourBasicData dl dt{
		width:20%;
	}
	.tupCell .tourBasicData dl + dl{
		border-top:1px dotted #ddd;
	}
	.tupCell .schedule{
		padding:10px 30px 30px;
	}
	.tupCell .schedule table th{
		padding:0 0 4px;
		border: 1px solid #ccc;
	}
	.tupCell .schedule table td{
		padding:8px 12px;
		border: 1px solid #ccc;
	}
	.tupCell .schedule .note{
		margin:14px 0 0;
	}
	.tupCell .condition{
		display:flex;
		flex-wrap:wrap;
		margin:10px 15px 0;
		padding:0 0 26px;
		width:100%;
	}
	.tupCell .condition table{
		margin:10px 15px 0;
		width:540px;
	}
	.tupCell .condition table caption{
		margin:0 0 6px;
		width:540px;
		text-indent:8px;
		line-height:3.6rem;
	}
	.tupCell .condition table th,
	.tupCell .condition table td{
		padding:4px 0 4px 0;
		width:20%;
	}
	.tupCell .condition table td{
		width:80%;
	}
	.tupCell .condition.hotel table{
		width:1110px;
	}
	.tupCell .condition.hotel table caption{
		width:1110px;
	}
	.tupCell .condition.hotel table:nth-child(2n+1) td{
		padding:10px 0;
	}
	.tupCell .calendarNavi{
		margin:24px auto 0;
	}
	.tupCell .calendarNavi li{
		margin:4px 5px 0;
	}
	.tupCell .calendarNavi li a{
		border:1px solid #2686D7;
		padding:0;
		width:210px;
		background-size:16px;
		text-align:center;
		line-height:5.0rem;
	}
	.tupCell .calendar{
/*		padding:10px 28px;
    border: 5px solid #ccc;
    margin: 0 5px 5px;
    background: #e1f1ff;*/
/*	    background: #e1f1ff;*/
}
	.tupCell .calendar table caption span{
		font-size:3.2rem;
	}
	.tupCell .calendar table td{
		padding:16px 0 10px;
		height:58px;
		font-size:1.6rem;
		line-height:130%;
	}
	.tupCell .calendar table td.active{
		background-size:16px;
		font-size:2.2rem;
		padding: 0;
	}
	.tupCell .calendar table td a {
    display: block;
    padding: 16px 0 12px;}
	.tupCell .calendar table td span{
		padding:0 0 8px;
		font-size:1.6rem;
		line-height:130%;
	}
	.tupCell .outline{
		padding:10px 30px 30px;
	}
	.tupCell .outline table caption{
		padding:13px 0;
		font-size:2.0rem;
		line-height:130%;
	}
	.tupCell .outline table th,
	.tupCell .outline table td{
		border-top:1px dotted #ddd;
		padding:12px 0;
		width:80%;
	}
	.tupCell .outline table th{
		padding:12px 8px 12px 0;
		width:20%;
	}
	/*-- inq --*/
	.tupCell .personal{
		margin:10px 30px 0;
		padding:10px;
		height:14em;
	}
	.tupCell .check{
		margin:20px 30px 0 0;
		padding:0 0 30px;
	}
	.tupCell .inquiry{
		margin:10px 30px 0;
	}
	.tupCell .inquiry table th,
	.tupCell .inquiry table td{
		display:table-cell;
		border-bottom:1px solid #ccc;
		padding:18px 0;
		width:15%;
		font-size:1.5rem;
		line-height:130%;
		font-weight:normal;
	}
	.tupCell .inquiry table td{
		width:85%;
	}
	.tupCell .inquiry table th br{
		display:inline;
	}
	.tupCell .inquiry table td div::before{
		top:0;
	}
	.tupCell .inquiry table td p{
		padding:4px 0 0; 
	}
	.tupCell .inquiry table td a{
		font-size:1.8rem;
		line-height:130%;
	}
	.tupCell .inquiry table td .persons input:nth-child(3){
		margin:0;
	}
	.tupCell .inquiry table td .persons br{
		display:none;
	}
	.tupCell .inquiry table td .departure br{
		display:none;
	}
	.tupCell .submit{
		padding:40px 0;
	}
	.tupCell .submit a{
		width:500px;
	}

/*20181128*/
.toursearch .srcharea .col-1.col dl{
	width: auto;
	}

/*20181128*/
}
/*20181128*/
@media screen\0 {
  .tupCell .condition table {
    width:46%;
  }
  .tupCell .condition table caption{
	  width:calc(100% - 10px)
	  }
.tupCell .condition table th{
	text-align:left;
	}
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .tupCell .condition table {
    width:46%;
  }
   .tupCell .condition table caption{
	  width:calc(100% - 10px)
	  }
.tupCell .condition table th{
	text-align:left;
	}
}
@media screen and (max-width:768px){
.tupCell .condition table{
	border-collapse:collapse;
	border:none;
	margin:10px 0 0;
	width: 100%;
}
.tupCell .condition table caption{
	  width:calc(100% - 10px)
	  }
	.tupCell .slistBodyCell .icon{
		padding:5px;
		line-height:100%;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		display:inline-block;
/*		position:absolute;
		top: 10px;*/
		}
	.tupCell .slistBodyCell .icon.osusume{
		background-color:#6cbcb0
		}
		
	.tupCell .slistBodyCell .icon.new{
		background-color:#f87287;
	/*	left: 486px;*/
		}

.tupCell .tourData dl dt {
    width: 22%;
    line-height: 150%;
    white-space: inherit;
}	
}
/*20181128*/

/*20190306*/
@media screen and (min-width:769px),print{
.tupCell .tourPhoto li img {
	width:auto;
    max-width: 100% !important;
    max-height: 109px;
}
}
