@charset "UTF-8";
/* ===================================================================
CSS information

file name  :stay_common.css
author     :Ability Consultant
style info  :各過ごし方

▼このスタイルは以下のページの共通（条件付き有）スタイルを定義
・どんな季節も楽しめる過ごし方（通年）
・カップル
・ペットと一緒
・夏を満喫する過ごし方
・女子旅

▼bodyにクラス（ディレクトリ名）をあて条件分岐します。
allyear,couple,pet,summer,girls

=================================================================== */
/*-----------------------------------------------------------
	※ディレクトリ指定
	【個別】背景への画像パスは以下の変数を使う
-----------------------------------------------------------*/
/*-----------------------------------------------------------
	※カラー指定　commonにも専用スタイルにも書く
-----------------------------------------------------------*/
/*----------------------------------------------------
	タイトル指定
	【共通】ページタイトル背景
----------------------------------------------------*/
.wrp_pgtit .con_pgtitle {
  background: url(../stay/images/bg_title_stay.jpg) center 0 no-repeat;
}
.wrp_pgtit .con_pgtitle h2.title {
  background: url(../stay/images/st_title.png) 10px center no-repeat;
}

/*----------------------------------------------------
	.img_title
	【共通】過ごし方タイトル
----------------------------------------------------*/
.img_title {
  margin-bottom: 20px;
  text-align: center;
}

