/* 共通ここから */
*{
	margin:0;
	padding:0;
}
body{
	background-color:#ffffff;
	color:#000;
	font-family:"Hannari","Noto Serif JP", serif,"Futura","Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri;
}
.wrap{
	overflow: hidden;
}
h1{
	font-size:180%;
	margin: 150px 0 50px 0;
	display: inline-block;
	padding: 0.5em;
	border-bottom: 1px solid black;
}
.h2-title{
	display: inline-block;
	padding: 0.5em;
	border-bottom: 1px solid black;
	margin: 30px 0;
	font-size:150%;
        font-weight:bold;
}
h3{
	display: inline-block;
	padding: 0.5em;
	border-bottom: 1px solid black;
	margin: 0 auto;
	font-size:150%;
}
p{
	line-height:2;
}
.center{
	margin: 0 auto;
	text-align: center;
}
/* トップここから */
.site_header{
	display: flex;
	position: fixed;
	align-items: center;
	width:100%;
	z-index:100;
}
.logo-black{
	width:auto;
	height:100px;
}
ul{
	list-style-type:none;
	display:flex;
}
ul li img{
	width: 103%;
	height: auto;
}
ul li img:hover{
	opacity: 0.6;
}
.top{
	display: flex;
	margin-top: 30px;
}
.top-img1, .top-img2, .top-img3, .top-img4{
	width:25%;
	height: auto;
}
.h2-logo{
	width: 50px;
	height: auto;
	margin: 100px 0 15px 0;
}
/* roomここから */
#room-id, #food-id, #access-id{
	text-align: center;
}
.flex{
	display: flex;
	margin-top: 50px;
}
.box{
	width:50%;
	text-align: left;
}
.box img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.box2{
	width:50%;
	text-align: center;
	margin:auto auto;
}
.room-logo{
	width: 100px;
	height: auto;
}
hr{
	width: 80%;
	margin: 1em auto;
}
/* footerここから */
footer{
	margin-top: 50px;
	padding:40px 0 20px 0;
	background-color: #4f4d55;
	color: white;
}
.flex-center{
	display: flex;
	justify-content: center;
}
.footer-box{
	margin: 0 auto;
}
.footer-box2{
	margin: 0 auto;
}
.footer-tanakaya{
	font-size: 180%;
}
.footer-line{
	width: 100%;
	margin: 0;
}
.logo-footer{
	width:30%;
	height: auto;
}
.menu-bottom{
	color: white;
	text-decoration: none;
	padding-bottom: 10px;
}
.menu-bottom:hover{
	border-bottom:1px solid white;
}
/* 1024px以下の場合 */
@media(max-width : 1024px){
h1{
	margin:100px 0 0 0;
}
.logo{
	margin:0;
	width:auto;
	height:80px;
	margin-right:70px;
}
nav a{
	text-decoration:none;
}
.logo-footer{
	width: 30%;
	height: 170px;	
}
.footer-line{
	width: 95%;
	margin: 0;
}
}
/* 599px以下の場合 */
@media(max-width : 599px){
.wrap {
	overflow: hidden;
}
body{
	background-color:#ffffff;
	color:#000;
	font-size: 70%;
}
h2{
	margin: 20px auto 10px auto;
}
.h2-logo{
	margin-bottom: 0;	
}
.room-logo{
	width: 50px;
	height:  auto;
}
.top-slick{
	margin-top: 50px;
}
p{
	font-size:80%;
}
.logo{
	margin: 0;
	width:auto;
	height:65px;
}
.flex{
	margin-top: 0;
}
}