@charset "utf-8";


 /* 横幅が300px以上750px以下の場合に適用 spサイズ*/
@media screen and (min-width: 300px) and (max-width: 749px){

.pcRibbon_spring{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: antiquewhite;
	background: crimson;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 1.8em;
}
	
	
.pcRibbon_summer{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #FFF100;
	background: #00A0E9;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 1.8em;
}
	
	
.pcRibbon_fall{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #91002C;
	background: #E5A83F;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 1.8em;
}
	
	
.pcRibbon_winter{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #EFEFEF;
	background: #84CCC9;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 1.8em;
}


	
	/*このページでの文字の大きさ*/
.font_natural{
	font-size: 1.7em;
    margin-bottom: 1em;
    margin-top: 1em;
    
}

p {
	display: inline;
	font-size: 1em;
}



#slideshow {
	display: none;
}


/*自然ページのみcommonで設定せずにこっちでやる*/
.img_title_natural {
	width: 16%;
	font-size: 4em;
	background-color: rgba( 13, 66, 85, 0.55 );
	position: absolute;
	display: inline;
	color: white;
	padding: 0.3em;
	z-index: 10;
	top: 10em;
	left: 6em;
}

/*春、夏、秋、冬のボタン*/

.btn_season_spring{
	color: white;
	font-size: 2em;
	height: 2em;
	width: 6em;
	margin-right: 1em;
	border-radius: 4px;
	background-repeat: repeat-x;
	background: pink;
	float: left;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 10;
	margin-left: 1.5em;
}

.btn_season_summer{
    color: white;
    font-size: 2em;
    height: 2em;
    width: 6em;
    margin-right: 1em;
    border-radius: 4px;
    background-repeat: repeat-x;
    background: greenyellow;
    float: left;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 10;
    margin-left: 1.5em;
}
.btn_season_fall{
    color: white;
    font-size: 2em;
    height: 2em;
    width: 6em;
    margin-right: 1em;
    border-radius: 4px;
    background-repeat: repeat-x;
    background: brown;
    float: left;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 10;
    margin-left: 1.5em;
}
.btn_season_winter{
    color: white;
    font-size: 2em;
    height: 2em;
    width: 6em;
    margin-right: 1em;
    border-radius: 4px;
    background-repeat: repeat-x;
    background: gray;
    float: left;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 10;
    margin-left: 1.5em;
}

/*春、夏、秋、冬のボタン end*/



/*ランキングの写真*/
.rank_1{
	width: 100%;
}

.rank_2{
	margin-left: 1em;
	margin-top: 2em;
	width: 43%;
	float: left;
	margin-right: 1em;
}

.rank_3{
	margin-top: 2em;
	width: 43%;
	margin-left: 1em;
	float: left;
}




.lodging_price{
	font-size: 1.7em;
}

	
.sentencePC{
	font-size: 10pt;
	margin-left: -1em;
	width: 144%;
}
	
	
	

/*ご予約はこちらのボタン*/
.reservation_A{
	margin-bottom: 2em;
	font-size: 1.2em;
	padding: 0.1em 3em 0.1em 3em;
    margin-left: 20em;
}


/*コンテンツの中の見出し。緑色の線のもの*/
.lodgingName{
    color: green;
    font-size: 1.4em;
    border-width: 0 0 0 0.25em;
    line-height: 140%;
    font-weight: bold;
    border-color: #18CE42;
    border-style: solid;
    margin-left: 12.5em;
}



/*ページトップに行くボタン*/
.go_to_top{
	display: none;
}

/*マウスオーバーで画像を透明に出来る*/
.transparent :hover input {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*季節の項目の重ね順を上にする*/
#spring{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#summer{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#fall{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#winter{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}



/*フッターの上に着ける余白。必須*/
.contents_news_natural {
	margin-bottom: 2em;
	border-style: solid;
	border-color: #93b881;
	border-radius: 10px;
	padding-left: 3em;
}


/*マウスオーバーで画像を透明に出来る*/
.transparent a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.sentence{
	font-size: 11pt;
	margin-left: -1em;
	
}



}


/*↑スマホ用↑*/



