/* ==========================================================================
#home
========================================================================== */
.header{
	position: absolute;
	z-index: 1010;
	width: 100%;
	height: auto;
}
.nav-link,
.nav-book{
  writing-mode: horizontal-tb;
  writing-mode: inherit; 
  -webkit-writing-mode: inherit;
  height:auto;
}
.nav-book a{
	padding: 15px 30px;
}

section{
	margin: 0;
}
.keyvisual{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
.keyvisual img{
	width: auto;
}
.keyvisual .text{
	text-align: center;
	position: absolute;
	bottom: 20px;
  left: 50%;  /*親要素を起点に左から50%*/
  transform:  translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform:  translateX(-50%);
	z-index: 1030;
	font-size: 2.0rem;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	font-family: "A1明朝" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*
.keyvisual:before{
	content: "";
	display: block;
	padding-top: 50%;
}*/
.carousel-item{
	text-align: center;
}
#english .carousel-indicators{
	right: 0;
	left: 0;
	justify-content:left;
	margin-left: 30px;
}
#english .carousel-indicators li{
	border:2px solid #fff;
	width: 10%;
}
#onsen .carousel-indicators li.active{
	border: 2px solid #da6315;
}
.start{
  position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  left: 50%;  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 99;
	text-align: center;
}

h1{
	background: url('./../img/english/ttl-en.png') no-repeat center center;
	background-size: 455px 95px;
	width: 455px;
	height: 95px;
}

#room{
	position: relative;
	margin: 40px 0;
}
#room h2{
	font-size: 4rem;
	color: #587144;
	font-weight: bold;
	text-shadow:
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff;
}
#room .onsen-text{
	position: absolute;
	top:30px ;
	right: 20px;
	z-index: 999;
}
#room .onsen-text .text{
	font-weight: bold;
	text-shadow:
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff;
}

#cuisine{
	margin-bottom: 2%;
}
#cuisine .cuisine-text{
	z-index: 999;
}
#cuisine .cuisine-text .text-wrap{
	margin-right: -30%;
	margin-left: 30%;
	text-align: center;
	background: url('./../img/english/cuisine-bg.png') repeat top left;
	background-size: 431px 607px;
	padding: 20% 10%;
}
#cuisine h2{
	text-align: center;
	font-size: 4rem;
	color: #af5656;
}
#cuisine .cuisine-text .text{

}
#cuisine .photo{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}

#onsen{
	margin-top: 100px;
	margin-bottom: 2%;
}

#onsen .onsen-text{
	z-index: 999;
}
#onsen .onsen-text .text-wrap{
	margin-right: 30%;
	margin-left: -30%;
	text-align: center;
	background: url('./../img/english/onsen-bg.png') repeat top left;
	background-size: 431px 607px;
	padding: 20% 10%;
}

#onsen h2{
	color:#da6315;
	font-size: 4rem;
}
#onsen .onsen-text .text{

}
#onsen .photo{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}


#barrierfree .photo{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}

#barrierfree{
	text-align: center;
	margin-bottom: 30px;
}
#barrierfree h2{
	color:#d2223b;
	font-size: 4rem;
	margin-bottom: 20px;
}
#barrierfree .text-wrap{
	margin-left: -15px;
	margin-right: -15px;

	background: url('./../img/english/barrierfree-bg.jpg') repeat top left;
	background-size: 213px 123px;

}


.logo-en{
	margin: 40px auto;
	width: 100%;
	max-width: 405px;
}

.footer-book{
	margin-top: 10px;
}







#covid19{
	text-align: center;
}
#covid19 .text{
	color:#4c2e0b;
}
#covid19 .btn{
	background: #7b98ab;
	padding: 5px;
	border: 1px solid #7b98ab;
	margin-bottom: 45px;
}
#covid19 .btn a{
	font-size: 2.2rem;
	border: 1px solid #fff;
	border-radius: 0;
	line-height: 1.2;
}
#covid19 .btn a:hover{
	color: #7b98ab;
	background: #fff;
}
#covid19 .btn a span{
	font-size: 1.6rem;
}
.staynavi img{
	max-width: 100%;
}

#intro{
	text-align: center;
}
.intro-ttl{
	padding: 300px 0 20px;
	width: 100%;
	background: url('./../img/home/intro.jpg') no-repeat top center;
	background-size: cover;
}
.intro-ttl img{
	max-width: 783px;
}
#intro .col-12{
	margin-top: -200px;
	padding-bottom: 65px;
}
#intro strong{
	font-size: 1.8rem;
}
#intro .btn{
	background: #cb3e00;
	border: 1px solid #cb3e00;
}
#intro .btn:hover{
	background: #fff;
}
#intro .btn:hover a{
	color: #cb3e00;
}






