@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　    #0242B4
背景　　　　　        　#F0EEE7
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2
メインブロック背景      #F7F7F6

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/


/*------------------------------------------
宿泊予約
------------------------------------------*/
/*施設リスト*/
.hotel_list p {
	padding: 30px 0;
	border-bottom: 1px solid #D3D3D3;
}
.hotel_list p:first-child {
	
}
.hotel_list p a {
	font-size: 20px;
	font-weight: 600;
	color: #464646;
}
.hotel_list p a::before {
	content: "■ ";
	color: #E74B15;
}
.hotel_list p a img{
	vertical-align: top;
	width: 17px;
}

/*マップ*/
.hotel_map {
	width: 100%;
}
.hotel_map img {
	vertical-align: top;
	width: 100%;
}

