@charset "utf-8";

/* ============================================================
 * recommendページ
 * ============================================================ */


/* ■■■■■ ホテル詳細 ■■■■■ */
.recommend_box{
	position: relative;
	max-width: 1000px;
	margin: 30px auto;
	padding: 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.recommend_box h3{
	border-spacing: 0;
	border-bottom: 1px solid #ff6478;
}
.recommend_box h3 > em,
.recommend_box h3 > span {
	display: inline-block;
	vertical-align: middle;
}
.recommend_box h3 > em {
	width: 70px;
	background: #c87137;
	border-radius: 51%;
	color: #fff;
	padding: 20px 0 10px;
	margin-bottom: -5px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}
.recommend_box h3 > em.rank1 {
	background: #c2a507;
}
.recommend_box h3 > em.rank2 {
	background: #939dac;
}
.recommend_box h3 > em b {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
}
.recommend_box h3 > span {
	padding: 0 0 0 10px;
	width: 60%;
	width: calc(100% - 320px);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
}
p.stars{
	position: absolute;
	top: 15px;
	right: 0;
	width: 240px;
	margin: 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #ff6478;
	border-radius: 20px;
	color: #c30d23;
}
p.stars em{
	display: inline-block;
	position: relative;
	width: 80px;
	background: #c9caca;
	vertical-align: -2px;
}
p.stars em img{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	z-index: 2;
}
p.stars em > span{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	background: #f8c50c;
	z-index: 1;
}
.recommend_box h4 {
	margin: 20px 0 30px;
	padding: 0 0 30px;
	background: url(../../img/top/arrow02.png) no-repeat center bottom;
	text-align: center;
	font-size: 160%;
	line-height: 1.3em;
	color: #ff6478;
}
.recommend_box p.words{
	margin: 20px 10px;
	line-height: 1.8em;
}

.recommend_box ul.icons{
	max-width: 700px;
	margin: 20px auto 40px;
	overflow: hidden;
}
.recommend_box ul.icons li{
	float: left;
	box-sizing: border-box;
	width: 32%;
	margin: 0 0 2% 2%;
	padding: 7px 0 6px;
	text-align: center;
	border: 1px solid #ff6478;
	border-radius: 5px;
	color: #ff6478;
	font-size: 14px;
	line-height: 1.2em;
}
.recommend_box ul.icons li:nth-child(3n+1){
	clear: left;
	margin-left: 0;
}
.recommend_box ul.icons li.on{
	background: #ff6478;
	color: #fff;
}

.recommend_box .details{
	background: #f2eee6;
	padding: 15px;
	font-size: 14px;
}

.recommend_box .details article{
	width: 48%;
	margin: 0 0 20px;
	float: left;
}
.recommend_box .details article.point{
	float: right;
	padding-left: 2%;
	border-left: 1px solid #c9caca;
}
.recommend_box .details article h5{
	background: #595757;
	padding: 5px 0 4px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
}
.recommend_box .details article h5:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../../img/recommend/common/icon_price.png) no-repeat center center;
	background-size: 100% 100% !important;
	vertical-align: middle;
	margin-right: 5px;
}
.recommend_box .details article.point h5:before{
	background: url(../../img/recommend/common/icon_heart.png) no-repeat center center;
}
.recommend_box .details article ul,
.recommend_box .details article p{
	margin: 10px;
}
.second_party_venues > div article ul li,
.recommend_box .details article ul li{
	margin: 0 0 10px;
	font-size: 90%;
	line-height: 1.3em;
	padding-left: 1em;
	text-indent: -1em;
}
.second_party_venues > div article ul li:before,
.recommend_box .details article ul li:before{
	content: "●";
	color: #c9caca;
}

