/*----------------------------------------
	Prices
-----------------------------------------*/

#fwCms_wrapper .price ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4vw;
	border-top: 1px solid #ffffff;
}

#fwCms_wrapper .price ul li {
	display: flex;
	align-items: center;
	width: 50%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #92422b;
}

#fwCms_wrapper .price ul li:nth-child(2n) {
	border-right: none;
}

#fwCms_wrapper .price ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 9.6vw 3.4vw 4vw;
	box-sizing: border-box;
	background: url(/excludes/DMO/common/svg/arrow-m-white-01.svg) no-repeat right 4vw center;
	background-size: auto 3.4vw;
	color: #fff;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .price {
		max-width: 1080px;
		width: 98.7%;
		margin-right: auto;
		margin-left: auto;
	}

	#fwCms_wrapper .price ul {
		margin-top: 35px;
	}

	#fwCms_wrapper .price ul li {
		width: 33%;
	}

	#fwCms_wrapper .price ul li:nth-child(2n) {
		border-right: 1px solid #ffffff;
	}

	#fwCms_wrapper .price ul li:nth-child(4n) {
		border-right:  1px solid #ffffff;
	}

	#fwCms_wrapper .price ul li a {
		justify-content: center;
		min-height: 60px;
		padding: 16px 35px;
		background-position: right 20px center;
		background-size: auto 17px;
		line-height: 1.3;
	}
}

/*----------------------------------------
	destination
-----------------------------------------*/
#fwCms_wrapper .fwCms_box .destination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 97.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .fwCms_box .destination {
    width: 100%;
    max-width: 1080px;
  }
}
#fwCms_wrapper .fwCms_box .destination li {
  width: 49.31%;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .fwCms_box .destination li {
    max-width: 200px;
    width: 18.51%;
  }
}
#fwCms_wrapper .fwCms_box .destination li:nth-of-type(n+3) {
  margin-top: 1.2vw;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .fwCms_box .destination li:nth-of-type(n+3) {
    margin-top: 0;
  }
}

/*----------------------------------------
	footer帯
-----------------------------------------*/

#fwCms_wrapper .footer{
	padding-top:0!important;
}