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

 file name  :petcottage.css
 author	 :Ability Consultant
style info  :コテージ
=================================================================== */
/*-----------------------------------------------------------
	ページ設定
-----------------------------------------------------------*/
/*----------------------------------------------------
	.タイトル指定
----------------------------------------------------*/
.wrp_pgtit .con_pgtitle {
	background: url(../rooms/petcottage/images/bg_title.jpg) center 0 no-repeat;
}

.wrp_pgtit .con_pgtitle h2.title {
	background: url(http://hotel-rosablanca.com/rooms/petcottage/images/st_title.png) 10px center no-repeat;
}

/*----------------------------------------------------
	汎用(主に見出し部分)
----------------------------------------------------*/
.wrp_tl_rooms {
	background: url(../rooms/petcottage/images/ic_pet.png) left center no-repeat;
	padding: 1% 0 0;
	margin-bottom: 10px;
	background-size: 37px;
}

@media only screen and (max-width: 736px) {
  .wrp_tl_rooms {
	margin-bottom: 15px;
}
}
.wrp_tl_rooms .tl_rooms {
	padding-left: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	font-weight: normal;
	color: #64ad5d;
	font-size: 1.3rem;
}

@media only screen and (max-width: 736px) {
  .wrp_tl_rooms .tl_rooms {
	font-size: 1.2rem;
}
}
.wrp_tl_rooms .tl_rooms.col_brown {
	color: #895b25;
}

.st_smp3 {
	margin-bottom: 20px;
}

.st_smp3 h3 {
	background-image: url(http://hotel-rosablanca.com/rooms/petcottage/images/st_basic_smp.png);
	padding-top: 20px;
}

/*----------------------------------------------------
	.wrp_slider　	スライダー部分
----------------------------------------------------*/
/*カスタマイズ用追記CSS Start*/
.wrp_slider {
	width: 100%;
	position: relative;
}

.wrp_slider .footp {
	position: absolute;
	bottom: 13%;
	right: 13%;
	z-index: 10;
	display: none;
}

@media only screen and (max-width: 736px) {
  .wrp_slider .footp {
	display: inline;
	bottom: 0%;
	right: 18%;
}
}
.wrp_slider .slider {
	width: 100%;
	display: block;
	margin: 40px auto;
}

.wrp_slider .slider .bx-wrapper {
	margin: 0 auto 15px;
	/*メインスライダーとサムネイルの間の余白を変更*/
	position: relative;
}

.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction {
	position: absolute;
	top: 47%;
	width: 100%;
}

.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-prev {
	overflow: hidden;
	height: 0;
	padding-top: 49px;
	width: 48px;
	float: left;
	margin-left: 5px;
	background: url(../rooms/cottage/images/icon-arrow-prev01.png) left center no-repeat;
}

.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-next {
	overflow: hidden;
	height: 0;
	padding-top: 49px;
	width: 48px;
	float: right;
	margin-right: 5px;
	background: url(../rooms/cottage/images/icon-arrow-next01.png) right center no-repeat;
}

.wrp_slider .slider .bx-wrapper .bx-pager {
	position: absolute;
	left: 74px;
	bottom: 25px;
	z-index: 100;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item {
	float: left;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a {
	display: block;
	width: 70px;
	height: 0;
	padding-top: 10px;
	margin: 0 5px;
	overflow: hidden;
	background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 -10px no-repeat;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a.active {
	background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 0 no-repeat;
}

.wrp_slider .slider .bx-wrapper ul.bxslider01 li {
	display: block;
	width: 100%;
	/*メインスライダーの横幅*/
	height: auto;
	/*メインスライダーの縦幅*/
}

.wrp_slider .slider .bx-wrapper ul.bxslider01 li img {
	display: block;
	width: 100%;
	height: auto;
}

.wrp_slider .slider .controlWrap {
	width: 1050px;
	display: block;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  .wrp_slider .slider .controlWrap {
	display: none;
}
}
.wrp_slider .slider .controlWrap ul#bx-pager {
	width: 100%;
}

.wrp_slider .slider .controlWrap ul#bx-pager li {
	float: left;
	margin-right: 10px;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a {
	display: block;
	width: 140px;
	/*サムネイルの横幅*/
	height: auto;
	/*サムネイルの縦幅*/
}

.wrp_slider .slider .controlWrap ul#bx-pager li a img {
	display: block;
	width: 100%;
	/*サムネイルの横幅*/
	height: auto;
	/*サムネイルの縦幅*/
	border: 4px solid #fbf6e3;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a.active img {
	border: 4px solid #bf983f;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.wrp_slider .slider .controlWrap p#PrevIcon a {
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../rooms/cottage/images/icon-arrow-prev01.jpg) left center no-repeat;
	color: #fff;
	top: 20px;
	left: -20px;
	text-indent: -9999px;
}

.wrp_slider .slider .controlWrap p#NextIcon a {
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../rooms/cottage/images/icon-arrow-next01.jpg) left center no-repeat;
	color: #fff;
	top: 20px;
	right: -20px;
	text-indent: -9999px;
}

