<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　	useful/recommended（今一押し！ハワイウェディングアドバイザーおすすめ挙式プラン）用
　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.recommended_point{
	position: relative;
	margin: 0 0 30px;
}
.recommended_point &gt; img{
	display: block;
	width: 100%;
}
.recommended_point figcaption{
	position: absolute;
	box-sizing: border-box;
	bottom: 5%;
	left: 5%;
	width: 500px;
	max-width: 70%;
	z-index: 2;
	background: #b0dfe1;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	text-align: center;
}
.recommended_point figcaption:before,
.recommended_point figcaption:after{
	content: "";
	position: absolute;
	display: block;
	width: 95px;
	height: 80px;
	background-size: 100% !important;
}
.recommended_point figcaption:before{
	background: url(../img/useful/recommended/common/waku_l.png) no-repeat center center;
	top: -10px;
	left: -10px;
}
.recommended_point figcaption:after{
	background: url(../img/useful/recommended/common/waku_r.png) no-repeat center center;
	bottom: -10px;
	right: -10px;
}


.recommended_point figcaption &gt; div{
	background: #fff;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.recommended_point figcaption &gt; div h4,
.recommended_point figcaption &gt; div .point{
	background: #54bde0;
	padding: 5px;
	font-size: 100%;
	line-height: 1.3em;
	color: #fff;
}
.recommended_point figcaption &gt; div h4 em,
.recommended_point figcaption &gt; div .point em{
	color: #f6e821;
	display: inline-block;
}
.recommended_point figcaption &gt; div h5,
.recommended_point figcaption &gt; div .title{
	margin: 15px 0 0;
	font-size: 140%;
	line-height: 1.3em;
	font-weight: normal;
}
.recommended_point figcaption &gt; div h5 strong,
.recommended_point figcaption &gt; div .title strong{
	display: inline-block;
	font-weight: bold;
	color: #ff7ba6;
}

.recommended_contents &gt; h4{
	background: #ceecf6;
	padding: 10px;
	font-size: 130%;
	color: #0aa0d2;
	margin: 30px 0 15px;
}
.recommended_contents p:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.blue-box{
	box-sizing: border-box;
	margin: 30px auto;
	padding: 10px;
	max-width: 750px;
}
.blue-box strong{
	display: block;
	padding: 0 0 5px;
	margin: 0 auto 10px;
	max-width: 650px;
	font-size: 120%;
	color: #0aa0d2;
	border-bottom: 1px solid #9dd9ed;
	text-align: center;
}
.blue-box ul{
	margin: 0 auto;
	max-width: 650px;
}
.blue-box ul li{
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	min-width: 33.3333%;
	line-height: 1.2em;
	vertical-align: top;
	padding-left: 1em;
	margin: 5px 0;
}
.blue-box ul li:before{
	content: "●";
	position: absolute;
	left: 0;
	color: #84cfe8;
}
.blue-box ul.col2 li{
	min-width: 50%;
}
.btns {
	max-width: 500px;
	margin: 30px auto 40px;
}
.btns a{
	display: block;
	background: url(../img/common/icon_links_w.png) no-repeat right center #0aa0d2;
	padding: 15px 40px 15px 10px;
	text-align: center;
	font-size: 130%;
	color: #fff;
	border-radius: 10px;
}
.btns a:hover{
	text-decoration: none;
	background-color: #3ac0f2;
	box-shadow: rgba(0,0,0,0.5) 3px 3px 7px;
}
.btns a:active{
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
}
.recommended_contents &gt; h5{
	margin: 40px 0 10px;
	text-align: center;
	background: #ceecf6;
}
.recommended_contents &gt; h5 img{
	display: block;
	margin: auto;
}
.list_red{
	max-width: 750px;
	margin: 20px auto;
	color: #bb272d;
}
.list_red li{
	position: relative;
	margin: 0 0 5px;
	line-height: 1.5em;
	padding-left: 1em;
}
.list_red li:before{
	content: "●";
	position: absolute;
	left: 0;
}

.voice{
	margin: 20px 10px;
}
.voice dl dt{
	font-size:110%;
	color: #0aa0d2;
	margin: 0 10px 5px;
}
.voice dl dd{
	margin: 0 0 15px;
	padding: 0 10px 15px;
	border-bottom: 2px dotted #ccc;
}


/* ============================================================================================= */
@media only screen and (max-width: 1200px){

}

/* ============================================================================================= */
@media only screen and (max-width: 799px){
	.recommended_point figcaption{
		left: 5%;
		width: 90%;
		max-width: none;
		bottom: -10%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.btns a{
		font-size: 120%;
		background-size: 20px;
	}

}

@media only screen and (max-width: 600px){
	.recommended_point figcaption{
		padding: 7px;
	}
	.recommended_point figcaption &gt; div{
		padding: 10px;
	}
	.recommended_point figcaption &gt; div h5,
	.recommended_point figcaption &gt; div .title{
		margin-top: 5px;
		font-size: 110%;
	}
	.recommended_contents &gt; h4{
		font-size: 120%;
	}

	.blue-box ul li{
		min-width: 50%;
	}
	.blue-box ul.col2 li{
		width: auto;
		display: block;
	}

	.btns a{
		font-size: 110%;
		padding: 10px 20px 10px 5px;
		border-radius: 7px;
	}

}

@media only screen and (max-width: 400px){
	.recommended_point figcaption{
		padding: 5px;
	}
	.recommended_point figcaption &gt; div{
		padding: 10px;
	}
	.recommended_point figcaption:before,
	.recommended_point figcaption:after{
		width: 68px;
		height: 56px;
	}
	.recommended_point figcaption &gt; div h4,
	.recommended_point figcaption &gt; div .point {
		font-size: 90%;
		padding: 2px;
	}
	.recommended_point figcaption &gt; div h5,
	.recommended_point figcaption &gt; div .title{
		margin-top: 5px;
		font-size: 100%;
	}
	.recommended_contents &gt; h4{
		font-size: 110%;
	}

	.btns a{
		font-size: 100%;
		background-size: 15px;
		border-radius: 5px;
	}
	.recommended_contents &gt; h5{
		margin: 40px -10px 10px;
	}
	.voice{
		margin: 10px 0 20px;
	}
}
@media only screen and (max-width: 360px){
	.recommended_point figcaption{
		left: 0;
		width: 100%;
	}
	.recommended_point figcaption{
		padding: 3px;
	}
	.recommended_point figcaption &gt; div{
		padding: 5px;
	}
	.recommended_point figcaption &gt; div h5,
	.recommended_point figcaption &gt; div .title{
		font-size: 90%;
	}
}</pre></body></html>