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

 file name  :esthe.css
 author     :Ability Consultant
style info  :エステ・クルージング
=================================================================== */
/*----------------------------------------------------
	ページ専用設定
----------------------------------------------------*/
/* -----------------------------------------------------------
	.con_intro		イントロ
----------------------------------------------------------- */
.con_intro {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 1px;
  margin-bottom: 80px;
}
.con_intro h3 {
  border-top: 1px dotted #ccc;
  padding: 30px 0;
}
.con_intro .txt {
  margin-bottom: 40px;
}
.con_intro .photo {
  margin-bottom: 40px;
}

/* -----------------------------------------------------------
	.con_lounge		樂ラウンジ
----------------------------------------------------------- */
.con_lounge {
  background: url(../images/common/bg_line_contents.png) 0 0 repeat-x;
  position: relative;
  padding-top: 40px;
  margin-bottom: 80px;
}
.con_lounge h3 {
  margin-bottom: 30px;
  text-align: center;
}
.con_lounge .photo {
  margin-bottom: 30px;
}
.con_lounge .box_txt {
  width: 550px;
}
.con_lounge .box_txt .st {
  margin-bottom: 20px;
}
.con_lounge .drink {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* -----------------------------------------------------------
	.con_tour		長崎の魅力に触れるツアー
----------------------------------------------------------- */
.con_tour {
  background: url(../images/common/bg_line_contents.png) 0 0 repeat-x;
  position: relative;
  padding-top: 40px;
}
.con_tour h3 {
  margin-bottom: 30px;
  text-align: center;
}
.con_tour h3 span {
  display: block;
  font-weight: normal;
  padding-top: 10px;
}
.con_tour .photo {
  margin-bottom: 30px;
}
.con_tour .txt {
  width: 550px;
}
.con_tour .person {
  position: absolute;
  right: 0;
  bottom: 0;
}
