@charset "utf-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
style info  : トップページ
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
}

/* -----------------------------------------------------------
	#homepage
----------------------------------------------------------- */
/*#homepage {
	width: 950px;
	margin: 0 auto;
}*/

/* -----------------------------------------------------------
	#flash部分
----------------------------------------------------------- */
#homepage .con_flash {
	width: 950px;
	/*height: 390px;*/
	/*background: #7fcd72;*/
}

#slide {
	background: url(../images/header/img_main01.jpg);
	width: 950px;
	height: 390px;
	text-align: center;
}

#slide h3 {
	padding-top: 47px;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#homepage #header {
	width: 100%;
	min-width: 950px;
	position: relative;
	min-height: 502px;
}


/* -----------------------------------------------------------
	コロナウイルスへの対策ボタン設置
----------------------------------------------------------- */

#homepage .txt_emergency {
    margin: 20px auto;
    max-width: 1000px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.txt_emergency > a {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  background: #d21212;
  color: #fff !important;
  padding: 12px 0;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px #fff solid;
 }

.txt_emergency:hover{
	opacity: 0.7;
}

#page a:link{
	text-decoration: none !important;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */

/*		バナー
----------------------------------------------------------- */
#homepage #contents .con_discount {
	width: 950px;
	margin: 20px auto 0;
	background-color: #611203;
}
#homepage #contents .box_discount {
	width: 920px;
	overflow: hidden;
	border-bottom: 1px dotted #340503;
	padding: 12px 0 0;
	margin: 0 15px;
}
#homepage #contents .box_discount .txt_l {
	width: 450px;
	float: left;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 7px 0 15px;
}
#homepage #contents .box_discount .txt_l .txt_large {
	font-size: 180%;
}
#homepage #contents .box_discount .txt_r {
	width: 438px;
	float: right;
	text-align: center;
}
#homepage #contents .box_discount .txt_r .txt_dis01 {
	font-size: 115%;
	background-color: #330a04;
	padding: 3px 0 1px;
	letter-spacing: 0.1em;
}
#homepage #contents .box_discount .txt_r .txt_dis02 {
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 5px 0 0;
}
#homepage #contents .box_discount .txt_r .txt_dis02 .txt_large {
	font-size: 240%;
	letter-spacing: 0.1em;
}
#homepage #contents .txt_dis03 {
	width: 920px;
	margin: 0 15px;
	color: #d08373;
	font-size: 115%;
	padding: 8px 0;
	overflow: hidden;
}
#homepage #contents .txt_dis03 span {
	width: 660px;
	float: left;
	display: block;
}
#homepage #contents .txt_dis03 a {
	display: block;
	width: 260px;
	float: right;
	text-align: right;
}

/*		イントロ コンセプト
----------------------------------------------------------- */

/*		イントロ
----------------------------------------------------------- */
#con_intr {
	height: auto;
	background: url(../images/home/bg_intr.jpg) no-repeat top center;
	overflow: hidden;
}

#box_intr {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#box_intr .txtarea {
	width: 435px;
	/*float: right;*/
	overflow: hidden;
}

.txtarea h3 {
	width: 178px;
	height: 451px;
	position: absolute;
	top: 60px;
	right: 24px;
}

.txtarea .txt_intr {
	height: 172px;
	position: absolute;
	top: 321px;
	right: 208px;
}

.txtarea .btn_stay {
	width: 300px;
	height: 31px;
	position: absolute;
	top: 524px;
	right: 158px;
}

.img_intr {
	width: 349px;
	height: 411px;
	padding-top: 144px;
}

/*		プラン
----------------------------------------------------------- */
#con_recoplan {
	width: 950px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 38px;
}

/* おすすめ人気プラン */

#box_recoplan {
	height: auto;
	overflow: hidden;
}

#box_recoplan h4{
	width: 620px;
	margin: 0 auto;
}

#box_recoplan {
	margin: 0 auto;
}

#box_recoplan ul {
}

#recoplan01 {
	float: left;
	width: 360px;
	height: auto;
	margin-right: 9px;
	position: relative;
}
#content01{
	width: 300px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/home/bg_rec01_middle.jpg)  repeat-y;
	overflow: auto;
}
.recoplan_txtarea01 {
	width: 300px;
	margin-top: 26px;
	overflow: hidden;
}

