@charset "UTF-8";


/*------------------------コンテンツ------------------------*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.85em;
	line-height:1.5;
	background:url(../img/bg_ttl.jpg) center top no-repeat;
	background-color:#FFFDF8;
	background-size:auto;
	background-attachment:fixed;
}


.pagettl {
	display: block;
	margin: 0 auto 0.5em auto;
	padding: 0px;
	height: auto;
}


.ttlimg {
	display: block;
	margin: 0 auto;
	padding: 1em 0 1em 0;
	text-align: center;
}
.lead {
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 0;
}


#spcontents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	padding: 0;
}

.note {
	clear: both;
	display: block;
	font-size: 10px;
	line-height: 1.4;
	color: #000;
}

.bnr_top {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 1.5em auto;
	padding:0;
	text-align:center;
}
.bnr_top  img{
	width:100%;
	height:auto;
}



.bnr {
	display: block;
	width: 100%;
	height: auto;
	margin: 0.5em auto;
	padding:2em 0;
	border-top:rgba(204,204,204,0.5) solid 1px;
	text-align:center;
}
.bnr  img{
	max-width:100%;
	height:auto;
}


/*メインタブ----------------------------------*/


ul.maintab {
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	width: 960px;
}
ul.maintab li {
	margin: 0 2% 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 49%;
	float: left;
	text-align: center;
}

ul.maintab li.active {
	margin: 0 0 0 0;
}

ul.maintab li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	display: block;
	background-color: rgba(255,255,255,0.4);
	text-decoration: none;
	color:#C10000;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.5em;
	font-size: 20px;
text-shadow:0px 0px 4px rgba(255,255,255,1);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ffffff00,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ffffff00,Positive=true);
}
ul.maintab li a:hover {
background-color:rgba(255,255,255,0.8);
}

ul.maintab li.active a {
background-color:rgba(255,255,255,0.8);
}

ul.maintab li.active a:after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -10px;
	margin-bottom: -10px;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(255,255,255,0.8);
	border-left: 10px solid transparent;
	content: "";
}



/*プラン一覧---------------------------------------*/


.restplan {
	margin: 0 0 2em 0;
	padding: 0px;
	clear: both;
	position: relative;
}

.planitem > p {
	margin: 0;
	padding: 0px 0px 25px 0px;
	clear: both;
	position: relative;
	font-size:14px;
}



.hotelsname {
	display: block;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2em;
	line-height: 1.4;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
}



.restname {
	color: #F06576;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.restname span {
	font-size:1.6em;
}








/*各プラン詳細---------------------------------------*/

.planitem {
	margin: 0 0 5px 0;
	padding: 30px 40px 40px 40px;
	clear: both;
	position: relative;
	border: #DDD solid 1px;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.plandetail {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.plandetail p {
	margin: 0 0 1em 0;
	padding: 0px;
}



.plandetail_img {
	position:relative;
	display:block;
	width:30%;
	margin: 0;
	padding: 0;
	float:left;
}



.plandetail_img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1em 0;
}






dl.planspec {
	display:block;
	width: 65%;
	margin: 0;
	padding: 0 0 0 5%;
	float:left;
}
dl.planspec dt {
	width: 15%;
	float:left;
}
dl.planspec dd {
	display:block;
	width:	80%;
	margin: 0 0 1em 20%;
	padding: 0px 0 1em 0em;
}



dl.planspec dt .lunch
{
	background-color: rgba(82,181,151,1);
	margin: 0 0 0.5em 0;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display: block;
}

dl.planspec dt .dinner
{
	background-color: rgba(39,99,167,1);
	margin: 0 0 0.5em 0;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display: block;
}



dl.planspec dd .price{
	margin: 0;
	font-size: 1.6em;
	line-height: 1;
	padding: 0px 2px 0 5px;
	color: #F06576;
	font-weight: bold;
}