/* 横幅が1025px以上の場合に適用 ↓パソコンサイズ↓*/
@media screen and (min-width: 750px){
.pcRibbon_spring{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: antiquewhite;
	background: crimson;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 2em;
}
	
	
.pcRibbon_summer{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #FFF100;
	background: #00A0E9;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 2em;
}
	
	
.pcRibbon_fall{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #91002C;
	background: #E5A83F;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 2em;
}
	
	
.pcRibbon_winter{
	margin-left: -0.9em;
	margin-top: 1em;
	border-color: #EFEFEF;
	background: #84CCC9;
	margin: 0 0 15px 0;
	padding: 7.5px 5px 7.5px 12px;
	border-width: 0 0 0 20px;
	border-style: solid;
	color: white;
	line-height: 140%;
	font-weight: 900;
	font-size: 2em;
}


	
	/*このページでの文字の大きさ*/
.font_natural{
	font-size: 1.7em;
    margin-bottom: 1em;
    margin-top: 1em;
    
}

p {
	display: inline;
	font-size: 1.1em;
}





/*トップのスライドショーの画像 start*/

#slideshow {
	position: relative;
	width:  640px; /* ボックスの横幅 */
	height: 300px; /* ボックスの高さ */
	margin-top: 5.5em;
}

#slideshow p {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	margin: 0;
	background-color: white; /* ボックスの背景色(必須) */
	height: 300px; /* ボックスの高さ */
}

#slideshow p.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow p.last-active {
	z-index: 9;
}

#slideshow p img {
	width:  970px; /* 画像の横幅 */
	height: 300px; /* 画像の高さ */
	display: block;
	border: 0;
	cursor: pointer;
	}

/*トップのスライドショーの画像 end*/

/*自然ページのみcommonで設定せずにこっちでやる*/
.img_title_natural {
	width: 16%;
	font-size: 4em;
	background-color: rgba( 13, 66, 85, 0.55 );
	position: absolute;
	display: inline;
	/* bottom: 0em; */
	color: white;
	padding: 0.3em;
	z-index: 10;
	/* right: 15.2em; */
	top: 10em;
	left: 6em;
}

/*春、夏、秋、冬のボタン*/

.btn_season_spring{
	color: white;
	font-size: 1.4em;
	height: 3em;
	width: 9em;
	margin-right: 2em;
	border-radius: 4px;
	background-repeat: repeat-x;
	background: pink;
	float: left;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 10;
	cursor: pointer;
	margin-top: 2em;
}

.btn_season_summer{
	color: white;
	font-size: 1.4em;
	height: 3em;
	width: 9em;
	margin-right: 2em;
	border-radius: 4px;
	background-repeat: repeat-x;
	background: greenyellow;
	float: left;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 10;
	cursor: pointer;
	margin-top: 2em;
}
.btn_season_fall{
	color: white;
	font-size: 1.4em;
	height: 3em;
	width: 9em;
	margin-right: 2em;
	border-radius: 4px;
	background-repeat: repeat-x;
	background: brown;
	float: left;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 10;
	cursor: pointer;
	margin-top: 2em;
}
.btn_season_winter{
	color: white;
	font-size: 1.4em;
	height: 3em;
	width: 9em;
	margin-right: 2em;
	border-radius: 4px;
	background-repeat: repeat-x;
	background: gray;
	float: left;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 10;
	cursor: pointer;
	margin-top: 2em;
}

/*春、夏、秋、冬のボタン end*/



/*ランキングの写真*/
.rank_1{
	width: 100%;
}

.rank_2{
	margin-right:  4em;
	margin-top: 2em;
	width: 45%;
	float: left;
}

.rank_3{
	margin-top: 2em;
    width: 45%;
}




.lodging_price{
	font-size: 1.7em;
}

	
.sentencePC{
	font-size: 10pt;
	margin-left: -1em;
	width: 144%;
}
	
	
	

/*ご予約はこちらのボタン*/
.reservation_A{
	margin-bottom: 2em;
	font-size: 1.2em;
	padding: 0.1em 3em 0.1em 3em;
    margin-left: 20em;
}


/*コンテンツの中の見出し。緑色の線のもの*/
.lodgingName{
    color: green;
    font-size: 1.4em;
    border-width: 0 0 0 0.25em;
    line-height: 140%;
    font-weight: bold;
    border-color: #18CE42;
    border-style: solid;
    margin-left: 12.5em;
}



/*ページトップに行くボタン*/
.go_to_top{
	float: right;
	z-index: 2;
	margin-bottom: 5em;
	margin-top: 3em;
}


/*季節の項目の重ね順を上にする*/
#spring{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#summer{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#fall{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}

#winter{
	display: none;
	clear: both;
	position: relative;
	z-index: 2;
}



/*フッターの上に着ける余白。必須*/
.contents_news_natural {
	margin-bottom: 2em;
	border-style: solid;
	border-color: #93b881;
	border-radius: 10px;
	padding-left: 3em;
	margin-top: 40em;
}



/*マウスオーバーで画像を透明に出来る*/
.transparent a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


}
/* 横幅が1025px以上の場合に適用 ↑パソコンサイズ↑*/