#recoplan02 {
	float: left;
	width: 581px;
	position: relative;
	margin-bottom: 9px;
}
#content02{
	width: 521px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/home/bg_rec02_middle.jpg)  repeat-y;
	overflow: auto;
}
.img_recoplan {
	width: 220px;
	height: 150px;
	float: left;
}
.recoplan_txtarea02 {
	width: 259px;
	float: left;
	margin-left: 37px;
}

#recoplan03 {
	float: left;
	width: 581px;
	position: relative;
}
#content03{
	width: 521px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/home/bg_rec02_middle.jpg)  repeat-y;
	overflow: auto;
}
.recoplan_txtarea03 {
	width: 259px;
	float: left;
	margin-left: 37px;
}

#box_recoplan ul li p{
	margin-bottom: 10px;
}

#recoplan01 #content01 a,
#recoplan02 #content02 a,
#recoplan03 #content03 a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #221715;
	filter: alpha(opacity=0);
	opacity: 0;
}

#recoplan01 #content01 .recoplan_txtarea01 p a,
#recoplan02 #content02 .recoplan_txtarea02 p a,
#recoplan03 #content03 .recoplan_txtarea03 p a {
	display: inline;
	position: static;
	opacity: 1;
	background: none;
	color: #e3d094;
}


#recoplan01 #content01 a:hover,
#recoplan02 #content02 a:hover,
#recoplan03 #content03 a:hover {
	/* for IE */
	filter: alpha(opacity=2);
	-moz-opacity: 0.2;
	/* CSS3 standard */
	opacity: 0.2;
}

#box_recoplan ul li .recoplan_txtarea01 p:first-child,
#box_recoplan ul li .recoplan_txtarea02 p:first-child,
#box_recoplan ul li .recoplan_txtarea03 p:first-child {
	color: #e3d094;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

.price {
	background: #221715;
	width: 167px;
	color: #f8ac3f;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	overflow: hidden;
}

.price_no {
	color: #f8ac3f;
	font-weight: bold;
	font-size: 1.2em;
}

.price_yen {
	color: #f8ac3f;
	padding: 4px;
}

#btn_planlist {
	width: 300px;
	margin: 20px auto 0;
}

/* ダブルベッドルームプラン、飲み放題付きプラン */
#box_plan {
	height: auto;
	padding: 20px 0;
	background: #110706;
	overflow: hidden;
	margin-top: 20px;
} 
#box_plan img {
	vertical-align: bottom;
	padding-bottom: 10px;
}
#bn_recoplan01 {
	width: 360px; 
	float: left;
	margin-left: 99px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: center;
}
#bn_recoplan02 {
	width: 360px; 
	float: left;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
#box_plan p .txt_rec {
	color: #e3d094;
	text-decoration: underline;
}
#box_plan p a:hover {
	/* for IE */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	/* CSS3 standard */
	opacity: 0.8;
}


/*		ウブドの森の3つの想い
----------------------------------------------------------- */
#homepage #contents .con_concept {
	width: 950px;
	margin: 0 auto 0;
	padding: 0 0 35px;
}

#st_concept {
	background: url(../images/home/bg_hotel.jpg) no-repeat center top;
	width: 950px;
	height: 429px;
	margin: -81px auto 0;
	overflow: hidden;
}

#st_concept h4 {
	padding-top: 334px;
}