.recommend_box .details dl{
	clear: both;
	padding: 10px 15px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.recommend_box .details dl dt{
	clear: left;
	float: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	color: #5f5f5f;
}
.recommend_box .details dl dd{
	padding: 5px 0 5px 24%;
	border-bottom: 1px solid #c9caca;
}
.recommend_box .details dl dd:last-child{
	border-bottom: 0;
}
.recommend_box a.btn{
	display: block;
	width: 300px;
	padding: 20px 0;
	margin: 20px auto 0;
	background: #48baa6;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-size: 120%;
}
.recommend_box a.btn:hover{
	text-decoration: none;
	background: #68dac6;
}
.recommend_box .details dl dd a.map{
	float: right;
	padding: 1px 10px 0;
	background: #595757;
	color: #fff;
	border-radius: 5px;
}

.bridalfair{
	margin: 30px 10px;
	text-align: center;
}
.bytheway img,
.bridalfair img{
	display: inline-block;
	max-width: 500px;
}
.bytheway{
	margin: 30px 10px 10px;
	text-align: center;
}

.second_party_venues {
	background: url(../../img/top/bg_dot_blue.png);
	padding: 20px 10px;
}

.second_party_venues h3 {
	margin: 30px 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
}
.second_party_venues h3:first-child {
	margin-top: 0;
}
.second_party_venues h3 em{
	display: block;
	padding: 0 0 15px;
	margin: 0 0 5px;
	background: url(/assets/img/top/arrow04.png) no-repeat center bottom;
	font-family: "HelveticaNeue CondensedBold", Impact, "Helvetica Bold", "Arial Bold", sans-serif;
	font-weight: normal;
	font-size: 45px;;
	line-height: 1.2em;
	color: #fff;
}
.second_party_venues h3 em:before{
	content: "{ ";
	font-family: Arial;
	vertical-align: 2px;
}
.second_party_venues h3 em:after{
	content: " }";
	font-family: Arial;
	vertical-align: 2px;
}
.second_party_venues > div {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
.second_party_venues > div article {
	box-sizing: border-box;
	float: right;
	width: 48.5%;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}
.second_party_venues > div article:first-child {
	float: left;
}
.second_party_venues > div article.v1 {
    margin: auto;
    float: none !important;
}
.second_party_venues > div article h4 {
	font-size: 18px;
	line-height: 1.2em;
	height: 2.4em;
}
.second_party_venues > div article h4:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.second_party_venues > div article h4 > span {
	display: inline-block;
	vertical-align: middle;
}
.second_party_venues > div article h4 strong{
	color: #ff6478;
}
.second_party_venues > div article ul {
	text-align: left;
}
.second_party_venues > div article figure{
	margin: 15px 0;
	text-align: center;
}
.second_party_venues > div article figure img{
	display: inline-block;
	max-width: 320px;
}
.second_party_venues > div article .price{
	margin: 10px 0;
	background: #ffe9ec;
	padding: 15px 0;
	text-align: center;
}
.second_party_venues > div article .price em{
	display: block;	
	font-size: 15px;
	font-weight: bold;
	color: #ff6478;
}
.second_party_venues > div article .price strong{
	font-size: 130%;
}
.second_party_venues > div article .links{
	font-size: 13px;
	height: 1.2em;
	line-height: 1.2em;
	text-align: right;
}

.bottom_button{
	margin: 40px 10px;
}
.bottom_button a{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 740px;
	text-align: center;
	background: #ff6478;
	padding: 0 10px;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
	font-size: 20px;
	border-radius: 40px;
}
.bottom_button a span{
	display: inline-block;
	width: auto;
	padding: 10px 0 10px 35px;
	background: url(/assets/img/top/icon_links_ranking.png) no-repeat left center #ff6478;
	background-size: 30px !important;
}
.bottom_button a:hover{
	background: #ff8498;
}



/* ============================================================
 * Media Queries
 * ============================================================ */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.recommend_box h3 > span {
		font-size: 16px;
	}
	p.stars{
		width: 200px;
	}
	.recommend_box h3 > span {
		width: 70%;
		width: calc(100% - 280px);
	}
	.recommend_box h4 {
		font-size: 140%;
	}
	.second_party_venues {
		font-size: 18px;
	}
	.second_party_venues  em{
		font-size: 38px;
	}
	.second_party_venues  em:before,
	.second_party_venues  em:after{
		vertical-align: 4px;
	}
	.second_party_venues > div article{
		float: none !important;
		width: auto;
		margin: 20px 0;
	}
	.second_party_venues > div article h4{
		height: auto;
	}
	.second_party_venues > div article ul{
		height: auto !important;
	}
	.second_party_venues > div article .links{
		height: auto;
	}
	.bottom_button a{
		font-size: 18px;
	}
}
@media screen and (max-width: 799px) {
	p.stars{
		position: static;
		margin: 15px 0 20px;
		width: auto;
	}
	.recommend_box h3 > span {
		width: 80%;
		width: calc(100% - 85px);
	}
	.recommend_box h4 {
		font-size: 130%;
	}
	.recommend_box .details dl dt{
		padding-left: 0;
	}
	.recommend_box .details dl dd{
		padding-left: 100px;
	}
	.second_party_venues h3 em{
		font-size: 32px;
		background-size: 90px;
		padding-bottom: 20px;
		margin: 0 0 10px;
	}
	.second_party_venues h3 em:before,
	.second_party_venues h3 em:after{
		vertical-align: 3px;
	}
	.second_party_venues > div article ul {
		font-size: 13px;
	}
	.bottom_button a{
		font-size: 16px;
	}
	.bottom_button a span{
		padding: 15px 0 15px 45px;
		background-size: 40px !important;
	}
	.bottom_button{
		margin: 30px 10px;
	}

}
@media screen and (max-width: 599px) {
	.recommend_box h3 > em {
		width: 60px;
		padding: 15px 0 5px;
	}
	.recommend_box h3 > span {
		width: calc(100% - 75px);
		font-size: 14px;
	}
	.recommend_box h4 {
		margin: 20px 0 20px;
		padding: 0 0 20px;
		background-size: 90px;
		font-size: 120%;
	}
	.recommend_box p.words{
		font-size: 13px;
		line-height: 1.4em;
	}
	.recommend_box ul.icons li{
		font-size: 13px;
	}
	.recommend_box .details{
		padding: 10px;
		font-size: 13px;
	}
	.recommend_box .details article h5{
		font-size: 14px;
	}
	.recommend_box .details article h5:before{
		width: 20px;
		height: 20px;
	}
	.recommend_box a.btn{
		width: auto;
		padding: 15px 0;
		margin-top: 10px;
		font-size: 130%;
	}

	.second_party_venues > div article {
		padding: 20px;
	}
	.second_party_venues > div article h4 {
		font-size: 16px;
	}
	.second_party_venues > div article ul {
		font-size: 12px;
	}

	.bottom_button a{
		font-size: 14px;
		border-radius: 30px;
	}
	.bottom_button a span{
		padding: 10px 0 10px 35px;
		background-size: 30px !important;
	}
}
@media screen and (max-width: 399px) {
	.recommend_box h3 > em {
		width: 50px;
		padding: 10px 0 0;
	}
	.recommend_box h4 {
		font-size: 110%;
	}
	.recommend_box p.words{
		font-size: 12px;
	}
	.recommend_box ul.icons li{
		font-size: 11px;
	}
	.recommend_box .details{
		font-size: 12px;
	}
	.recommend_box .details article h5{
		font-size: 13px;
	}
	.recommend_box .details article ul{
		margin: 10px 0;
	}
	.recommend_box .details dl dd{
		padding-left: 85px;
	}
	.recommend_box .details dl{
		padding: 5px 10px;
	}
	.second_party_venues h3 em{
		font-size: 26px;
	}

	.second_party_venues > div article {
		padding: 15px 10px;
	}
	.second_party_venues > div article h4 {
		font-size: 14px;
	}

}
@media screen and (max-width: 340px) {
	.recommend_box ul.icons li{
		font-size: 10px;
	}
	.recommend_box .details article h5{
		font-size: 12px;
	}
	.recommend_box .details article h5:before{
		width: 17px;
		height: 17px;
	}

}