/*----------------------------------------------------
	.btn_brown
	【共通】スマホ時の幅設定
----------------------------------------------------*/
@media only screen and (max-width: 736px) {
  .btn_brown {
    width: 90% !important;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	.con_intro
	【共通スタイル】イントロ
----------------------------------------------------*/
.con_intro {
  padding: 30px 10px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_intro {
    background: none !important;
  }
}
@media only screen and (max-width: 736px) {
  .con_intro {
    padding: 0 0;
  }
}
.con_intro h3,
.con_intro .txt {
  text-align: center;
}
.con_intro h3 {
  overflow: hidden;
  height: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.con_intro h3 br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .con_intro h3 {
    background: none !important;
    height: auto;
    padding: 0 !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    font-size: 2em;
    font-weight: normal;
  }
}
@media only screen and (max-width: 736px) {
  .con_intro h3 {
    font-size: 1.2em;
    letter-spacing: -.5px;
    margin-bottom: 15px;
  }
  .con_intro h3 br {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .con_intro .txt {
    text-align: left;
    padding: 0 10px;
  }
  .con_intro .txt br {
    display: none;
  }
}
.con_intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
}
@media only screen and (max-width: 736px) {
  .con_intro:after {
    height: 50px;
  }
}

/*----------------------------------------------------
	.st_point
	【個別-パーツ】ポイントの見出し
----------------------------------------------------*/
.st_point {
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .st_point {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    background: none !important;
    height: auto !important;
    padding-top: 0 !important;
    padding: 0 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    font-weight: bold;
    font-size: 1.2em;
  }
  .st_point:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -10px;
  }
  .allyear .st_point {
    color: #1e9953;
  }
  .allyear .st_point:after {
    background: url(http://hotel-rosablanca.com/stay/allyear/images/bg_st_base.png) center bottom repeat-x;
  }
  .couple .st_point {
    color: #dc3c7c;
  }
  .couple .st_point:after {
    background: url(http://hotel-rosablanca.com/stay/couple/images/bg_st_base.png) center bottom repeat-x;
  }
  .pet .st_point {
    color: #614016;
  }
  .pet .st_point:after {
    background: url(../stay/pet/images/bg_st_base.png) center bottom repeat-x;
  }
  .summer .st_point {
    color: #3261b1;
  }
  .summer .st_point:after {
    background: url(http://hotel-rosablanca.com/stay/summer/images/bg_st_base.png) center bottom repeat-x;
  }
  .girls .st_point {
    color: #dd712a;
  }
  .girls .st_point:after {
    background: url(http://hotel-rosablanca.com/stay/girls/images/bg_st_base.png) center bottom repeat-x;
  }
}

/*----------------------------------------------------
	.st_pointsub
	【個別-装飾】テキスト文章内のカラー見出し
----------------------------------------------------*/
.st_pointsub {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.allyear .st_pointsub {
  color: #6c911a;
}
.couple .st_pointsub {
  color: #cc4d71;
}
.pet .st_pointsub {
  color: #d0730f;
}
.summer .st_pointsub {
  color: #277cb2;
}
.girls .st_pointsub {
  color: #d0730f;
}
@media only screen and (max-width: 736px) {
  .st_pointsub {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
	.color_block
	【個別-装飾】上下に矢印のある、色付きコンテナ
----------------------------------------------------*/
.color_block {
  background: url(../stay/images/arr_white.png) center top no-repeat;
  padding: 60px 0 50px;
  position: relative;
  *zoom: 1;
}
.color_block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .color_block {
    padding: 40px 0 25px !important;
  }
}
.color_block:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}
.allyear .color_block {
  background-color: #e7faf0;
}
.allyear .color_block:after {
  content: url("http://hotel-rosablanca.com/stay/allyear/images/arrow.png");
}
.couple .color_block {
  background-color: #fdeff5;
}
.couple .color_block:after {
  content: url("http://hotel-rosablanca.com/stay/couple/images/arrow.png");
}
.pet .color_block {
  background-color: #faf9e7;
}
.pet .color_block:after {
  content: url("../stay/pet/images/arrow.png");
}
.summer .color_block {
  background-color: #e7faf9;
}
.summer .color_block:after {
  content: url("http://hotel-rosablanca.com/stay/summer/images/arrow.png");
}
.girls .color_block {
  background-color: #faf9e7;
}
.girls .color_block:after {
  content: url("http://hotel-rosablanca.com/stay/girls/images/arrow.png");
}

/*----------------------------------------------------
	.con_checkinn
	【共通スタイル】チェックイン
----------------------------------------------------*/
.con_checkinn {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .con_checkinn {
    margin-bottom: 20px;
  }
}
.con_checkinn .st_point {
  margin-bottom: 30px;
}
.con_checkinn .inner {
  padding: 0 10%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_checkinn .inner {
    padding: 0 10px;
  }
}
.con_checkinn .inner .img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .con_checkinn .inner .img {
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
.con_checkinn .inner .st_pointsub {
  margin-bottom: 20px;
}
.con_checkinn .inner p {
  margin-bottom: 1em;
}

/*----------------------------------------------------
	.con_dish
	【共通スタイル】伊賀料理
----------------------------------------------------*/
.con_dish {
  margin-bottom: 50px;
}
.con_dish .st_point {
  margin-bottom: 30px;
}
.con_dish .inner {
  padding: 0 10%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_dish .inner {
    padding: 0 10px;
  }
}
.con_dish .inner .img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .con_dish .inner .img {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
.con_dish .inner .txt {
  margin-bottom: 20px;
}
.con_dish .inner ul {
  overflow: hidden;
}
.con_dish .inner ul li {
  float: left;
}
.con_dish .inner ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 736px) {
  .con_dish .inner ul li {
    float: none;
    margin: 0 auto;
  }
  .con_dish .inner ul li:first-child {
    margin: 0 auto 10px;
  }
}
.con_dish .inner .btn_brown.btn_restaurant a {
  background-image: url("../stay/images/btn/btn_restaurant.png");
  width: 177px;
}
.con_dish .inner .btn_brown.btn_restaurant a div {
  padding-top: 40px;
}
.con_dish .inner .btn_brown.btn_hall a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_hall.png");
  width: 206px;
}
.con_dish .inner .btn_brown.btn_hall a div {
  padding-top: 40px;
}

/*----------------------------------------------------
	.con_spa
	【共通スタイル】温泉のご案内
----------------------------------------------------*/
.con_spa {
  background: #3a57b4 url("http://hotel-rosablanca.com/stay/images/bg_star.png") 30% 30px no-repeat;
  padding: 60px 75px 50px;
  margin-bottom: 60px;
  position: relative;
  *zoom: 1;
}
.con_spa:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .con_spa {
    padding: 40px 10px;
    background-image: none;
  }
}
.con_spa:before {
  content: url("../stay/images/arr_white.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.con_spa:after {
  content: url("http://hotel-rosablanca.com/stay/images/arr_blue.png");
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -30px;
}
.con_spa .st_point.st_spa {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_spa .st_point.st_spa {
    color: #fff;
    margin-bottom: 20px;
  }
  .con_spa .st_point.st_spa:after {
    display: none;
  }
}
.con_spa .img {
  margin-bottom: 20px;
  text-align: center;
}
.con_spa .catch {
  position: absolute;
  right: 10%;
  top: 245px;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .con_spa .catch {
    right: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .con_spa .catch {
    position: static;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
.con_spa .detail {
  width: 60%;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_spa .detail {
    padding-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  .con_spa .detail {
    width: 100%;
  }
}
.con_spa .detail h5.st_pointsub {
  color: #fff;
}
.con_spa .detail .txt {
  color: #fff;
  margin-bottom: 30px;
}
.con_spa .detail .btn_blue.btn_spa a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_spa_blue.png");
  width: 241px;
}
.con_spa .detail .btn_blue.btn_spa a div {
  padding-top: 40px;
}

/*----------------------------------------------------
	.con_night
	【共通スタイル】明日にそなえて就寝
----------------------------------------------------*/
.con_night {
  position: relative;
  padding: 20px 10px;
}
.con_night:before {
  content: url("../stay/images/arr_white.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.con_night:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
}
.con_night .st_point {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_night .st_point {
    padding: 0;
  }
}
.con_night .txt {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_night .txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
.con_night .img {
  text-align: center;
}

/*----------------------------------------------------
	.con_asaburo
	【共通スタイル】朝風呂に入って、すっきり目覚める
----------------------------------------------------*/
.con_asaburo {
  margin-bottom: 50px;
  background: url(http://hotel-rosablanca.com/stay/images/bg_asaburo.png) 84% bottom no-repeat;
}
@media only screen and (max-width: 736px) {
  .con_asaburo {
    background: none;
  }
}
.con_asaburo .ic {
  display: none;
}
@media only screen and (max-width: 736px) {
  .con_asaburo .ic {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
    padding: 7px 5px;
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    font-size: 1.2em;
    position: relative;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_asaburo .ic:after {
    content: "▼";
    position: absolute;
    bottom: -1em;
    left: 50%;
    margin-left: -.3em;
  }
}
.con_asaburo .st_point {
  margin-bottom: 30px;
}
.con_asaburo .inner {
  padding: 0 5%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_asaburo .inner {
    padding: 0 10px;
  }
}
.con_asaburo .inner .img_l {
  padding-right: 20px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .con_asaburo .inner .img_l {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.con_asaburo .inner .detail {
  float: right;
  width: 48%;
}
.con_asaburo .inner .detail .txt {
  margin-bottom: 20px;
}
.con_asaburo .inner .detail .img {
  margin-bottom: 20px;
}
.con_asaburo .inner .detail .btn_brown.btn_spa a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_spa.png");
  width: 196px;
}
.con_asaburo .inner .detail .btn_brown.btn_spa a div {
  padding-top: 40px;
}
@media only screen and (max-width: 736px) {
  .con_asaburo .inner .detail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .con_asaburo .inner .detail .img {
    display: none;
  }
}

/*----------------------------------------------------
	.con_morning
	【共通スタイル】朝食バイキング
----------------------------------------------------*/
.con_morning {
  padding: 30px 0 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  .con_morning {
    margin-bottom: 40px;
  }
}
.con_morning .ic {
  display: none;
}
@media only screen and (max-width: 736px) {
  .con_morning .ic {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
    padding: 7px 5px;
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    font-size: 1.2em;
    position: relative;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_morning .ic:after {
    content: "▼";
    position: absolute;
    bottom: -1em;
    left: 50%;
    margin-left: -.3em;
  }
}
.con_morning .st_point {
  margin-bottom: 30px;
}
.con_morning .inner {
  padding: 0 10%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_morning .inner {
    padding: 0 10px;
  }
}
.con_morning .inner .img_l {
  float: left;
  width: 58%;
  padding-right: 20px;
  margin-bottom: 20px;
}
.con_morning .inner .img_r {
  float: right;
  width: 42%;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .con_morning .inner .img_l,
  .con_morning .inner .img_r {
    float: none;
    text-align: center;
    width: 90%;
    max-width: 480px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.con_morning .inner .detail {
  clear: both;
  position: relative;
}
.con_morning .inner .detail .btn_brown {
  position: absolute;
  right: 0;
  top: 0;
}
.con_morning .inner .detail .btn_brown.btn_bf a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_bf.png");
  width: 224px;
}
.con_morning .inner .detail .btn_brown.btn_bf a div {
  padding-top: 40px;
}
@media only screen and (max-width: 736px) {
  .con_morning .inner .detail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .con_morning .inner .detail .txt {
    margin-bottom: 20px;
  }
  .con_morning .inner .detail .btn_brown {
    position: static;
  }
}

/*----------------------------------------------------
	.con_shop
	【共通スタイル】売店
----------------------------------------------------*/
.con_shop {
  margin-bottom: 50px;
}
.con_shop .st_point {
  margin-bottom: 30px;
}
.con_shop .inner {
  padding: 0 10%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_shop .inner {
    padding: 0 10px;
  }
}
.con_shop .inner .img_l {
  padding-right: 20px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .con_shop .inner .img_l {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.con_shop .inner .detail {
  float: right;
  width: 48%;
}
.con_shop .inner .detail .txt {
  margin-bottom: 20px;
}
.con_shop .inner .detail .btn_brown.btn_shop a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_shop.png");
  width: 189px;
}
.con_shop .inner .detail .btn_brown.btn_shop a div {
  padding-top: 40px;
}
@media only screen and (max-width: 736px) {
  .con_shop .inner .detail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .con_shop .inner .detail .img {
    display: none;
  }
}

/*----------------------------------------------------
	.con_checkout
	【共通スタイル】チェックアウトし、観光へGO
----------------------------------------------------*/
.con_checkout {
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .con_checkout {
    padding: 40px 10px 20px;
    margin-bottom: 30px;
  }
}
/*.con_checkout:before {
  content: url("../stay/images/arr_white.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}*/
.con_checkout .st_point {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_checkout .st_point {
    padding: 0;
  }
}
.con_checkout .txt {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_checkout .txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
.con_checkout .img_l,
.con_checkout .img_r {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.con_checkout .img_l {
  float: left;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  .con_checkout .img_l {
    display: none;
  }
}
.con_checkout .img_r {
  float: right;
}
@media only screen and (max-width: 736px) {
  .con_checkout .img_r {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.con_checkout .btn_brown {
  clear: both;
}
.con_checkout .btn_brown.btn_sightseeing {
  margin: 0 auto;
  width: 290px;
}
.con_checkout .btn_brown.btn_sightseeing a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_sightseeing.png");
  width: 290px;
}
.con_checkout .btn_brown.btn_sightseeing a div {
  padding-top: 40px;
}

/*----------------------------------------------------
	.con_sightseeing
	【共通スタイル】おすすめ観光スポット
----------------------------------------------------*/
.con_sightseeing {
  clear: both;
  overflow: hidden;
}
.con_sightseeing .st_smp5 .tit {
  background-image: url(http://hotel-rosablanca.com/stay/images/st_spot.png);
  width: 310px;
  padding-top: 49px;
}
.con_sightseeing .wrp {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.con_sightseeing .wrp .box {
  width: 33%;
  padding: 0 1.5%;
  float: left;
  border-left: 3px double #d6d3d3;
  background: url(http://hotel-rosablanca.com/stay/images/bg_spot_leaf.png) right bottom no-repeat;
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .box {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-left: none;
    border-top: 1px solid #d6d3d3;
    padding: 0 1.5% 10px;
  }
}
.con_sightseeing .wrp .box:first-child {
  border-left: none;
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .box:first-child {
    border-top: none;
  }
}
.con_sightseeing .wrp .box .img {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .box .img {
    float: none;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .box .img {
    float: left;
    width: 40%;
  }
}
.con_sightseeing .wrp .box .img img {
  background: url(http://hotel-rosablanca.com/stay/images/bg_img_spot.png) 0 0 no-repeat;
  padding: 15px 0 0 15px;
}
.con_sightseeing .wrp .box .box_txt {
  float: right;
  width: 55%;
  padding-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .box .box_txt {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .box .box_txt {
    float: right;
    width: 55%;
  }
}
.con_sightseeing .wrp .box .box_txt .txt_access {
  text-align: center;
  display: inline-block;
  font-size: .85em;
  background-color: #64ad5d;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}
.con_sightseeing .wrp .box .box_txt h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .box .box_txt h5 {
    font-size: 1em;
  }
}
.con_sightseeing .wrp .box .box_txt .btn_be_s a {
  background-image: url("../stay/images/btn_be_s.png");
  width: 103px;
}
.con_sightseeing .wrp .box .box_txt .btn_be_s a div {
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .box .box_txt .btn_be_s {
    width: 60%;
    margin: 0 auto;
  }
  .con_sightseeing .wrp .box .box_txt .btn_be_s a div {
    padding: 3px 10px !important;
  }
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .box .box_txt .btn_be_s {
    width: 80%;
  }
}
.con_sightseeing .btn_brown {
  clear: both;
}
.con_sightseeing .btn_brown.btn_sightseeing {
  margin: 0 auto;
  width: 247px;
}
.con_sightseeing .btn_brown.btn_sightseeing a {
  background-image: url("http://hotel-rosablanca.com/stay/images/btn/btn_othsightseeing.png");
  width: 247px;
}
.con_sightseeing .btn_brown.btn_sightseeing a div {
  padding-top: 40px;
}

/*----------------------------------------------------
	.con_plan
	【共通スタイル】おすすめプラン
----------------------------------------------------*/
.con_plan {
  padding-top: 60px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .con_plan {
    padding: 30px 5px 0;
    margin-bottom: 50px;
  }
}
.con_plan h3 {
  overflow: hidden;
  height: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_plan h3 {
    background: none !important;
    height: auto;
    padding: 0 !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .con_plan h3 span {
    color: #2b995c;
  }
}
.con_plan .box_plan {
  float: left;
  width: 33%;
  margin-left: .3%;
  background: #f8f2db;
}
@media only screen and (max-width: 736px) {
  .con_plan .box_plan {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
    margin-left: 0;
    position: relative;
  }
  .con_plan .box_plan:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -.5em;
  }
}
.con_plan .box_plan.first {
  margin-left: 0;
}
.con_plan .box_plan a {
  text-decoration: none;
  padding: 5px;
  display: block;
}
.con_plan .box_plan a:hover .name {
  text-decoration: underline;
}
.con_plan .box_plan .img {
  width: 45%;
  background: url(../images/home/bg_img_plan.png) 0 0 no-repeat;
  padding: 15px;
  float: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_plan .box_plan .img {
    float: none;
    width: 180px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  .con_plan .box_plan .img {
    float: left;
    width: 40%;
    max-width: 150px;
    padding: 0;
    background: none;
  }
}
.con_plan .box_plan .detail {
  float: left;
  width: 55%;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: .9em;
}
@media only screen and (max-width: 1024px) {
  .con_plan .box_plan .detail {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_plan .box_plan .detail {
    padding: 0;
    padding-left: 10px;
    float: right;
    width: 60%;
  }
}
.con_plan .box_plan .detail .name {
  color: #64ad5d;
  margin-bottom: 10px;
}
.con_plan .box_plan .detail .meal {
  overflow: hidden;
}
.con_plan .box_plan .detail .meal li {
  border-top: 1px solid #e7dba5;
  border-bottom: 1px solid #e7dba5;
  float: left;
  line-height: 1;
  background: #fff;
  padding-right: 5px;
}
.con_plan .box_plan .detail .meal li span {
  background: #e9ddaf;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
}
.con_plan .box_plan .price {
  clear: both;
  text-align: right;
  border-top: 1px solid #eaddad;
  padding: 5px;
  font-size: .9em;
}