/*カスタマイズ用追記CSS End*/
/*----------------------------------------------------
	.con_cottage　	コテージ
----------------------------------------------------*/
.con_cottage {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.con_cottage:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_cottage {
	width: 100%;
}
}
.con_cottage .st_smp1 h3 {
	background-image: url(http://hotel-rosablanca.com/rooms/petcottage/images/st_basic.png);
	margin-bottom: 45px;
}

.con_cottage .wrp_slider {
	margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_cottage .wrp_slider {
	margin-bottom: 0;
}
}
.con_cottage .wrp_intro {
	padding: 0 3%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_cottage .wrp_intro {
	padding: 0 3%;
}
}
.con_cottage .wrp_intro .wrp_photo {
	padding-left: 5%;
	float: right;
	width: 50%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_cottage .wrp_intro .wrp_photo {
	float: none;
	width: 100%;
	padding: 0;
}
}
.con_cottage .wrp_intro .wrp_photo .photo {
	background: #fcf9eb;
	padding: 5%;
}

.con_cottage .wrp_intro .wrp_photo .photo .st_leaf1 {
	margin-bottom: 4%;
}

.con_cottage .wrp_intro .wrp_photo .photo .st_leaf1 .img_deco {
	vertical-align: baseline;
}

.con_cottage .wrp_intro .wrp_photo .photo .st_leaf1 .st_floor {
	font-size: 1.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	display: inline-block;
	padding-left: 13px;
}

.con_cottage .wrp_intro .wrp_photo .photo p.image {
	width: 100%;
	text-align: center;
}

.con_cottage .wrp_intro .wrp_photo .photo p.image img {
	width: 100%;
}

.con_cottage .wrp_intro .wrp_photo .photo p.detail {
	padding: 4% 0;
}

.con_cottage .wrp_intro .txt {
	float: left;
	width: 50%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_cottage .wrp_intro .txt {
	float: none;
	width: 100%;
	padding: 2%;
}
}
.con_cottage .wrp_intro .txt p {
	margin-bottom: 20px;
}

.con_cottage .wrp_intro .txt .btn_gr_m a {
	width: 282px;
	background-image: url(http://hotel-rosablanca.com/rooms/petcottage/images/btn_gr_m.png);
}

.con_cottage .wrp_intro .txt .btn_gr_m a div {
	padding-top: 40px;
}

/*----------------------------------------------------
	.con_introduction　	紹介
----------------------------------------------------*/
.con_introduction {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	padding: 2%;
	margin-bottom: 60px;
	border: #b7e6bd 3px solid;
	background: url(http://hotel-rosablanca.com/rooms/cottage/images/bg_leaf-pattern.jpg) 0 0 repeat-x;
}

.con_introduction:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_introduction {
	width: 100%;
}
}
.con_introduction .st_smp2 {
	display: block;
	height: 0;
	overflow: hidden;
	background: url("http://hotel-rosablanca.com/rooms/petcottage/images/st_suite_cottage.png") center center no-repeat;
	padding-top: 65px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .con_introduction .st_smp2 {
	background: none !important;
	padding: 15px 0 10px;
	height: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2;
}

  .con_introduction .st_smp2 span {
	font-size: .8em;
	display: block;
	font-family: "Times New Roman";
	color: #dfc47a;
}
}
.con_introduction .wrp {
	width: 100%;
}

.con_introduction .wrp li {
	width: 33.33%;
	float: left;
}

.con_introduction .wrp li:first-child {
	width: 66.66%;
	padding: 0.5%;
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_introduction .wrp li:first-child {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 736px) {
  .con_introduction .wrp li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
}
.con_introduction .wrp li img {
	width: 100%;
}

.con_introduction .wrp li p.dis {
	font-size: .8rem;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: url(../images/search/bg_wood_wide.jpg) center 0 no-repeat;
	min-height: 45px;
}

.con_introduction .wrp li .description {
	width: 100%;
	padding-left: 3%;
}

@media only screen and (max-width: 736px) {
  .con_introduction .wrp li .description {
	margin-top: 15px;
}
}
.con_introduction .wrp li .description ul {
	margin-bottom: 20px;
}

.con_introduction .wrp li .description ul li {
	float: none;
	width: 100%;
}

.con_introduction .wrp li .description .st_rborder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	font-size: 1.3em;
	margin-top: 15px;
	margin-bottom: 10px;
}

.con_introduction .wrp li .description .st_rborder p {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.con_introduction .wrp li .description .st_rborder p.txt_tl {
	padding-right: 10px;
	white-space: nowrap;
	font-size: 1.2rem;
}

.con_introduction .wrp li .description .st_rborder p.bg_border {
	background: url(../rooms/petcottage/images/bg_border_intro.jpg) left center repeat-x;
	padding-top: 5px;
	width: 100%;
}

.con_introduction .wrp li .description .box-l {
	width: 100%;
	padding-right: 1%;
}

@media only screen and (max-width: 736px) {
  .con_introduction .wrp li .description .box-l {
	float: left;
	width: 48%;
	padding-right: 2%;
}
}
.con_introduction .wrp li .description .box-r {
	width: 100%;
	padding-right: 1%;
}

@media only screen and (max-width: 736px) {
  .con_introduction .wrp li .description .box-r {
	float: left;
	width: 49%;
}
}
.con_introduction .txt {
	width: 98%;
	margin: 0 auto 40px;
}

/*----------------------------------------------------
	.con_outline　	概要
----------------------------------------------------*/
.con_faci {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 100px;
}

.con_faci:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_faci {
	width: 100%;
}
}
@media only screen and (max-width: 736px) {
  .con_faci {
	padding: 0 10px;
}
}
.con_faci ul {
	padding: 0 3%;
	width: 100%;
	margin-bottom: 20px;
}

.con_faci ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  .con_faci ul li {
	width: 100%;
	float: none;
}
}
.con_faci ul li:last-child {
	margin-right: 0;
}

.con_faci ul li img {
	width: 100%;
}

.con_faci ul li p {
	padding: 3%;
}

.con_faci .btn_dogrun a {
	background-image: url("http://hotel-rosablanca.com/rooms/petcottage/images/btn_dogrun.png");
	width: 226px;
}

.con_faci .btn_dogrun a div {
	padding-top: 40px;
}

/*----------------------------------------------------
	.con_outline　	概要
----------------------------------------------------*/
.con_outline {
	padding-top: 6px;
	background: url(../images/common/border_skin.png);
	margin-bottom: 60px;
}

.con_outline .wrp_outline {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	background: #fcf9eb;
	padding: 2%;
}

.con_outline .wrp_outline:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_outline .wrp_outline {
	width: 100%;
}
}
.con_outline .wrp_outline .st_smp2 {
	display: block;
	height: 0;
	overflow: hidden;
	background: url("http://hotel-rosablanca.com/rooms/petcottage/images/st_center.png") center center no-repeat;
	padding-top: 50px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .con_outline .wrp_outline .st_smp2 {
	background: none !important;
	padding: 15px 0 10px;
	height: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2;
}

  .con_outline .wrp_outline .st_smp2 span {
	font-size: .8em;
	display: block;
	font-family: "Times New Roman";
	color: #dfc47a;
}
}
.con_outline .wrp_outline .wrp .photo {
	width: 30%;
	float: left;
	margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  .con_outline .wrp_outline .wrp .photo {
	display: none;
	float: none;
	width: 100%;
}
}
.con_outline .wrp_outline .wrp .photo img {
	width: 100%;
}

