@media (min-width: 767px),print {
/*=== 国内ツアー ===*/
.kokunai-sch{
	    border: solid 10px #ff7b98;
	margin-bottom: 10px;
}
.kokunai-sch th {
    width: 70px;
	padding-left: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}
.kokunai-sch td{
	padding: 3px;
	font-size: 13px;
}
.kokunai .midashi_tour,
.kokunai-sch h4.search,
.kokunai-sch h3.search{
		color: #ff7b98;
padding: 10px 10px 10px 5px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin: 0;
}

.kokunai #content .section{
	position:relative;
	border-radius:4px;
	overflow: hidden;
	border:1px solid #ddd;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1);
	margin:10px 0 0;
	padding:4px;
}
.kokunai #content h3.orangetitle {
    margin-top: 20px;
    margin-bottom: 0;
}
.kokunai #content h3.orangetitle + ul{
	overflow: hidden;
	padding-right: 19px;
}
.kokunai #content .section{
	position:relative;
	border-radius:4px;
	border:1px solid #ddd;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1);
	margin:10px 0 0;
	padding:4px;
}
.kokunai #content .section p:first-child{
	float:left;
	    width: 165px;
	margin:0;
}
.kokunai #content .section p:first-child a{
	display:block;
}
.kokunai #content .section p:first-child a img{
	width:225px;
	vertical-align:bottom;
}
.kokunai #content .section h5{
	margin:8px 90px 10px 240px;
	height:auto;
	font-size:14px;
/*	font-weight:normal;;*/
	line-height:130%;
}
.kokunai #content .section h5 a{
	transition:0.1s linear;
	text-decoration:none;
	color:#333;
}
.kokunai #content .section h5 a:hover{
	transform:translate(1px,1px);
	opacity:0.4;
}
.kokunai #content .section h5 + p{
	margin:0 0 4px 240px;
	font-size:12px;
	line-height:120%;
}
.kokunai #content .section h5 + p span{
	font-size:15px;
	font-weight:bold;
	color:#c00;
}
.kokunai #content .section dl{
	display:table;
	border-collapse:collapse;
	border:none;
	margin:6px 0 0 240px;
	font-size:12px;
	line-height:120%;
}
.kokunai #content .section p + dl{
	margin:8px 0 0 240px;
}
.kokunai #content .section dl dt,
.kokunai #content .section dl dd{
	display:table-cell;
	text-align:left;
	font-weight:normal;
	color:#666;
}
.kokunai #content .section dl dt::after{
	content:"：";
}
.kokunai #content .section dl dd{
	color:#333;
	padding-right: 8px;
}
.kokunai #content .section > a{
	position:absolute;
	top:4px;
	right:4px;
	display:block;
	border-radius:4px;
	width:90px;
	background:#f0466b;
	transition:0.1s linear;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
}
.kokunai #content .section > a:hover{
	transform:translate(1px,1px);
	opacity:0.4;
}
.kokunai #content ul.tour-icon li{
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    border-radius: 3px;
    color: #658604;
    background: #e6f7c9;
    padding: 5px;
    border-bottom: none !important;
    text-align: center;
    font-weight: bold;
	font-size:12px;
}
.kokunai #content ul.tour-icon {
    margin-bottom: 5px;
	
}
.kokunai #content .section > a{
    font-weight: normal
}
.kokunai #content .section dl,
    .slist #content .section{
        font-size: 13px;
    }
.kokunai #content .section p:first-child a span {
    display: table-cell;
    width: 226px;
/*    height: 150px;*/
    }
.kokunai #content .section p:first-child a span img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 110px;
}
.kokunai .right-box{
	width: 410px;
    float: left;
    padding: 0 10px 0;
    }
.kokunai .right-box *{
    margin-left:0 !important;
    }
.kokunai .right-box dl{
    display: table;
    border-collapse: collapse;
    margin: 0;
/*        width: 280px;*/
    float: left;
    }
.kokunai #content .section p + dl,
.kokunai #content .section dl{
        margin: 0;
    }

.kokunai #content .section dl dt {
/*    max-width: 91px;*/
    width: auto;
    }
.kokunai #content .section dl:nth-child(odd) dt{
/*        width: 91px; */
    }
