@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

img { vertical-align: bottom;}




/* SP用 */

body {
  font-size: 14px;
  letter-spacing: .07em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	 background-color: #FAFAFA;
	 line-height: 30px;
}






/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ 共通部分 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


/*ーーーーーーーーーーーーーーーーー ヘッダー ーーーーーーーーーーーーーーーーーー*/

header {
	width: 100%;
	padding:0px 30px 30px 0px;
	min-height: 100px;
	background-color: rgba(255,255,255,0);
	justify-content: space-between;
	align-items: flex-end;
	position: fixed; 
	box-sizing: border-box;
	z-index: 200;
}

header .logo {
	position: fixed;
	top: 35px;
	left: 18px;
}
header .logo a {
	display: block;
	position: relative;
}
header .logo a p {
	width: 145px;
	transition: all .3s ease;
}
header .logo a p.logo_white {
	position: absolute;
	top: 0;
	left: 0;
}
header .logo a p.logo_black { 
	opacity: 0; }
header .logo img {
	width: 100%;
	height: auto;
}



/* スクロールしたあとのヘッダー */
header.change-color { 
  background-color: rgba(250,250,250,0.60);
}
header.change-color .logo a p.logo_white { opacity: 0; }
header.change-color .logo a p.logo_black { opacity: 1; 
}



/*ーーーーーーーーーーーーーーーーー 予約（ヘッダー） ーーーーーーーーーーーーーーーーーー*/

header .reserve {
    position: fixed;
    top: 43px ;
		right: 80px;
	  z-index: 200;	
    transition: 0.3s;
}
header .reserve a {
	display: block;
    font-size: 12px;
	padding: 0px 10px;
	border: solid 1px rgba(255,255,255,0.90);
	color: white;
	text-decoration: none;
	transition: all .3s ease;
}


/* スクロールしたあとのヘッダー */
header.change-color .reserve a {
	color: #fff;
/*	border-color: rgba(255, 255, 255, .5);*/
	background-color: #19185B;
    border-color: #19185B;
		
}

/*ーーーーーーーーーーーーーーーーー hamburger ーーーーーーーーーーーーーーーーーー*/

.hamburger {
	width: 36px;
	height: 55px;
	background-color: transparent;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 300;
}
.hamburger span {
	display: block;
	width: 25px;
	height: 1.2px;
	background-color: #000000;
	position: absolute;
	transform: translate(0, -50%);
	transition: all .4s ease;
}
.hamburger span:first-child {top: 55%;}
.hamburger span:nth-child(2) {top: 70%;}
.hamburger span:last-child {top: 85%;}

.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
	margin-top: 10px;
    background-color: black;
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: translate(0,-50%) rotate(45deg)
}
.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
	margin-top: 10px;
    background-color: black;
}

header .hamburger span { background-color: white; }

/* スクロールしたあとのヘッダー */
header.change-color .hamburger span { background-color: black; }





/*ーーーーーーーーーーーーーーーーー drawer ーーーーーーーーーーーーーーーーーー*/

.drawer {
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .6s ease;
	z-index: 100;
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 8vh;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
/*	flex-direction: row;*/

.drawer ul.nav li { margin-top: 25px; }
.drawer ul.nav li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 13px;
	font-size: 160%;
	letter-spacing: .2em;
	writing-mode: vertical-rl;
	color: black;
}
.reserve_pc {
		display: none;
}

.last {
	display: none;
}



/*ーーーーーーーーーーーーーーーーー ファーストビュー ーーーーーーーーーーーーーーーーーー*/

.mov_area .firtview_sp {
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
}

.mov_area .firtview_sp video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.mov_area .firtview_pc {
    display: none;
}



.main-visual{
	position: relative;
  height: 100vh;
  color: #fff;
  text-align: center;
}


/*====== スクロール =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:70px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:0px;
	top: 20px;
    /*テキストの形状*/
	color: #eee;
	font-size: 12px;
	letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:60px;
		opacity: 0;
	}
}




/*ーーーーーーーーーーーーーーーーー ご予約 ーーーーーーーーーーーーーーーーーー*/

.yoyaku {
	background-color: #F6F6F6;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.yoyaku_ttl {
	font-weight: 200;
	font-size: 24px;
}
.yoyaku span{
	display: block;
	margin: 20px auto;
	width: 110px;
	height: 1px;
	background-color: #000000;
	transform: translate(0, -50%);
}
.yoyaku_txt_sp {
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
}
.yoyaku_txt_pc {
	display: none;
}
.yoyaku_btn a {
	margin-top: 40px;
	display: inline-block;
	color: white;
	background-color: #19185B;
	line-height: 0;
	padding: 22px 55px;
    text-decoration: none;
}
.yoyaku_denwa {
	margin-top: 40px;
	font-size:  24px;
}
.yoyaku_jikan {
	font-size: 12px;
}




