/*------------------------------marker*/
.marker{
    background: linear-gradient(transparent 75%, #cae8f2 75%);
}

/*------------------------------nav*/
nav li{
	border-top: #002e73 1px solid;
	border-left: #002e73 1px solid;
	border-right: #002e73 1px solid;
}
/*---------色付け位置*/
nav .active{
	background: #002e73;
}



/*-----------------------------------------------------------------.reco_wrap wraper*/
.reco_wrap{
	background: 		url("../img/bg_wraper.jpg") repeat top center;
	border-top: #002e73 7px solid;
	padding: 7em 0;
}

.reco_wrap h2{
	color: #002e73;
	font-size: 24px;
	display: flex;
	align-items: center;
	padding: 3em 0 1em;
	background: url("../img/tour_icon.png") no-repeat top center;
}
.reco_wrap h2:before, .reco_wrap h2:after {
	content: "";
	flex-grow: 1;
	height: 4px;
	background: #002e73;
	display: block;
}
.reco_wrap h2:before {
	margin-right: 1.5em;
}
.reco_wrap h2:after {
	margin-left: 1.5em;
}
.reco_wrap .intro{
	text-align: center;
	color: #002e73;
}
.reco_wrap .intro strong{
	font-weight: normal;
	font-size: 1.5em;
}
/*-------------------------------------------------box*/
.reco_wrap .box{	
	background: #fff;
	padding: 0 2.5em 2.5em;
	margin: 3em auto;	
	position: relative;
}
.reco_wrap .catch{
	background: #52bbeb;
	color: #FFF;
	display: inline-block;
	padding: 2px 1em;
	transform: rotate(-3deg); 
	box-shadow: 1px 1px 2px 1px #416B86;
	margin: -5em 0 .5em -3em;
}
.reco_wrap h3{
	font-weight: 700;
	font-size: 1.3em;
	color: #002e73;
}
.reco_wrap .detail{
	margin: .5em 0;
}
.reco_wrap .image-box{
	flex: 4.5;
	margin-right: 1em;
}
.reco_wrap .text-box{
	flex: 5.5;
}

.reco_wrap .image-box .top3 li:first-child{
	flex: 2;
	
}
.reco_wrap .image-box .top3 li:nth-child(2),
.reco_wrap .image-box .btm3 li{
	flex: 1;
}

.reco_wrap .text-box dl dt {
	background: url("../img/tour_ichioshi.png") no-repeat left center;
    padding: 1em 0 1em 7em;
	margin-bottom: 1em;
}
.reco_wrap .text-box dl strong{
 background: linear-gradient(transparent 60%, #FFF685 60%);
}

.reco_wrap .box table{
	width: 100%;
	border: .5px #676767 solid;
	margin: 1em 0;
}
.reco_wrap .box table tr{	border-bottom: .5px #676767 solid;}
.reco_wrap .box table th{
	background: #FFFBD2;
	width: 7em;
	text-align: center;
	border: .5px #676767 solid;
}
.reco_wrap .box table td{ 
	padding-left: 1em;
	min-width: 8em;
}

.reco_wrap .tour-info ul{
	width: 65%;
	margin-right: 1em;
}
.reco_wrap .tour-info li{
	font-size: 0.95em;
}
.reco_wrap .tour-info li strong{
	margin-left: .5em;
}
/*.reco_wrap .tour-info li.price strong{
	font-size: 1.2em;
	color: #e4007f;
}*/

.reco_wrap .tour-info .btn{
	width: 35%;
	padding: 1em;
	background: #002e73;
	text-align: center;
	color: #fff;
}
.reco_wrap .tour-info .btn a{
	color: #fff;
	display: block;
}
.reco_wrap .tour-info .btn:hover{
	transform: rotate(-3deg); 
	opacity: 0.7;
}

.reco_wrap .tour-info.other{margin-top: 1em;}
.reco_wrap .tour-info.other p{	width: 50%;}
.reco_wrap .tour-info.other .text{
    position:relative;
    background:#F9FFF2;
	padding: 2px ;
    text-align:center;
	line-height: 1.3;	
}
.reco_wrap .tour-info.other .text:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(249, 255, 242, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:9px;
    border-right-width:9px;
    margin-top: -5px;
    border-left-color:#F9FFF2;
    left:100%;
    top:50%;
}

.reco_wrap .tour-info.other .btn{
	padding: 0.7em;
	background: #03562E;
}
/*-------------------------------------------------------------------------価格gadget*/
.fw-static-api-tour-price-list-area{
	border: 1px #424242 solid;
	width: 13em;
	text-align: center;
}
.fw-static-api-tour-price-list-price-range{
	color: #e4007f;
	font-weight: 700;
	margin-left: .5em;
}
.fw-static-api-tour-price-list-price-num{font-size: 1.8em;}

/*-------------------------------------------------------------------------検索gadget*/
#ga-dpair input[type=text] {
    border: 0px solid #b4b3b3;
}

/*-------------------- Search */
.search_tour{
    clear: both;
	padding: 1px 0 5em ;
	background-color   : #002e73;
}
.search_tour h4{
	margin-top: -3em;
	text-align: center;	
}
.search_tour .w1000{
    padding: 2em;
    border-radius: 10px;
	background-color:#fff;
	margin-bottom: 5em;
}
.search_tour h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: .5em;
	color: #fe4164;
	
	position: relative;
}
.search_tour h5::before{
	margin-right: 2px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！画像を横に並べたいときはinline-block、改行を入れたい場合はblock*/
	width: 5%;/*画像の幅*/
	height: 1.5em;/*画像の高さ*/
	background-image: url("../img/search_ttl_before.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;		
}
.search_tour h5::after{
	margin-left: .7em;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！画像を横に並べたいときはinline-block、改行を入れたい場合はblock*/
	width: 5%;/*画像の幅*/
	height: 1.5em;/*画像の高さ*/
	background-image: url("../img/search_ttl_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;		
}
#search_box {
    display: flex;
	align-items: flex-end;
	padding-bottom: 2em;
    margin-bottom: 1em;
	border-bottom: #D4D4D4 dotted 1px;

}
#search_box .box {
    width: 30%;
    margin-right: .7em;
}
#search_box .box:first-child{
    /* [disabled]display: none; */
}
#search_box .box:last-child{
    margin-right: 0;
}
#search_box .box dt{
	background: #EAFBFF;
	margin-top: 1em;
	font-size: 0.85em;
}
#search_box .box dd{
    position: relative;
    display: inline-block;
    width: 100%;
}
#search_box .box dd::after{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0;
    border-right: solid 1px #b4b3b3;
    border-bottom: solid 1px #b4b3b3;
}

