@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) {
	
}

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


/*------------------------------------------
アクセス
------------------------------------------*/
/*アクセスflex*/
.city_map_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px 40px;
}
/*市街地地図*/
.city_map {
	max-width: 420px;
}
.city_map img {
	width: 100%;
	vertical-align: top;
}
/*ホテル情報*/
.access_infomation {
	max-width: 280px;
	width: 100%;
}
.access_infomation .item {
	margin-bottom: 60px;
}
.access_infomation .title {
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 17px;
	font-weight: 600;
	color: #0242B4;
	border: 1px solid #0242B4;
	
}
.access_infomation .address, .access_infomation .tel{
	padding-left: 10px;
	border-bottom: 1px dashed #C6C6C6;
}
.access_infomation .address p, .access_infomation .tel p {
	font-size: 12px;
	line-height: 1.5em;
}

/*アクセスマップ*/
.access_map{
	margin-top: 40px;
}
.access_map .img_block {
	max-width: 100%;
}
.access_map .img_block img {
	width: 100%;
	vertical-align: top;
}