.con_outline .wrp_outline .wrp .txt {
	width: 65%;
	float: left;
	margin-left: 5%;
	margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  .con_outline .wrp_outline .wrp .txt {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
.con_outline .wrp_outline .btn_pdf {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	border: 3px solid #d6ca90;
	background: #faf8ec url(../rooms/petcottage/images/img_pdf_dog.png) 0 0 no-repeat;
}

.con_outline .wrp_outline .btn_pdf:hover {
	background-color: #EDE4B9;
}

@media only screen and (max-width: 480px) {
  .con_outline .wrp_outline .btn_pdf {
	background-image: none;
}
}
.con_outline .wrp_outline .btn_pdf a {
	display: block;
	line-height: 85px;
	padding-left: 170px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .con_outline .wrp_outline .btn_pdf a {
	padding-left: 0;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
}
}
.con_outline .wrp_outline .btn_pdf a span {
	display: block;
	position: relative;
}

.con_outline .wrp_outline .btn_pdf a span:before,
.con_outline .wrp_outline .btn_pdf a span:after {
	position: absolute;
	top: 5px;
}

.con_outline .wrp_outline .btn_pdf a span:before {
	content: url("http://hotel-rosablanca.com/rooms/petcottage/images/ic_square.png");
	left: -30px;
}

@media only screen and (max-width: 480px) {
  .con_outline .wrp_outline .btn_pdf a span:before {
	left: 0;
	display: none;
}
}
.con_outline .wrp_outline .btn_pdf a span:after {
	margin-left: 10px;
	content: url("http://hotel-rosablanca.com/rooms/petcottage/images/ic_pdf.png");
}

@media only screen and (max-width: 480px) {
  .con_outline .wrp_outline .btn_pdf a span:after {
	right: 10px;
	top: -5px;
}
}

/*----------------------------------------------------
	.con_banner　	バナーエリア
----------------------------------------------------*/
.banner_area1 {
	width: 100%;
}

.banner_area1 ul {
	width: 80%;
	margin: 0 auto;
}

.banner_area1 ul li {
	float: right;
	width: 49%;
}

.banner_area1 ul li:nth-child(even) {
	margin-right: 2%;
}

@media only screen and (max-width: 736px) {
  .banner_area1 ul li:nth-child(even) {
	margin-left: 0;
}
}
@media only screen and (max-width: 736px) {
  .banner_area1 ul li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
}
.banner_area1 ul li img {
	width: 100%;
}

.btn_green {
	margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .btn_green {
	margin-top: 10px;
}
}

.boxLink1 {
	width: 100%;
	cursor: pointer;
}