/* 共通 */
#homepage #contents .con_concept .st_con {
	text-align: center;
	line-height: 0.6;
	margin: 0 0 30px;
}
#homepage #contents .con_concept .box_concept {
	width: 842px;
	border: 1px solid #38291e;
	background: url(../images/home/bg_con.png) repeat top center;
	padding: 43px 58px 43px 48px;
}
#homepage #contents .con_concept .box_concept .wrp_concept {
	width: 842px;
	overflow: hidden;
}
#homepage #contents .con_concept .box_concept .wrp_concept .txtarea {
	float: left;
	color: #fff;
}
#homepage #contents .con_concept .box_concept .wrp_concept .txtarea h5 {
	line-height: 0.6;
	margin-bottom: 25px;
}
#homepage #contents .con_concept .box_concept .wrp_concept .txtarea .txt_con_catch {
	margin: 7px 0 25px;
	line-height: 0.6;
}
#homepage #contents .con_concept .box_concept .wrp_concept .txtarea .txt_con {
	line-height: 2;
}
#homepage #contents .con_concept .box_concept .wrp_concept .photoarea {
	float: left;
}
/* 愛犬が喜ぶ事を追求 */
#homepage #contents .con_concept .con_hap {
	margin: 0 0 11px;
}
#homepage #contents .con_concept .con_hap .wrp_concept .txtarea {
	width: 445px;
	margin: 0 57px 0 0;
}
#homepage #contents .con_concept .con_hap .wrp_concept .txtarea .txt_con_catch {
	margin: 18px 0 21px;
}
#homepage #contents .con_concept .con_hap .wrp_concept .photoarea {
	width: 340px;
}
#homepage #contents .con_concept .con_hap .wrp_concept .photoarea .img_con {
	margin: 0 0 9px;
}
#homepage #contents .con_concept .con_hap .box_hap {
	margin: 38px 0 0;
}
#homepage #contents .con_concept .con_hap .box_hap .txtarea {
	width: 390px;
	margin: 0;
}
#homepage #contents .con_concept .con_hap .box_hap .txtarea .txt_con_catch {
	margin: 12px 0 21px;
}
#homepage #contents .con_concept .con_hap .box_hap .photoarea {
	width: 400px;
	margin: 0 52px 0 0;
}
/* バリと和を織り交ぜた非日常的空間 */

#homepage #contents .con_concept .con_lux {
	margin: 0 0 11px;
}
#homepage #contents .con_concept .con_lux .wrp_concept {
	margin: 18px 0 0;
}
#homepage #contents .con_concept .con_lux .wrp_concept .txtarea {
	width: 445px;
	margin: 0 0 0 82px;
}
#homepage #contents .con_concept .con_lux .wrp_concept .photoarea {
	width: 315px;
}
/* つい笑顔になってしまう、帰り処 */

#homepage #contents .con_concept .con_hea .wrp_concept {
	margin: 26px 0 0;
}
#homepage #contents .con_concept .con_hea .wrp_concept .txtarea {
	width: 445px;
}
#homepage #contents .con_concept .con_hea .wrp_concept .photoarea {
	width: 315px;
	margin: 0 0 0 82px;
}

/*		愛犬も大満足 施設&サービス
----------------------------------------------------------- */
#con_fac {
	background: url(../images/home/bg_even.jpg) no-repeat center top;
	width: 950px;
	padding-top: 50px;
	padding-bottom: 35px;
	margin-bottom: 30px;
	overflow: hidden;
}

#con_fac .box_fac {
	width: 950px;
	margin: 0 auto;
}

#con_fac .box_fac h5 {
	text-align: center;
}

#con_fac .box_fac ul {
	width: 700px;
	overflow: hidden;
	padding-top: 33px;
	margin: 0 auto;
}

#con_fac .box_fac ul li {
	width: 222px;
	float: left;
	margin-right: 14px;
}

#con_fac .box_fac ul li:last-child {
	margin-right: 0;
}

#con_fac .box_fac ul li p {
	line-height: 0.3;
}

#con_fac .box_fac ul li .txtarea {
	background: url(../images/home/bg_fac_frame.png) repeat-y center top;
	padding: 18px 14px 17px;
	width: 194px;
}

#con_fac .box_fac ul li .txtarea p {
	font-size: 85%;
}

#con_fac .box_fac ul li .txtarea p:first-child {
	text-align: center;
}

#con_fac .box_fac ul li .txtarea .txt_det {
	padding: 14px 0 0;
	line-height: 1.7;
	color: #fff;
}
#con_fac .box_fac ul .last {
	margin: 0;
}

#con_fac .box_fac .btn_fac {
	text-align: center;
	margin-top: 37px;
}

/* -----------------------------------------------------------
	fixed時の処理
		 (TOPページ用)
----------------------------------------------------------- */
#homepage #header .mainnavarea.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #221715;
	z-index: 200;
}
#homepage #header .mainnavarea.fixed #gnav {
	margin: 0 auto;
}
