@charset "UTF-8";

/* wrapper　ページ全体の幅や色、配置
-------------------------------*/

#wrapper {
	background: #FFFFFF;
	width: 100%;
}

/* header_info　ページ上部
-------------------------------*/

#header_info {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #454545;
}

#header_infoInner {
	height: auto;
	width: 98%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}

#header_infoInner #logo{
	width: 100%;
	max-width: 100px;
	min-width: 0px;
	height: auto;
}

#header_infoInner #hotel_name{
	margin: 0 clamp(0.625rem, -0.852rem + 3.636vw, 1.875rem);/*サイズ10px-30px／650px-1200px*/
	white-space: nowrap;
}

#header_infoInner #hotel_name,#restaurant_name,#contents_title,#forecast_title{
	font-size: clamp(1.375rem, 1.153rem + 0.55vw, 1.563rem);/*サイズ22px-25px／650px-1200px*/
}

#restaurant_name{}

#contents_title{
	border-bottom: 1px solid #998048;
	margin-bottom: 10px;
	margin-top: 30px;
}

#restaurant_image img{
	width: 100%;
	height: auto;
	margin: 50px auto 50px auto;
}

#crowded_image{
	width: 100%;
	max-width: 650px;
	height: auto;
	margin: 0px auto 20px auto;
}

#crowded_str{
	font-size: clamp(1.875rem, 1.653rem + 0.545vw, 2.063rem);/*サイズ30px-33px／650px-1200px*/
	text-align: center;
	font-weight: bold;
}

#crowded_update{
	text-align: center;
	margin: 20px 0;
}

#crowded_update span{
	outline: 1px solid #cccccc;
	padding: 10px;
}

#forecast_title{
	margin-top: clamp(3.125rem, 1.648rem + 3.636vw, 4.375rem);/*サイズ50px-70px／650px-1200px*/
	margin-bottom: 10px;
}

#forecast_area{
	width: auto;
	height: auto;
	display: flex;
	outline: 1px solid #efefef;
	background: #F7F4EE;
	padding: clamp(0.625rem, -0.114rem + 1.818vw, 1.25rem);/*サイズ10px-20px／650px-1200px*/
	position: relative;
	overflow: hidden;
}

#forecast_area table tr th{
	font-size: clamp(0.563rem, 0.045rem + 1.273vw, 1rem);/*サイズ9px-16px／650px-1200px*/
}

#forecast_area table tr td{
	padding-bottom: 10px;
	margin-right: clamp(0.125rem, -0.466rem + 1.455vw, 0.625rem);/*サイズ2px-10px／650px-1200px*/
}

#level{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: clamp(1.125rem, 0.608rem + 1.273vw, 1.563rem);/*サイズ22px-25px／650px-1200px*/
	line-height: 1;
	background-image: linear-gradient(0deg, rgba(155,201,234,0.0) 0%, #9bc9ea 20%, #e19798 80%, rgba(225,151,152,0.0) 100%);
	margin-right: 10px;
}

#level li{
	padding: 20px 10px;
}

/* container
-------------------------------*/
#container {
	width: 100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:600px){
#container {

}
}

/* content
-------------------------------*/
#content {
	width: 100%;
	max-width: 1000px;
	min-width: 950px;
	height: auto;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-right: auto;
	margin-left: auto;
}

.content {
	width: 96%;
	max-width: 1000px;
	min-width: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
#content {
	width: 96%;
	min-width: 0px;
	flex-wrap: wrap;
	flex-direction: column;
}
}

/* sub_content
-------------------------------*/
.sub_content{
	width: 100%;
	max-width: 950px;
	min-width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:600px){
.sub_content{
	width: 96%;
	min-width: 0px;
}
}

/* footer
-------------------------------*/
#footer {
	position: relative;
	width: 100%;
	background: #454545;
	height: auto;
}

#footer address {
	text-align: center;
	font-size: clamp(0.563rem, 0.341rem + 0.545vw, 0.75rem);/*サイズ9px-12px／650px-1200px*/
	line-height: 4;
	font-style: normal!important;
	text-decoration: none!important;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}