.col_tel {
	display:block;
	margin: 0;
	padding: 0;
}
.col_tel h4 {
	display: block;
	margin: 0;
	padding: 0.2em 0px 0.2em 0px;
	line-height: 1.4;
	font-weight: normal;
}
.col_tel .tel {
	display: inline-block;
	margin: 0;
	padding: 0px;
	color:#000;
	font-size: 1.2em;
}


.col_tel .tel_num {
	display: inline-block;
	margin: 0 0 0 2px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6;
	color: #000;
}





a.planttllink {
	display: block;
	position: relative;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 0.5em;
	text-decoration: none;
	color: #000000;
}
a:hover.planttllink {
	color: #000000;
	text-decoration: underline;
}


a.planttllink:before {
	position: absolute;
	top: 0.5em;
	left: -0.7em;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 2px solid transparent;
	border-left: 6px solid #aaa;
	border-bottom: 2px solid transparent;
	content: "";
}




.detail_link {
	position: absolute;
	top: 30px;
	right: 40px;
	padding: 0px;
	margin: 0;
	display: block;
}


a.btn_detail {
	padding: 6px 10px 6px 20px;
	margin: 0.5em 0 0.5em 0.5em;
	color: #000;
	font-size: 0.8em;
	line-height:1.2em;
	display: inline-block;
	text-decoration: none;
	position: relative;
	border:#CCC solid 1px;
background: rgb(255,255,255); 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btn_detail:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 4px solid transparent;
	border-left: 4px solid #BCA465;
	border-bottom: 4px solid transparent;
	content: "";
}

a.btn_detail:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -2px;
	border-top: 2px solid transparent;
	border-left: 2px solid #EEEEEE;
	border-bottom: 2px solid transparent;
	content: "";
}

a:hover.btn_detail {
background: rgb(238,238,238);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

a.btn_detail:hover:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -2px;
	border-top: 2px solid transparent;
	border-left: 2px solid #DDDDDD;
	border-bottom: 2px solid transparent;
	content: "";
}








.detail_link2 {
	clear:both;
	display:block;
	padding: 10px 0 10px 0;
	margin: 0;
}



a.btn_detail2 {
	display:inline-block;
	padding: 0.8em 2em 0.8em 2em;
	margin: 0 0 10px 0;
	color: #fff;
	line-height:1.2em;
	font-size:1.1em;
	text-decoration: none;
	text-align:center;
	position: relative;
	border:#CCC solid 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
background:rgba(254,186,38,1);
}

a.btn_detail2:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 4px solid transparent;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid transparent;
	content: "";
}


a:hover.btn_detail2 {
	color:#FFF;
background:rgba(254,186,38,0.6);
}








/*SNSボタン表示スタイル*/


#pagebottom {
	position: relative;
	margin: 0 0 20px 0;
}

#pagebottom p {
	padding:0;
	margin:0;
}





#pagebottom .social {
	width: 100%;
	z-index: 100;
}
#pagebottom .social p {
	float: left;
}
#pagebottom .social p.tweet {
	margin: 0px 0 0 0;
	padding: 0 0px 0 0;
	width: 100px;
}
#pagebottom .social .mixi-btn {
	margin: 0px 15px 0 0;
	padding: 0;
}






/*------------------------ 960〜1200px ------------------------*/
@media (max-width: 1400px) {

html {
	background-position:center top;
}
}



/*------------------------ 960〜1200px ------------------------*/
@media (max-width: 1200px) {

html {
	background-size:150%;
	background-position:center top;
}

.pagettl img {
	margin: 10px auto 0px auto;
	padding: 0;
	width: 60%;
	height: auto;
}

}




/*------------------------ 481〜960px ------------------------*/
@media (max-width: 960px) {

html {
	background-position:center top;
	background-size:150%;
}
.pagettl img {
	margin: 10px auto 0px auto;
	padding: 0;
	width: 60%;
	height: auto;
}

#pagebottom {
	position: relative;
	color:#FFF;
}



