﻿/******************************************************************************* DPplan */
#DPplan{
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #F3F1E5;
	position: relative;
}
.balloon{
	display: inline-block;
	position: relative;
	background-color: #052981;
	color: #FFF;
	padding: 0 0.5em;
	transform: rotate(-3deg);
	font-size: 1.3em;
	margin-bottom: 0.8em
}
.balloon:after{
	content: "";
	position: absolute;
	left: 10%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.7em 0.7em 0 0;
	border-color: #052981 transparent transparent transparent;
}
#DPplan h2{
	font-size: 1.4em;
	line-height: 1.2;
	position: relative;
}
#DPplan h2 span{
	font-size: 0.85em;
}
#DPplan h2 strong{
	font-size: 1.6em;
}
#DPplan .dept_select{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5em;
}
#DPplan .dept_select li{
	flex-basis: calc(100% / 4 - 0.5%);
	max-width:  calc(100% / 4 - 0.5%);
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 1.2em;
	padding: 0.3em 0;
	cursor: pointer;
}
#DPplan .dept_select li.active{
	background-color: #052981;
	color: #FFF;
	border-color: #052981;
}



#DPplan .f-section-title{display: none;}

.DPitem{
	margin-top: 1em;
	min-height: 20em;
}
.DPitem .fw-static-api-search-info{
	font-size: 0.9em;
	padding: 0.7em;
	line-height: 1.6;
}
.DPitem #config_text{
	color: #666;
}


.DPitem button{
	display: block;
	background-color: transparent;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.DPitem button.fw-btn-search-01:hover{
	background-color: transparent;
}


/*#DPplan .dptourBox{
	font-size: 13px;
	position: relative;
}
.dptourBox:before{
	content: "Sale!";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.8em;
	height: 2.8em;
	background-color: #ffa300;
	color: #FFF;
	position: absolute;
	left: -0.5em;
	top: -0.5em;
	z-index: 2;
	border-radius:50%;
	font-weight: bold;
	font-size: 1.4em;
	transform: rotate(-5deg);

}*/
.sale_cation{
    color: crimson;
}

/*--------------------------------------------
	768px以下（タブレット調整）
---------------------------------------------*/
@media screen and (max-width: 768px)  {
/******************************************************************************* DPplan */
#DPplan {
	padding-bottom: 2em;
}
#DPplan h2{
	font-size: 4vw;
}
#DPplan .dept_select li{
	font-size: 1em;
	padding: 0.5em 0;
}
/*#DPplan .dynamicPackage_warp{
	padding-left: 0;
	padding-right: 0;
}*/
}


/*--------------------------------------------
	480px以下（タブレット調整）
---------------------------------------------*/
@media screen and (max-width: 480px)  {
/******************************************************************************* DPplan */
.fw-static-api-search__item{
	padding: 0;
}
.fw-static-api-search-wrap{
	font-size: 12px;
}




}