/* 外部サイト（別ウィンドウ）へ遷移するリンクのアイコン */
.external-icon{display:inline-block;flex:none;width:12px;height:12px;margin-left:.4em;vertical-align:-1px}
/* サイドバーのメインCTAは矢印だった位置にアイコンが入るため、中央寄せに調整 */
.rh-booking-card>a>span{display:inline-flex;align-items:center}
.rh-booking-card>a>span .external-icon{margin-left:0}
/* プランカード・モバイルバーは文字と同じ行に収める */
.rh-plan-card a,.rh-mobile-booking a{display:inline-flex;align-items:center;justify-content:center}

/* 楽天の口コミ抜粋。11pxでは読みづらいので本文相当まで大きくする */
.rh-detail-main .rh-review-quote,.rh-review-quote{margin:26px 0 14px;padding:22px 24px;border-left:3px solid var(--rh-aqua);background:#f5f8f7;color:#24424f;font-size:14px;line-height:2}
.rh-detail-main .rh-review-quote cite,.rh-review-quote cite{display:block;margin-top:12px;color:var(--rh-muted);font-size:11px;font-style:normal}
@media(max-width:600px){.rh-detail-main .rh-review-quote,.rh-review-quote{padding:18px;font-size:13px;line-height:1.95}}
