rooms

隱於里山,
共度悠長時光

全館 19 間客房,
每一間都擁有獨特的韻味,
伴隨寧靜的景色,
編織出悠閒愜意的時光。

/* 矢印ナビゲーションのコンテナ */ .awb-background-slider { position: relative; } /* 矢印の共通スタイル */ .awb-background-slider .swiper-button-prev, .awb-background-slider .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255, 255, 255, 0.8); border-radius: 50%; z-index: 1000; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .awb-background-slider .swiper-button-prev:hover, .awb-background-slider .swiper-button-next:hover { background: rgba(255, 255, 255, 1); } /* 左矢印 */ .awb-background-slider .swiper-button-prev { left: 20px; } .awb-background-slider .swiper-button-prev::after { content: '‹'; font-size: 30px; color: #333; } /* 右矢印 */ .awb-background-slider .swiper-button-next { right: 20px; } .awb-background-slider .swiper-button-next::after { content: '›'; font-size: 30px; color: #333; }

in-room onsen

客房溫泉

客房溫泉隨時備有溫度適中的泉水。
請在您喜愛的時刻盡情享受。

溫泉成分表請點此

*鈉、鈣鹽化物泉溫泉,
據稱對緩解肌肉痛、神經痛及恢復疲勞具有功效。

B0093438 2 Scaled
Resize B0121704 Scaled
B0095009 Scaled
B0095051 Scaled

in-room dining

客房服務

以北海道產葡萄酒為首,
多款活用在地恩惠的客房服務餐點,
可在房內盡情享用。

吹風機

Repronizer 107D Plus

僅限半露天溫泉套房,為您準備了 Repronizer 的旗艦機型
107D Plus。
搭載了獨家研發的最高濃度「Bioprogramming 生物編程」技術,
透過交替吹送溫風與冷風,
讓每次吹整都能引導出水潤且富有光澤的秀髮。

其他客房則備有 cado 吹風機。

6 種房型

6 種房型

suite

半露天溫泉套房

拾級而上,寬敞的客廳隨即映入眼簾。
樹木近在窗前,
讓您享受與自然和諧共生的住宿體驗。

平面圖請點此

*恕不接受幼兒(不佔床)入住。
*適合 2 位成人,或 2 位成人+1 位孩童入住,享受寬敞舒適的空間。
*客房入口設有樓梯。上樓後,室內空間採無障礙平面設計。

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-4 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-4::after { content: "72㎡ 定員2名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-4::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -80px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-4::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } } /* ----------------------------------- ① ボタン全体のスタイル(PC版) ----------------------------------- */ .booking-btm-css { display: flex !important; margin-left: auto; margin-right: 40px; width: 197px; margin-top:50px!important; height: 63px; background: rgba(0,0,0,0); mix-blend-mode: multiply; border-radius: 1px; border: 1px solid #313134; text-decoration: none; flex-direction: column; justify-content: center; align-items: center; color: #313134; cursor: pointer; /* 今回追加した部分:0.4秒かけて透明度を変化させる */ transition: opacity 0.4s ease; } /* ホバー時の設定(透明度を0.6に) */ .booking-btm-css:hover { opacity: 0.6 !important; } /* ----------------------------------- ② "Reserve" のスタイル(PC版) ----------------------------------- */ .reserve-en { font-size: 20px; letter-spacing: 0.07em; font-family: 'kuramure', 'Noto Serif JP', 'Noto Serif', serif; -webkit-font-smoothing: antialiased; line-height: 1.2; color: #313134; } /* ----------------------------------- ③ "ご予約" のスタイル(PC版) ----------------------------------- */ .en-off { font-size: 12px; margin-top: 8px; margin-bottom: 0; letter-spacing: 0.22em; font-family: 'kuramure', 'Noto Serif JP', 'Noto Serif', serif; -webkit-font-smoothing: antialiased; line-height: 1; color: #313134; } /* ----------------------------------- ④ スマホ版(画面幅が768px以下の場合)のスタイル ----------------------------------- */ @media screen and (max-width: 768px) { .booking-btm-css { width: calc(100% - 40px) !important; margin-left: auto !important; margin-right: auto !important; } .reserve-en { font-size: 17px !important; } .en-off { margin-top: 2px !important; } }
Reserve
ご予約
Room 05 1
Resize B0121619 Scaled
Resize B0121607 Scaled
Resize B0121682 Scaled
Room 06 1
Resize B0121692 Scaled

4 beds suite

半露天溫泉四床套房

擁有 2 樓特有的視野與沉穩的客廳。
和式與西式空間各設有臥室,
適合家庭或朋友出遊等各種場合使用。

平面圖請點此

*恕不接受幼兒(不佔床)入住。
*客房入口設有樓梯。上樓後,室內空間採無障礙平面設計。

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-5 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-5::after { content: "72㎡ 定員4名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-5::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -80px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-5::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } }
立即預訂
立即預訂

junior suite

半露天溫泉小套房

從入口處即採無高低差的無障礙設計,
讓各年齡層的賓客都能安心入住。
空間風格時尚,
且易於共享同一個美好時刻。

平面圖請點此

*適合 3 位成人,或 3 位成人+1 位孩童入住,享受寬敞舒適的空間。
*同類型客房提供石材地板與木質地板兩種款式。

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-6 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-6::after { content: "70㎡ 定員3名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-6::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -80px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-6::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } }
立即預訂
立即預訂
Resize B0121155 Scaled
Resize B0121147 Scaled
Room 07 2
Resize B0121676 Scaled
Resize B0121631 Scaled
Suite B
Resize B0121177 Scaled

japanese-western suite

半露天溫泉和洋套房

從飾有大理石的暖桌所望見的景色,
彷彿置身於大自然的懷抱中。
客房配備地暖設備,亦推薦給家庭或團體旅客入住。

平面圖請點此

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-7 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-7::after { content: "70㎡ 定員4名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-7::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -80px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-7::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } }
立即預訂
立即預訂

semi open-air onsen maisonette

半露天溫泉樓中樓和洋室

1 樓客廳可眺望坪庭。
2 樓則設有臥室與浴室,為樓中樓型態的客房。
置身於充滿木質溫潤感的空間,
讓您能以最自在的狀態度過時光。

平面圖請點此

*由於是樓中樓房型,室內設有樓梯。敬請見諒。
*恕不接受幼兒(不佔床)入住。

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-18 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-18::after { content: "70㎡ 定員4名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-18::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -140px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-18::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } }
立即預訂
立即預訂
Room 09 2
Resize B0121703 Scaled
Resize B0121699 Scaled
Resize B0121706 Scaled
Resize B0121692 Scaled
Resize B0121019 Scaled
Resize B0121133 Scaled
Resize B0121131 Scaled
Resize B0121096 Scaled

onsen maisonette

溫泉樓中樓和洋室

2 樓部分採臥室與和室相連的開放式設計,
能感受到視野的延伸。
這是一間融合了和室沉穩感與開放感的舒適客房。

平面圖請點此

*由於是樓中樓房型,室內設有樓梯。敬請見諒。
*恕不接受幼兒(不佔床)入住。

/* --- 1. 親要素(基準点)を強制的に設定 --- */ #midashi-css-8 { position: relative !important; /* ★ここが最重要(他を無視して基準点にする) */ display: block !important; /* 念のためブロック要素として認識させる */ width: 100%; /* 幅もしっかり確保 */ z-index: 1; /* 基準階層を明確にする */ } /* --- 2. 文字の設定(共通) --- */ #midashi-css-8::after { content: "70㎡ 定員4名"; display: block; position: absolute; z-index: 10; pointer-events: none; /* 縦書き設定 */ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; white-space: nowrap; /* デザイン */ font-size: 13px; letter-spacing: 0.4em; color: #313134; font-family: 'kuramure', 'Noto Serif JP', serif; line-height: 1; } /* --- 3. PCでの位置 (801px以上) --- */ @media screen and (min-width: 801px) { #midashi-css-8::after { /* 基準点(#midashi-css-2)が正しく効けば、 top: 0 で「dinner plan」の文字のすぐ上に来るはずです */ /* 以前の設定(上に少し飛び出させる) */ top: -76px !important; right: 40px !important; } } /* --- 4. スマホでの位置 (800px以下) --- */ @media screen and (max-width: 800px) { #midashi-css-8::after { /* 親要素の右上の角に合わせる */ top: 0 !important; right: 40px !important; } }
立即預訂
立即預訂

客房設施