#news {
	padding: 20px 0 0;
}
#news h2{
	background: url('./../img/home/news-ttl.png') no-repeat center left;
	background-size: 22px 46px;
	padding:15px 0 10px 30px;
	text-align: left;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0;
}
.box-v{
	padding: 10px 0;
	background: url('./../img/dot-line.png') repeat-x left top;
	background-size: 86px 4px;
}
#news a{
	display: block;
}
#news a:hover{
	background: url('./../img/bg.jpg') repeat center top;
	background-size: 600px 431px;
	cursor: pointer;
}
.thumb{
	float: left;
	width: 27%;
	margin-bottom: 0;
}

.box-right{
	padding-left: 30%;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 8px 0 8px 15px;
	color:#4d3a3a;
}
.box-right p{
}

#news .btn{
	display: block;
}
#news .fb{
}
#news .fb iframe{
	width: 100%;height: 550px;
}

#news .ta dl{
	border: none;
}
#news .ta dt{
	border: none;
	width: 100%;
}
#news .ta dd{
	border: none;
	width: 100%;
}



#news h3{
	text-align: left;
	position: relative;
	padding: 3px 0 5px 46px;
	background: url('./../img/ttl-home.png') no-repeat left top;
	background-size: 36px 36px;
	margin-bottom: 20px;
}


#download{
	background: url('./../img/home/download-bg.jpg') no-repeat bottom center;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}
#download h2{
	color: #000;
}
#download .btn{
	background: #fff;
	border: 1px solid #fff;
}
#download .btn a{
	color: #4d3a3a;
}

#download .btn:hover{
	background: #4d3a3a;
	border: 1px solid #4d3a3a;
	border-radius: 0;
}

#download .btn:hover a{
	color: #fff;
}

/* ==========================================================================
Media queries
========================================================================== */
@media(min-width:769px) and (max-width:991px) {

}
@media(max-width:768px) {
.navicon{
	z-index: 9999;
}
.keyvisual{
	margin-bottom: 20px;
}/*
.keyvisual:before{
	content: "";
	display: block;
	padding-top: 110%;
}*/

.keyvisual .text{
	line-height: 1.5;
	font-size: 1.6rem;
}
#carouselExampleIndicators{
	width: 100%;
}
#home .carousel-indicators{
	position: absolute;
	bottom:16px;;
}
h1{
	width: 300px;
	height: 63px;
	background-size: 300px 63px;
}
h2{
	font-size: 2.2rem;
}
#room h2,
#cuisine h2,
#onsen h2,
#barrierfree h2{
	font-size: 3rem;
}

.nav-en{
	right: 0;
}
#covid19 .btn{
	width: 100%;
	margin-bottom: 20px;
}
#covid19 .btn a{
	font-size: 1.6rem;
}

#room .onsen-text{
	position: relative;
	top:auto;
	right: auto;
}
#room{
	margin: 0;
}
#room h2{
	text-align: center;
}
#cuisine h2{
	font-size: 3rem;
}
#onsen{
	margin-top: 0;
	margin-bottom: 0;
}
#cuisine {
	margin-bottom: 0;
}
#cuisine .cuisine-text{
	margin-left: 0;
	margin-right: 0;
}
#cuisine .cuisine-text .text-wrap{
	margin-right: -15px;
	margin-left: -15px;
	padding: 3%;
}
#onsen .onsen-text .text-wrap{
	margin-right: -15px;
	margin-left: -15px;
	padding: 3%;
	
}
#barrierfree .text-wrap{
	padding: 10px 3%;
}
#barrierfree .photo{
	padding-top: 0;
}

#news h3{
	background-size: 26px 26px;
	margin-bottom: 12px;
	background: none;
	padding: 3px 0;
	text-align: center;
}
#news{
	padding: 20px 0;
}
.news-list{
	margin-bottom: 20px;
}
.thumb{
	width: 30%;
}
.box-right{
	font-size: 1.6rem;
}
.box-right .ttl{
	line-height: 1;
	margin-bottom: 0;
}
#news .fb{
	width: 100%;
}

#news .fb iframe{
	height: 400px;
}

.logo-en{
	margin: 20px auto;
	padding: 0 10%;
}
.footer-book .list-inline-item{
	display: block;
}
footer .btn{
	width: 100%;
}

}