#pagebottom .social {
	width: 100%;
}
#pagebottom .social p {
	float: left;
}
#pagebottom .social p.tweet {
	margin: 0px 0 0 0;
	padding: 0 0px 0 0;
	width: 100px;
}
#pagebottom .social .mixi-btn {
	margin: 0px 15px 0 0;
	padding: 0;
}



.detail_link {
	position:relative;
	top:auto;
	right:auto;
	padding: 0px;
	margin: 0 0  20px 0;
	display: block;
}
a.btn_detail {
	padding: 6px 10px 6px 20px;
	margin: 0.5em 0 0.5em 0;
	color: #000;
	font-size: 10px;
	line-height:1.2em;
	display: inline-block;
	text-decoration: none;
	position: relative;
	border:#CCC solid 1px;
	float:none;
	text-align:center;
}





}



/*------------------------ 〜481px ------------------------*/
@media (max-width: 680px) {
	
html {
	background-position:center 40px;
	background-size:160%;
	background-attachment:scroll;
}


.pagettl img {
	margin: 0px auto 0px auto;
	padding: 0;
	width:80%;
	height: auto;
}

.lead {
	font-size: 1em;
	line-height: 1.5;
	margin-top: 0;
	text-align:left;
}


.lead br {
	display:none;
}

.bnr_top  img{
	max-width:100%;
	height:auto;
}

.planitem {
	margin: 0 0 10px 0;
	padding: 0px;
	border: none;
	clear: both;
	background: none;
	border:none;
}


.hotelsname {
	font-size: 1.2em;
	border:none;
}


.detail_link {
	position:inherit;
	top:auto;
	right:auto;
	padding: 0px;
	margin: 0 0 0.5em 0;
	display: block;
	text-align:right;
}



a.btn_detail {
	padding: 6px 10px 6px 15px;
	margin: 0.5em 0 0.5em 0;
	color: #000;
	font-size: 10px;
	line-height:1.2em;
	display: inline-block;
	text-decoration: none;
	position: relative;
	border:#CCC solid 1px;
	float:none;
	display:block;
	text-align:center;
}

a.btn_detail {
	display:none;
}

.restname {
	display: block;
	margin: 0 0 15px 0;
	padding: 0.5em 0px 0 0px;
	font-size: 1em;
	font-weight: normal;
	border-top: #DDD solid 2px;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.restname span {
	font-size:1.2em;
}






.plandetail {
	width: 100%;
	float:none;
	clear:both;
	background-color:none;
}

.plandetail_img {
	margin-bottom:1em;
	width: 100%;
	height:auto;
	clear:both;
}


.plandetail p {
	font-size:1em;
}






dl.planspec {
	display:block;
	width: 100%;
	margin: 0;
	padding: 0;
	float:none;
	clear:both;
}
dl.planspec dt {
	width: 	100%;
	float:none;
}
dl.planspec dd {
	display:block;
	width:	100%;
	margin: 0 0 1em 0%;
	font-size: 0.8em;
	line-height: 1.6;
	padding: 0px 0 0.5em 0em;
}





dl.planspec dt .lunch {
	margin: 0 5px 10px 0;
	padding: 5px 10px;
	font-size: 0.8em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display:inline-block;
	width:5em;
}

dl.planspec dt .dinner {
	margin: 0 5px 10px 0;
	padding: 5px 10px;
	font-size: 0.8em;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display:inline-block;
	width:5em;
}











a.planttllink {
	display: block;
	position: relative;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0 0 0 14px;
	margin-bottom: 0.5em;
	text-decoration: none;
}
a:hover.planttllink {
	text-decoration: underline;
}


a.planttllink:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 2px solid transparent;
	border-left: 6px solid #aaa;
	border-bottom: 2px solid transparent;
	content: "";
}



a.btn_detail2 {
	display:block;
	font-size: 1.4em;
}






}
