@charset "utf-8";

html,body{
	width: 100%
}
body{
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#htlHeader{
}
.side_bnr {
    position: fixed;
    top: 150px;
    right: 0px;
}
.wapper{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.header{
    width: 1190px;
    height: 100px;
    display: flex;
    align-items:center;
    background-color: #fff;
	position: relative;
    text-align: center;
}
.header .logo{
    margin-right: 450px;
    margin-left: 50px;
}
.header .tel{
    font-size: 20px;
    color:#871d26;
    margin-right: 30px;
}
.header .book a{
    font-size: 20px;
    width: 200px;
    color: #fff;
    background-color: #871d26;
    text-align: center;
    line-height: 2em;
    display: block;
    text-decoration: none;
}

.header .book a:hover{
    color: #871d26;
    background-color: #fff;
    border: 2px solid #871d26;
}
.main_img{
    position: relative;
    text-align: center;
    width: 1190px;
    margin-top: -15px;
    margin-bottom: 0;
}
.main_img .topimg{
	width: 1190px;
}
.main_img .kentou{
    position: absolute;
    top: 10px;
    right: 20px;
}
.main_img .kentou a:hover{
    opacity: 0.7;
}
nav{
    position: absolute;
    bottom: 0px;
    width: 1190px;
    height: 50px;
    padding-top: 10px;
	padding-bottom: 5px;
    margin-top: -18px;
	text-align: center;
    margin-left: auto;
    margin-left: auto;
	background-color: rgb(0,0,0,0.3);
}
nav ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    
}
nav ul li{
    list-style-type: none;
}
nav ul li a{
    color: #FFF!important;
    display: block;
    width: 120px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
  display: inline-block;
  text-decoration: none!important;
}
nav ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
nav ul li a:hover{
    color: #fff;
}
.box{
    width: 950px;
    margin-left: 0px;
}
.bn img{
    width: 720px;
    margin: 10px auto;
}
.bn a:hover{
    opacity: 0.7;
}
#room{
    background-color: rgba(209, 192, 170, 0.4);
    padding-top: 20px;
    padding-bottom: 20px;
}
#room .room_box{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.left_txt{
    width: 400px;
    margin-right: 50px;
    margin-left: 50px;
    line-height: 1.7em;
    font-size: 16px;
}
.left_txt p{
    text-align:justify; 
}
.right_img{
    width: 400px;
}
h2{
    font-size: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.amenity{
    background-color: #fae69e;
    padding-top: 10px;
    padding-bottom: 10px;
}
.amenity .tit{
    text-align: center;
    font-size: 18px;
}
.amenity .txt{
    text-align: left;
    width: 90%;
    margin: 10px auto;
}
.button_box{
    display: flex;
    justify-content: space-around;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}
.button_box p{
    width: 400px;
    line-height: 1.3em;
    font-weight: bold;
}
.button_box .button{
    background-color: #fff;
    border: 3px solid #871d26;
}
.button_box span{
    font-size: 20px;
}
.button_box .button a{
    color: #871d26;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.button_box .button a:hover{
    background-color: #871d26;
    color: #fff;
}
#faci{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}
#faci .faci_box{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
#faci .red{
    color: red;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service{
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #f6efc1;
    width: 800px;
}
.service .service_box{
    width: 700px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
}
.service .service_box p{
    text-align: center;
    font-size: 16px;
}
.service .service_box img{
    margin-bottom: 10px;
}
#dish{
	width: 950px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(209, 192, 170, 0.4);
	margin-left: 0px;
}
#dish .dish_box{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;

}
#omotenashi{
    background-image: url(../img/bg_omotenashi.png);
    background-repeat: no-repeat;
    padding-bottom: 30px;
	width: 950px;
	margin-left: 0px;
}
#omotenashi p{
    width: 500px;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
    background-color: #fff;
    border: 2px #fff solid;
}
#omotenashi span{
    border: 2px #afa000 solid;
    display: inline-block;
    width: 480px;
    margin: 3px;
    
}
#omotenashi a{
    color: #131313;
    text-decoration: none;
    display: block;
}
#omotenashi a:hover{
    background-color: #afa000;
    color: #fff;
}
#access{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.4);
	width: 950px;
	margin-left: 0px;
}
#access .access_box{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;

}
#access .left_txt{
    width: 400px;
    line-height: 1.7em;
}
#access .left_txt p{
    text-align:justify; 
}
#access .right_img{
    width: 400px;
    margin-right: 30px;
    margin-left: 50px;
}
#access .left_txt ul{
    text-align: left;
}
#access .red{
    color: red;
    font-size: 18px;
}
#access .button{
    width: 300px;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    background-color: #afa000;
    font-size: 20px;
}
#access .button a{
    color: #Fff;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
#access .button a:hover{
    color: #afa000;
    background-color: #fff;
    border: 3px solid #afa000;
}
#kentou{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgba(209, 192, 170, 0.4);
    font-size: 16px;
    line-height: 1.7em;
	width: 950px;
	margin-left: 0px;
}
#kentou bn{
    width: 720px;
}
#kentou .kentou_box{
    width: 800px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}
#kentou .kentou_box .box01 p{
    width: 173px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5em;
}
#kentou .kentou_box .box01 img{
    margin-bottom: 5px;
}
#footer{
    margin: 0;
    padding: 0;
	width: 950px;
}
#footer .footer img{
    margin-top: -20px;
}