.kokunai #content .section dl:nth-child(even) dt{
/*width: 60px;*/
    }
.kokunai #content .section dl dd {
/*    min-width: 180px;*/
}
.kokunai #content .section .right-box h5 {
/*    font-size: 14px;*/
    margin: 0 0 7px;}
.kokunai #content .section dl dt {
/*    font-weight: bold;*/
    font-size: 13px;
    color: #000;
}

.kokunai #content .dp_link li a {
    display: block;
	position: relative;
	padding: 7px;
	padding-right: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 60px;
	font-weight: bold;
}

.kokunai #content ul.dp_link li {
    padding: 5px 0;
    margin: 5px 0;
    list-style: none;
	border-bottom: none;
/*    width: 60px;*/
    display: inline-block;
}
.kokunai #content ul.dp_link li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
right: 4px;
    top: 10px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #7ec602;
}

}
@media (max-width: 767px) {
#nav .sp-design > li a.tour_nav_j{
	padding-top:5px;
	}
#nav .sp-design > li a.tour_nav_j{ background:#ff7b98;}
	
/*=== 国内ツアー ===*/
.kokunai-sch{
	    border: solid 10px #ff7b98;
}
.kokunai-sch td select {
    min-width: 110px;
}
.kokunai #content{
	border: none;
}
.kokunai .midashi_tour {
		color: #ff7b98;
}
.kokunai-sch h4.search,
.kokunai-sch h3.search {
		color: #ff7b98;
padding: 10px 10px 10px 5px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin: 0;
}
.kokunai #content ul.tour-icon li{
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    border-radius: 3px;
    color: #658604;
    background: #e6f7c9;
    padding: 5px;
    border-bottom: none !important;
    text-align: center;
    font-weight: bold;
	font-size:12px;
}
.kokunai #content ul.tour-icon {
    margin-bottom: 5px;
	
}
.kokunai #content .section p:first-child a {
    width: 200px;
    height: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.kokunai #content .section p:first-child a img {
    height: 120px;
    max-width: 100%;
    width: auto !important;
}
.kokunai #content .dp_link li a {
    display: block;
	position: relative;
	padding: 7px;
	padding-right: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 60px;
	font-weight: bold;
}
.kokunai #content form table td input + img {
    margin: 0 0 0 1px;
}
.kokunai #content .section {
    position: relative;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
    margin: 10px 0 0;
    padding: 4px;
}
.kokunai #content .section h5 {
    font-size: 16px !important;
    margin:0px;
    height: auto;
    font-weight: normal;
    line-height: 130%;
}
.kokunai #content .section dl{
        margin-bottom: 5px;
	overflow: hidden;
    }
.kokunai #content .section dl dt{
/*        width: 30%;*/
/*        font-weight: bold;*/
        color: #000;
	float: left;
    }
.kokunai #content .section dl dd{
        float: left;
/*    width: 67%;*/
    }
.kokunai #content ul.dp_link li {
    padding: 5px 0;
    margin: 5px 0;
    list-style: none;
	border-bottom: none;
/*    width: 60px;*/
    display: inline-block;
}
.kokunai #content ul.dp_link li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
right: 4px;
    top: 10px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #7ec602;
}
.kokunai #content .section h5 + p span {
    font-size: 15px;
    font-weight: bold;
    color: #c00;
}
.kokunai #content .section > a {
    position: static !important;
    width: auto !important;
	clear: both;
    padding: 5px;
    margin-top: 10px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    border-radius: 4px;
    width: 90px;
    background: #f0466b;
    transition: 0.1s linear;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}
h3.orangetitle {
    font-size: 15px;
}
table#search_kokunai th {
	width: 20% !important;
display: inline-block;
    border-bottom: none;
	}
table#search_kokunai td{
    width: 79% !important;
display: inline-block;
    border-bottom: none;
}
table#search_kokunai td select {
    border: 1px solid #ccc;
    padding: 5px 0;
}
table#search_kokunai td select {
    width: 220px;
}
input#keyword {
	border: 1px solid #ccc;
}
}
h3.orangetitle{
    background: url(../img/global/h3_pink.png) top left no-repeat;
}
/* input[type="submit"] {
    background: #f0466b !important;
} */