/*ーーーーーーーーーーーーーーーーー フッター ーーーーーーーーーーーーーーーーーー*/

footer {
	background-image: url("../image/haikei_footer_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_logo_sp {
	padding-top: 80px;
	width: 90px;
	margin: 0 auto;
  text-align: center;


}
.footer_logo_sp img {
	width: 80px;
}

.footer_logo_pc {
  display: none;
}

.footer_g {
    	text-align: center;
}
.sen {
	display: none;
}
.footer_sitemap {
	margin-top: 70px;
       display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
  list-style-type: none;
}


.footer_sitemap a {
		text-decoration: none;
		color: white;
		font-size: 14px;
      display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
  line-height: 35px;
}
.footer_access_g {
  text-align: center;
}

.footer_access {
	margin-top: 70px;
	font-size: 12px;
	color: white;
  line-height: 18px;
  text-align: left;
  display: inline-block;
}


.footer_copy {
	font-size: 10px;
	text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
	color: white;
}



/* inview設定 */
.wrap_all {
	overflow: hidden;
}
/*右側からスライドイン…右側のあるはずのスペースも表示しようとするので隠す*/




.fadein_up  {
	opacity: 0;
	transition: all .10s 3s ease;
}

.animate__fadeInUp {
  opacity: 1;
  animate-duration: 1.5s;
}
.fadein_left {
	opacity: 0;
	transition: all .10s 3s ease;
}

.animate__fadeInLeft {
  opacity: 1;
  animate-duration: 1.5s;
}
.fadein {
	opacity: 0;
	transition: all .10s 3s ease;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<トップ> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー はじめに ーーーーーーーーーーーーーーーーーー*/

.hajimeni {
	background-image: url("../image/haikei_hajimeni.jpg");
background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
		padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.logo_hajimeni {
	text-align: center;
}
.logo_hajimeni img {
	width: 18px;
}
.hajimeni_ttl {
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
}
.hajimeni_txt {
	margin: 40px 13vw 0 13vw;
	line-height: 45px;
    
}






/*ーーーーーーーーーーーーーーーーー 客室 ーーーーーーーーーーーーーーーーーー*/

.top {
	position: relative;
}
.top.cont {
    	padding-bottom: 60px;
}
.to_img {
	text-align: center;
	margin-top: 80px;
}

.animate__animated {
  transition: .1s;
}

.to_img img {
	width: 77vw;
	height: auto;
}
.to_ttl {
	font-size: 24px;
	font-weight: 200;
	margin-top: 45px;
	display: inline-block;
	position: relative;
	left: 13vw;
}

.to_sb_img_pc {
	display: none;
}

.to_sb_img_sp {
	position: absolute;
	left: 13vw;
	margin-top: -10px;
}

.to_txt {
	margin: 50px 13vw auto 13vw;
	display: inline-block;
}


/*ーーーーーーーーーーーーーーーーー 詳しくボタン ーーーーーーーーーーーーーーーーーー*/



.kuwasiku_txt {
  margin-left: -55px;
	font-size: 12px;
	line-height: 0;

}

.kuwasiku_btn a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 20px 17vw;
    border: 1px solid #949494;

}



.stickarrow {
	margin: -4px auto auto 100px;
	width: 45px;
  height: 6px;
  border-bottom: 1px solid #949494 ;
  border-right: 1px solid #656565;
  transform: skew(45deg);
/*	margin-left: 38vw*/
}
.kyakusitu_oya {
	text-align: center;
}
.kyakusitu_oya_pc {
	display: none;
}

.kuwasiku_btn {
	display: inline-block;
	margin-top: 30px;
	align-items: center;
}


/*ーーーーーーーーーーーーーーーーー 温泉 ーーーーーーーーーーーーーーーーーー*/

.onsen {
	position: relative;
}
.onsen_img {
		text-align: center;

}
.onsen_img img {
	width: 77vw;
	height: auto;
}
.onsen_ttl {
	font-size: 24px;
	font-weight: 200;
	margin-top: 45px;
	display: inline-block;
	position: relative;
	left: 13vw;
}
.onsen_subttl {	
	font-size: 12px;
	font-weight: 200;
	position: relative;
	left: 13vw;
	display: block;
	width: 300px;
}
.onsen_subttl span{
	display: block;
	margin: -13px auto auto 38px;
	width: 50px;
	height: 1px;
	background-color: #949494;
	transform: translate(0, -50%);
}
.onsen_txt {
	margin: 25px 13vw auto 13vw;
	display: inline-block;
}



/*ーーーーーーーーーーーーーーーーー 料理 ーーーーーーーーーーーーーーーーーー*/

.ryouri {
	position: relative;
}
.ryouri_img {
		text-align: center;
		margin-top: 80px;
}
.ryouri_img img {
	width: 77vw;
	height: auto;
}
.ryouri_ttl {
	font-size: 24px;
	font-weight: 200;
	margin-top: 45px;
	display: inline-block;
	position: relative;
	left: 13vw;
}
.ryouri_subttl {	
	font-size: 12px;
	font-weight: 200;
	position: relative;
	left: 13vw;
	display: block;
	width: 300px;
}
.ryouri_subttl span{
	display: block;
	margin: -13px auto auto 58px;
	width: 50px;
	height: 1px;
	background-color: #949494;
	transform: translate(0, -50%);
}
.ryouri_txt {
	margin: 25px 13vw auto 13vw;
	display: inline-block;
}
.ryouri {
	padding-bottom: 60px;
}






/* トップページ以外共通*/
/*ーーーーーーーーーーーーーーーーー 説明 ーーーーーーーーーーーーーーーーーー*/

.setumei {
	position: relative;
}

.setummei_img {
	padding-top: 150px;
}
.setummei_img img {
	width: 100%;
	height: auto;
}

.setumei_ttl {
	margin-top: 60px;
	font-weight: 200;
	font-size: 28px;
	text-align: center;
}
.setumei_subttl {
	margin-top: 6px;
	text-align: center;
	}
.setumai_txt {
	margin: 50px 13vw auto 13vw;
	text-align: center;
	line-height: 40px;
}






/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<客室> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 客室個別 ーーーーーーーーーーーーーーーーーー*/
.kyakusitu {
	margin-bottom: 60px;
}
.kyakusitu_sec .ky_img {
	margin-top: 60px;
	text-align: center;
}
.kyakusitu_sec .ky_img img {
	width: 77vw;
	height: auto;
}
.kyakusitu_sec .ky_maru_img {
	width: 20px;
	margin: 40px auto auto 13vw;
}
.kyakusitu_sec .ky_ttl {
	font-size: 24px;
	margin: 20px 13vw auto 13vw;
}
.kyakusitu_sec .ky_txt {
	margin: 20px 13vw auto 13vw;
}
.ky_under_bar{
	display: block;
	margin: 10px 13vw auto 13vw;
	height: 1px;
	background-color: #E0E0E0;
	transform: translate(0, -50%);
}
.kyakusitu_sec .ky_size {
	margin: 10px 13vw auto 13vw;
}



/*ーーーーーーーーーーーーーーーーー 宿泊について ーーーーーーーーーーーーーーーーーー*/

.syukuhaku {
	padding: 60px 0;
	background-image: url("../image/haikei_shiro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.sy_ttl {
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	padding-bottom: 10px;
}
.under_bar {
	display: block;
	margin: 15px 13vw auto 13vw;
	height: 1px;
	background-color: #E0E0E0;
	transform: translate(0, -50%);
}
.syukuhaku .sb_ttl {
	font-weight: 600;
	margin: 15px 13vw auto 13vw;
}
.syukuhaku .sb_txt {
	margin: 0px 13vw auto 13vw;
  	letter-spacing: 0px;
  	line-height: 25px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<温泉> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.sec_on {
	padding-bottom: 60px;
}

.sec_on .on_ttl {
	font-size: 20px;
	text-align: center;
	margin-top: 60px;
}

.sec_on .on_img {
	margin-top: 25px;
	text-align: center;
}

.sec_on .on_img img {
	width: 77vw;
	height: auto;
}

.sec_on .on_txt {
	margin: 15px 13vw auto 13vw;
}

.under_bar {
	display: block;
	margin: 15px 13vw auto 13vw;
	height: 1px;
	background-color: #E0E0E0;
	transform: translate(0, -50%);
}
.sec_on .se_ttl {
	margin: 15px 13vw auto 13vw;
	font-weight: 600;
}
.sec_on .se_txt {
	margin: 0px 13vw auto 13vw;
	line-height: 25px;
	letter-spacing: 0px;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<料理> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 写真 ーーーーーーーーーーーーーーーーーー*/

.sec_ry_img {
	position: relative;
}

.sec_ry_img .ryouri_1 {
	position: absolute;
	top: 20vw;
	left: 30vw;
}
.sec_ry_img .ryouri_1 img {
	width: 55vw;
	height: auto;
}
.sec_ry_img .ryouri_2 {
	position: absolute;
	top: 65vw;
	left: 10vw;
}
.sec_ry_img .ryouri_2 img {
	width: 40vw;
	height: auto;
}
.sec_ry_img .ryouri_3 {
	position: absolute;
	top: 112vw;
	left: 45vw;
}
.sec_ry_img .ryouri_3 img {
	width: 40vw;
	height: auto;
}


/*ーーーーーーーーーーーーーーーーー 献立 ーーーーーーーーーーーーーーーーーー*/


.sec_ko .ko_ttl {
	text-align: center;
	margin-top: 190vw;
	font-size: 20px;
	font-weight: 200;
}

.sec_ko .ko_txt {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

.sec_ko .ko_img.sp img {
	margin-top: 40px;
	width: 100vw;
	height: auto;
	position: relative;
	z-index: 100;
}

.sec_ko .ko_img.pc img {
	display: none;
}
.sec_ko {
	position: relative;
	padding-bottom: 60px;
}
/*
.sec_ko .ko_yushoku_ttl {
	writing-mode: vertical-rl;
	background-color: rgba(255,255,255,.8);
	top: -45vw;
	left: 80vw;
	position: relative;
	padding: 20px 8px;
	letter-spacing: 8px;
	z-index: 200;
	font-size: 14px;
	font-weight: 500;
}
*/
.sec_ko .ko_si {
	position: relative;
	z-index: 200px;
	width: 200px;
	line-height: 40px;
}
.si_ttl {
    font-weight: 600;
}

.si_ttl.left {
    margin: -10px auto auto 25vw;
}
.si_ttl.right {
	margin: -10px auto auto 45vw;
}

.sec_ko .ko_si.left {
	margin: -30px auto auto 25vw;
}
.sec_ko .ko_si.right {
	margin: -30px auto auto 45vw;
	}


/*ーーーーーーーーーーーーーーーーー お食事処 ーーーーーーーーーーーーーーーーーー*/

.sec_shk {
	background-image: url("../image/haikei_shiro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-bottom: 60px;
}

.sec_shk .shk_ttl {
	padding-top: 60px;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}

.sec_shk .shk_img {
	margin-top: 30px;
	text-align: center;
}

.sec_shk .shk_img img {
	width: 77vw;
	height: auto;
	
}

.sec_shk .shk_txt {
	margin: 30px 13vw auto 13vw;
	line-height: 25px;
}
.sec_shk .shk_sbttl {
	margin: 15px 13vw auto 13vw;
	font-weight: 600;
}

.sec_shk .shk_sbtxt {
	margin: 5px 13vw auto 13vw;
	line-height: 25px;
}

.sec_shk .shk_kome {
	margin: 0 13vw auto 13vw;
	line-height: 25px;
  font-size: 12px;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<アクセス> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 地図 ーーーーーーーーーーーーーーーーーー*/

.sec_map .map_img.sp {
  text-align: center;
  margin-top: 60px
}
.sec_map .map_img.pc {
	display: none;
}
.sec_map .map_img img {
  width: 77vw;
}
.sec_map .map_c {
  width: 240px;
  margin: 0 auto;
}
.sec_map .map_ttl {
  margin-top: 40px;
  font-size: 24px;
}
.sec_map .map_txt {
  margin-top: 15px;
}
.sec_map .map_f {
  margin-top: 10px;
  display: flex;
}
.sec_map .map_mark {
		padding-right: 6px;
}
.sec_map .map_go a {
  color: #000;
	text-decoration: none;
  font-size: 18px;
  margin-left: 10px;
}





/*ーーーーーーーーーーーーーーーーー 経路 ーーーーーーーーーーーーーーーーーー*/

.sec_ve {
  padding-bottom: 60px;
}


.sec_ve .ve_ct_c img {
  margin: 80px auto 0 auto;
	display: block;
	width: 30px;
}
.sec_ve .ve_ct_t img {
  margin: 80px auto 0 auto;
	display: block;
	width: 28px;
}

.sec_ve .ve_ct_ttl {
  text-align: center;
  font-size: 16px;
  margin: 5px auto;
} 
.sec_ve span.under_bar_ca{
	display: block;
	margin: 10px auto -20px auto;
	width: 80px;
	height: 1px;
	background-color: #949494;
	transform: translate(0, -50%);
}
.sec_ve span.under_bar_tr {
	display: block;
	margin: 10px auto -20px auto;
	width: 140px;
	height: 1px;
	background-color: #949494;
	transform: translate(0, -50%);
}

.sec_ve .ve_time {
  margin: 55px 0 35px 0; 
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.sec_ve .ve_flex {
  display: flex;
  width: 220px;
  margin: 0 auto;
}
.sec_ve .ve_mark {
  padding-right: 30px;
  padding-top: 10px;
}
.sec_ve .ve_plase {
  font-size: 18px;
}
.sec_ve .ve_road {
  font-size: 12px;
  margin: 17px 0;
}
.sec_ve .ve_road_2 {
  font-size: 12px;
  line-height: 15px;
  margin: 16px 0;
}
.sec_ve .ve_funatuya {
  font-size: 20px;
  font-weight: 600;
}

.ve_logo {
  text-align: center;
  margin: 55px;
}




































/* PC用 */
@media only screen and (min-width:960px){


body {
  font-size: 16px;
  letter-spacing: .07em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	 background-color: #FAFAFA;
	 line-height: 30px;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}


/*ーーーーーーーーーーーーーーーーー ファーストビュー ーーーーーーーーーーーーーーーーーー*/

.mov_area .firtview_pc {
    display: inline;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
}

.mov_area .firtview_pc video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.mov_area .firtview_sp {
    display: none;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ 共通部分 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*ーーーーーーーーーーーーーーーーー ご予約 ーーーーーーーーーーーーーーーーーー*/

.yoyaku_txt_sp {
	display: none;
}
.yoyaku {
	background-color: #F6F6F6;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.yoyaku_ttl {
	font-weight: 200;
	font-size: 24px;
}
.yoyaku span{
	display: block;
	margin: 20px auto;
	width: 110px;
	height: 1px;
	background-color: #000000;
	transform: translate(0, -50%);
}
.yoyaku_txt_pc {
	display: block;
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
}
.yoyaku_btn  {
	margin-top: 40px;
	display: inline-block;
	color: white;
	background-color: #19185B;
	line-height: 0;
    padding: 0;
}
.yoyaku_btn a {
    margin-top: 0;
}
.yoyaku_denwa {
	margin-top: 40px;
	font-size:  24px;
}
.yoyaku_jikan {
	font-size: 12px;
}



/*きらっと光る*/

.btnshine_y{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background-color: #19185B;
    color: #fff;
	padding: 22px 55px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine_y::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine_y:hover::before {
	animation: shine 1.5s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
/*ーーーーーーーーーーーーーーーーー ヘッダー ーーーーーーーーーーーーーーーーーー*/

header {
	width: 100%;
/*	padding:50px 200px 8px 40px;*/
	min-height: 80px;
	background-color: rgba(255,255,255,0);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
    font-weight: 500;
    
	}
header .logo {
    margin: 53px auto auto 105px;
    position: static;
}

header .logo a p { width: 200px; }



/*ーーーーーーーーーーーーーーーーー ご予約（ヘッダー） ーーーーーーーーーーーーーーーーーー*/

header .reserve {
display: none;
}

header .reserve_pc {
  display: block;
  position: fixed;
  z-index: 200;	
  transition: 0.3s;
  width: 110px;
}

header .reserve_pc a {
	display: block;
	font-size: 12px;
	padding: 0px 30px;
	border: solid 1px rgba(255, 255, 255, .5);
	color: #000000;
	text-decoration: none;
    line-height: 20px;
}
/* スクロールしたあとのヘッダー */
header.change-color .drawer ul.nav li .reserve_pc a {
	color: #FFFFFF;
	background-color: #19185B;
	border: solid 1px #19185B;
}



/*ーーーーーーーーーーーーーーーーー hamburger ーーーーーーーーーーーーーーーーーー*/

.hamburger {
	display: none;
}





/*ーーーーーーーーーーーーーーーーー drawer ーーーーーーーーーーーーーーーーーー*/

.drawer {
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	padding: 0;
}
.drawer ul.nav {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	flex-direction: row;
	justify-content: right;
	margin-left: auto;
	margin-right: 195px;
}
.drawer ul.nav li { margin-left: 20px; }
.drawer ul.nav li a {
	transition: all 1s ease;
	white-space: nowrap;
  line-height: 20px;
	margin-bottom: 40px;
    writing-mode: horizontal-tb;;
    font-weight: 200;
    font-size: 16px;
		color: #fff;
  padding: 13px;
}
.drawer.show { top: 0; }

header .nav_f {
	display: flex;
	justify-content: space-between;
}
.drawer ul li a span { padding-left: .2em; }


.change-color .drawer ul.nav li a {
	color: black;
}


/*==================================================
ナビゲーションhover　last child 以外
===================================*/



/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.nav li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.nav li:not(:last-child).current a,
.nav li:not(:last-child) a:hover{
	color:#fff;
}

.nav li:not(:last-child) a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
.nav li:not(:last-child).current a::after,
.nav li:not(:last-child) a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

/*きらっと光る last child*/

.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 1.5s;
}

/*きらっと光る last child*/

.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background-color: transparent;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る .change-color*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 1.5s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/*==================================================
　5-3-3 左から右に線が伸びる（下部） change-color
===================================*/
.nav li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.change-color .nav li:not(:last-child).current a,
.change-color .nav li:not(:last-child) a:hover{
	color: black;
}

.change-color .nav li:not(:last-child) a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background:#000;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
.nav li:not(:last-child).current a::after,
.nav li:not(:last-child) a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*ーーーーーーーーーーーーーーーーー フッター ーーーーーーーーーーーーーーーーーー*/


.footer_logo_pc {
	padding-top: 80px;
  padding-left: 100px;
	display: block;
}
.footer_logo_pc img {
	width: 260px;
}

.footer_logo_sp {
  display: none;
  }

.footer_g {
  text-align: right;
  padding-right: 150px;
  margin-top: -120px;
}

.footer_access_g {
  text-align: left;
  margin-left: 120px;
  margin-top: -50px;
}

.footer_copy {
  text-align: right;
  margin-top: 80px;
  padding-right: 140px;
  padding-bottom: 30px;
}




/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ホーム ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー top ーーーーーーーーーーーーーーーーーー*/

	.top.cont {
		padding-top: 180px;
		padding-bottom: 0px;
	}

.top {
	display: static;
	padding-bottom: 180px;
	padding-top: 0px;
}

.top_2 {
	display: static;
	padding-bottom: 160px;
	padding-top: 0px;
}




.to_f_left {
	position: relative;
  display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 0;
}


.to_f_right {
	position: relative;
  display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 0;
}

.to_img {
	align-items: flex-end;
	margin-top: 0px;
}
.top .to_img img {
  width: 55vw;
	height: auto;
	max-width: 850px;
	min-width: 650px;
}
.to_ttl_f {
	display: flex;
}

.to_f_c {
	padding-left: 180px;
	padding-right: 90px;
	padding-bottom: 25px;
}

.to_f_c_r {
	padding-left: 90px;
	padding-right: 180px;
	padding-bottom: 25px;
}

.to_ttl {
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	font-size: 36px;
	font-weight: 200;
	display: inline-block;
	position: static;
	padding-left: 20px;
	margin-top: 0;
}
.to_sb_img_pc {	
	display: inline;
	margin-top: 6px;
}
.to_sb_img_sp {	
	display: none;
}

.to_txt {
	display: inline-block;
  margin: 50px 0 ;
}





/*ーーーーーーーーーーーーーーーーー 詳しくボタン ーーーーーーーーーーーーーーーーーー*/



.kuwasiku_txt {
	font-size: 12px;
	line-height: 0;
/*	padding-left: 11vw;*/
}
.stickarrow {
	margin: -4px auto auto 100px;
	width: 45px;
  height: 6px;
  border-bottom: 1px solid #949494 ;
  border-right: 1px solid #656565;
  transform: skew(45deg);
/*	margin-left: 38vw*/
}
.kyakusitu_oya_pc {
	display: inline;
/*	padding-left: 100px;*/
}
.kuwasiku_btn {
	display: inline-block;
	border: 1px solid #949494;
	padding: 20px 30px;
	margin: 0;
}

.kyakusitu_oya {
	display: none;
}

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #949494;/* ボーダーの色と太さ */
	padding: 20px 30px;
	margin: 0;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#19185B;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}







/* トップページ以外共通*/
/*ーーーーーーーーーーーーーーーーー 説明 ーーーーーーーーーーーーーーーーーー*/

.setumei {
	position: static;
}

.setummei_img {
	padding-top: 300px;
	text-align: center;


}
.setummei_img img {
	max-width: 1000px;
	height: auto;

}

.setumei_ttl {
	margin-top: 100px;
	font-weight: 200;
	font-size: 36px;
	text-align: center;
}
.setumei_subttl {
	margin-top: 10px;
	text-align: center;
	}
.setumai_txt {
	margin: 100px 30vw 120px 30vw;
	text-align: center;
	line-height: 40px;
}


	/*ーーーーーーーーーーーーーーーーー はじめに ーーーーーーーーーーーーーーーーーー*/



.logo_hajimeni {
	margin: 0 -35px 0 25px;
	text-align: center;
}
.logo_hajimeni img {
	width: 18px;
}
.hajimeni_ttl {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 0 40px;
}
.hajimeni_txt {
	margin: 30px auto 30px auto;
	line-height: 70px;

}
    
    
.hajimeni {
	height: 340px;
	background-image: url("../image/haikei_hajimeni.jpg");
  text-align: center;
    }
  
  .hajimeni_m {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
  }


	
	

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<客室> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 客室個別 ーーーーーーーーーーーーーーーーーー*/

.kyakusitu {
	padding-bottom: 180px;
	margin-bottom: 0px;
}

.kyakusitu_sec .ky_img {
	margin-top: 180px;
}

.kyakusitu_sec .ky_img img {
	width: 55vw;
	height: auto;
	max-width: 850px;
		min-width: 650px;

}
.a img {
	margin-top: -100px;
}

.kyakusitu_sec .ky_maru_img {
	margin: 0;
}

.kyakusitu_sec .ky_maru_img img {
	width: 70px;
}

.kyakusitu_sec .ky_ttl {
	font-size: 28px;
	margin: 40px 0 auto 0;
}
.kyakusitu_sec .ky_txt {
	margin: 40px 0 20px 0;
}
.ky_under_bar{
	display: block;
	height: 1px;
	margin: 0;
	padding-left: 130px;
	padding-right: 50px;
	background-color: #E0E0E0;
	transform: translate(0, -50%);
}
.kyakusitu_sec .ky_size {
	margin: 15px 0 auto 0;
}

.pic_right {
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
}

.pic_left {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
}

.ky_cont_right {
	padding-left: 180px;
	padding-right: 90px;
	padding-bottom: 25px;
}
.ky_cont_left {
	padding-left: 90px;
	padding-right: 180px;
	padding-bottom: 25px;
}





/*ーーーーーーーーーーーーーーーーー 宿泊について ーーーーーーーーーーーーーーーーーー*/

.syukuhaku {
	padding: 120px 0;

}
.sy_ttl {
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	padding-bottom: 10px;
}

.syukuhaku .sb_ttl {
	font-weight: 600;
	margin: 20px auto auto 200px;
}
.syukuhaku .sb_txt {
	margin: -28px 200px auto 380px;
  	letter-spacing: 0px;
  	line-height: 25px;
}







/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<温泉> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.sec_on {
	padding-bottom: 120px;
}

.sec_on .on_ttl {
	font-size: 28px;
	text-align: center;
	margin-top: 120px;
}

.sec_on .on_img {
	margin-top: 60px;
	text-align: center;
}

.sec_on .on_img img {
	max-width: 800px;
	height: auto;
}

.sec_on .on_txt {
	margin: 25px 0 auto auto;
	text-align: center;
}

.under_bar {
	display: block;
	margin: 28px 0 auto 200px;
	height: 1px;
	background-color: #E0E0E0;
	transform: translate(0, -50%);
	width: 800px;
}
.sec_on .se_ttl {
	margin: 20px 0 auto 200px;
	font-weight: 600;
}
.sec_on .se_txt {
	margin: -26px 0 auto 350px;
	line-height: 25px;
	letter-spacing: 0px;
}




/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<料理> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 写真 ーーーーーーーーーーーーーーーーーー*/

.sec_ry_img {
	position: static;
	max-width: 1200px;
	margin: 0 auto;
}

.sec_ry_img .ryouri_1 {
	position: static;
	display: block;
	margin: 200px 120px auto auto;
	max-width: 650px;

}
.sec_ry_img .ryouri_1 img {
	max-width: 650px;
	height: auto;
}
.sec_ry_img .ryouri_2 {
	position: static;
	display: block;
	margin: 150px auto auto 100px;
	max-width: 450px;
}
.sec_ry_img .ryouri_2 img {
	max-width: 450px;
	height: auto;
}
.sec_ry_img .ryouri_3 {
	position: static;
	display: block;
	margin: -100px 100px auto auto;
	max-width: 400px;
}
.sec_ry_img .ryouri_3 img {
	max-width: 400px;
	height: auto;
}

/*ーーーーーーーーーーーーーーーーー 献立 ーーーーーーーーーーーーーーーーーー*/
.sec_ko {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 200px;
}



.sec_ko .ko_ttl {
	text-align: center;
	margin-top: 200px;
	font-size: 28px;
	font-weight: 200;
}

.sec_ko .ko_txt {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.sec_ko .ko_img.right img {
	margin: 80px 0px auto auto;
}

.sec_ko .ko_img.left img {
	margin: 180px auto auto 0px;
}

.sec_ko .ko_img.sp {
		display: none;
	}	



.sec_ko .ko_img.pc img {
	display: block;
	max-width: 960px;
	height: auto;
	
}

.sec_ko .ko_si {
	z-index: 200px;
	width: 200px;
	line-height: 40px;
	writing-mode: vertical-rl;
}



.si_ttl.left {
	margin: -50px 250px auto auto;
        writing-mode: vertical-rl;
}
.si_ttl.right {
	margin: -50px auto auto 910px;
        writing-mode: vertical-rl;
}

.sec_ko .ko_si.left {
	margin: -65px 230px auto auto;
	line-height: 65px;
	width: 700px;
}
.sec_ko .ko_si.right {
	margin: -65px auto auto 150px;
	line-height: 65px;
	width: 800px;
	}


/*ーーーーーーーーーーーーーーーーー お食事処 ーーーーーーーーーーーーーーーーーー*/

.shk.haikei {
	background-image: url("../image/haikei_shiro.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.sec_shk {
	margin: 0 auto;
	padding-bottom: 150px;
}

.sec_shk .shk_ttl {
	padding-top: 150px;
	font-size: 28px;
	font-weight: 200;
	text-align: center;
}

.sec_shk .shk_img {
	margin-top: 60px;
	text-align: center;
}

.sec_shk .shk_img img {
	max-width: 800px;
	height: auto;
	
}

.sec_shk .shk_txt {
	margin: 15px auto auto auto;
	line-height: 25px;
	text-align: center;
}
.sec_shk .shk_sbttl {
	margin: 20px auto auto 200px;
	font-weight: 600;
}

.sec_shk .shk_sbtxt {
	margin: 10px 0 auto 200px;
	line-height: 25px;
	
}

.sec_shk .shk_kome {
	margin: 35px auto auto 25px;
	line-height: 25px;
  font-size: 12px;
}

.shk_f {
	display: flex;
	width: 800px;
	margin: -36px 0 auto 150px;
	line-height: 25px;
	letter-spacing: 0px;
}





/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ ページ<アクセス> ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*ーーーーーーーーーーーーーーーーー 地図 ーーーーーーーーーーーーーーーーーー*/

.sec_map {
	display: flex;
}


.sec_map .map_img.pc {
	display: block;
  margin: 150px 0 0 100px;
}
.sec_map .map_img.sp {
  display: none;
}
.sec_map .map_img img {
  max-width: 625px;
}
.sec_map .map_c {
  width: 240px;
  margin: 280px auto 0 80px;
}
.sec_map .map_ttl {
  margin-top: 100px;
  font-size: 28px;
}
.sec_map .map_txt {
  margin-top: 30px;
  font-size: 14px;
}
.sec_map .map_f {
  margin-top: 25px;
  display: flex;
}
.sec_map .map_go a {
  color: #000;

  font-size: 18px;
  margin-left: 10px;
}





/*ーーーーーーーーーーーーーーーーー 経路 ーーーーーーーーーーーーーーーーーー*/

.sec_ve {
  padding-bottom: 90px;
}


.sec_ve .ve_ct_c img {
  margin: 150px auto 0 auto;
	display: block;
	width: 35px;
}
.sec_ve .ve_ct_t img {
  margin: 130px auto 0 auto;
	display: block;
	width: 32px;
}

.sec_ve .ve_ct_ttl {
  font-size: 18px;
} 
.sec_ve span.under_bar_ca{
	width: 90px;
}
.sec_ve span.under_bar_tr {
	width: 160px;
}


.ve_logo {
	display: none;
}

.sec_ve .ve {
	display: flex;
	justify-content: space-between;
	margin: 30px 180px;
}










}