<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* トップ　*/
.f14 { font-size: 14px!important; }

#PickUp {
	width: 765px;
	margin: auto;
	box-sizing:border-box;
}
#PickUp &gt; h3 {
	margin-bottom: 0!important;
}
#PickUp &gt; h4 {
	background-color: #fff;
	color: #53585a;
	border: #53585a 1px solid;
	font-size: 22px;
	text-align: center;
	/*letter-spacing: .2em;*/
    margin: 20px 0;
    padding: 10px 0;
	box-sizing:border-box;
}
#PickUp &gt; ul.banner {
	display: flex;
	width: 765px;
	flex-wrap:wrap;
	margin: 0;
}
#PickUp &gt; ul.banner li {
	width: 180px;
	height: auto;
	position: relative;
	margin-right: 15px;
}
#PickUp &gt; ul.banner li:last-of-type {
	margin-right: 0px;
}

#PickUp &gt; ul.banner li &gt; a:hover {
	opacity: .7;
}
#PickUp &gt; ul.banner li &gt; a &gt; div {
	width: 180px;
	height: 146px;
	overflow: hidden;
	position: relative;
}
#PickUp &gt; ul.banner li &gt; a &gt; div &gt; img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#PickUp &gt; ul.banner li &gt; a &gt; h4 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 179, 227, 0.6);
	margin: 0;
    padding: 0.2em 0.3em;
    top: 165px;
    right: 0;
}
#PickUp &gt; ul.banner li &gt; a &gt; p {
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	margin-top: 5px
}
#PickUp &gt; ul.banner li &gt; a &gt; p &gt; span {
	font-size: 14px;
	font-weight: bold;
}
#PickUp &gt; a.pickup_btn {
	display: inline-block;
	background-color: #53585a;
	color: #fff;
	margin: 20px auto 0;
	padding: .5em 1em;
}

	@media only screen and (max-width: 750px) {
		#PickUp {
			width: 90%;
			margin: 30px auto 20px;
			box-sizing:border-box;
		}
		#PickUp &gt; h3 {
			margin-bottom: 0!important;
		}
		#PickUp &gt; h4 {
			background-color: #fff;
			color: #53585a;
			font-size: 4.5vw;
			text-align: center;
			/*letter-spacing: .2em;*/
			margin: 20px 0;
			padding: 10px 0;
			box-sizing:border-box;
		}
		#PickUp &gt; ul.banner {
			display: flex;
			width: 100%;
			flex-wrap:wrap;
			margin: 0;
		}
		#PickUp &gt; ul.banner li {
			width: 49%;
			height: auto;
			position: relative;
			margin-right: 2%;
		}
		#PickUp &gt; ul.banner li:nth-of-type(2n) {
			margin-right: 0px;
		}
		#PickUp &gt; ul.banner li &gt; a &gt; div {
			width: 100%;
			height: unset;
			aspect-ratio: 1 / 0.816;
			overflow: hidden;
			position: relative;
		}
		#PickUp &gt; ul.banner li &gt; a &gt; div &gt; img {
			width: auto;
			height: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		#PickUp &gt; ul.banner li &gt; a &gt; p {
			font-size: 3.5vw;
			text-align: left;
			line-height: 1.4;
			margin-top: 5px
		}
		#PickUp &gt; ul.banner li &gt; a &gt; p &gt; span {
			font-size: 3.7vw;
			font-weight: bold;
		}
	}
	
	#room_bnr #PickUp &gt; ul.banner li &gt; a &gt; div &gt; img {
	width: 100%;
	height: auto;
	position: initial;
	top: 50%;
	left: 50%;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform:  initial;
}
	#room_bnr #PickUp &gt; ul.banner li &gt; a &gt; p {
		font-size: 3vw;
		text-align: center;
		line-height: 1.4;
		margin-top: 5px
	}
	#room_bnr #PickUp &gt; ul.banner li &gt; a &gt; p &gt; span {
		font-size: 3.5vw;
		font-weight: bold;
	}
	
	.pickupbnr {
		width: 90%;
		margin: auto;
		display:block;
		flex-wrap:nowrap;
	}
	
	.pickupbnr a {
		display: inline-block;
		width: 100%;
		height: 115px;
		overflow: hidden;
		margin-right: 10px;
		position: relative;
	}
	#restaurant_bnr .pickupbnr a {
		display: inline-block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0;
		position: relative;
	}
	
	.pickupbnr a:nth-of-type(2) {
		margin-right: 0px;
	}
	.pickupbnr a img {
		width: 100%;
		hight: auto;
	}
	.pickupbnr a h4 {
		position: absolute;
		font-size: 16px;
		color: #fff;
		background-color: rgba(0, 179, 227, 0.6);
		margin: 0;
		margin-bottom: 0!important;
		padding: 0.2em 0.3em;
		bottom: 10px;
		right: 0;
	}
	.pickupbnr a h4.autumn {
	  background-color: rgba(180, 95, 33, 0.7);
	  padding:.2em 1em .2em .3em;
	}

}
/*--- dog ---*/

a.intro:link,
a.intro:visited,
a.intro:hover,
a.intro:active  {
	color: #53585a;
}
a.intro:hover {
	opacity: .8;
}
a.intro {
	display: block;
	width: 765px;
	margin: 0 auto 90px;
}
#introduction {
	display:flex;
	flex-wrap:wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	border: #53585a 1px solid;
	padding: 3px;
}
#introduction &gt; div {
	width: 50%;
	overflow: hidden;
}

#introduction &gt; div img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 750px) {
	a.intro {
		display: block;
		width: 90%;
		margin: 0 auto 50px;
	}
	#introduction {
		display:block;
		flex-wrap:nowrap;
	}
	#introduction &gt; div {
		width: 100%;
		overflow: hidden;
	}
	#introduction &gt; div:nth-of-type(1) {
		padding: 15px;
	}
}
</pre></body></html>