select{
    width: 100%;
    padding: .5em 0;
    border: 1px solid #b4b3b3;
       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}
select::-ms-expand{
    display: none;
}
#search_box .btn{
    padding-top: 1em;
    width: 26.5%;
    text-align: center;
}

#goSearch{
    padding: .5em 32%;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    background-color: #256ACF;

/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e59', endColorstr='#9b0d13');*/
}

#goSearch:hover{
	width: 100%;
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025d36', endColorstr='#009e59');*/

}

/*-------------------- Free Word Search */
dl.freeword dd span{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.freeword form dt {
	background: #EAFBFF;
    width: 87.5%;
	font-size: 0.85em;
}

:-ms-input-placeholder{
    color: #ccc;
}
::-webkit-input-placeholder{
    color: #ccc;
}
:-moz-placeholder{
    color: #ccc;
}
::-moz-placeholder{
    opacity: 1;
    color: #ccc;
}
::placeholder{
    color: #ccc;
}
:focus::-webkit-input-placeholder{
    color: white;
}
:focus:-moz-placeholder{
    color: white;
}
:focus::-moz-placeholder{
    color: white;
}
:focus::placeholder{
    color: white;
}
input[type=text]{
    width: 87.5%;	
    padding: .5em;
    border: 1px solid #b4b3b3;
}
input[type='submit']{
	font-size: 12px;
    width: 10.3%;
    margin-left: auto;
    padding: .7em 0;
    cursor: pointer;
    letter-spacing: 1px;
    color: #fff;
    border: none;
/*    border-radius: 0;
    border-radius: 5px;*/

    background-color: #256ACF;
    -webkit-appearance: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e59', endColorstr='#9b0d13');
}
input[type='submit']:hover{
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025d36', endColorstr='#009e59');
		-webkit-transform: translateY(-6px);
	        transform: translateY(-6px);
	-webkit-animation: button13 1.5s linear infinite alternate 0.3s;
	        animation: button13 1.5s linear infinite alternate 0.3s;
}


/************************************************************
					★min770px－max999px
************************************************************/
@media screen and (max-width: 1000px){
	
	.pc{display: none;}	
/*-------------------------------------------------box*/
.reco_wrap .catch{	margin: -5em 0 .5em -2em;}	
.reco_wrap .tour-info{		display: block;	}
	
.reco_wrap .tour-info ul,
.reco_wrap .tour-info .btn	{
	width: 100%;
	margin-right: 0;
}
.reco_wrap .tour-info.other p{	width: 100%;}
/*-------------------- Search */
.search_tour{	padding: 1px 5px 5em ;}	
#search_box .btn{    width: 28%;}	
#goSearch{	padding: .5em 1em;}
#search_box .btn a{    	font-size: 12px;}
	
}


/************************************************************
					★タブレット対応
************************************************************/
@media screen and (max-width:769px)  {
/*-----------------------------------------------------------------.reco_wrap wraper*/
/*-------------------------------------------------box*/
.reco_wrap .box{		padding: 0 1.5em 1.5em;}
.reco_wrap .detail{	display: block;}
.reco_wrap .image-box{	margin-right: 0;}
	
}


/************************************************************
						★スマホ対応
************************************************************/
@media screen and (max-width:599px)  {

/*-----------------------------------------------------------------.reco_wrap wraper*/
.reco_wrap{	padding: 4em 0;}

/*-------------------- Search */
.search_tour .w1000 {		padding: 1px 5px .5em ;}	
.search_tour h4{ 	margin-top: -6em;	padding: 2.5em 3em 0.7em;}		
.search_tour h5{	font-size: 4.5vw;}	
.search_tour h5::before{	margin-right: .7em;}	

#search_box{
	flex-wrap: wrap;
    justify-content: center;
}
	
.box{    flex: 47%;}

#search_box .btn{
	width: 100%;
	margin: .8em auto;
	text-align: center;
}	
#goSearch{
    padding: .7em 30%;
	margin: .7em auto;
	width:100%;
}	

/*-------------------- Free Word Search */
.freeword form dt {    width: 100%;}
input[type=text]{    width: 70%;}
input[type='submit']{    width: 28%;}
	
}