@charset "UTF-8";



div.section .mapBlock {
	position: relative;
	margin: -150px 0 -360px 0;
}
@media screen and (max-width: 979px) {
	div.section .mapBlock {
		position: relative;
		margin: 0;
	}
}

div.section .mapLinkList li {
	position: absolute;
	padding: 0;
}
div.section .mapLinkList li::before {
	display: none
}
@media screen and (max-width: 979px) {
	div.section .mapLinkList li {
		position: static;
		margin: 0 0 5px;
		padding: 8px 20px;
		box-sizing: border-box;
		background: #808080 url(../../img/common/vector_small_bottom_white.svg) no-repeat 95% 50%;
		background-size: 10px 5px;
		text-align: left;
	}
}
div.section .mapLinkList li a {
	display: block;
	color: #2B3032;
	text-decoration: none;
}
@media screen and (max-width: 979px) {
	div.section .mapLinkList li a {
		display: block;
		color: #fff;
	}
}


div.section .mapLinkList li.hotel01 {
	right: 32%;
	top: 19%;
}
div.section .mapLinkList li.hotel02 {
	left: 22%;
	bottom: 40%;
}
div.section .mapLinkList li.hotel03 {
	left: 50%;
	bottom: 37%;
}
div.section .mapLinkList li.hotel04 {
	left: 25%;
	bottom: 47%;
}
div.section .mapLinkList li.hotel05 {
	left: 25%;
	bottom: 50%;
}
div.section .mapLinkList li.hotel06 {
	left: 28%;
	bottom: 36%;
}



div.section .hotelContents {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	padding: 50px 80px;
	box-sizing: border-box;
	background: #fff;
	margin: 40px 0;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents {
		display: block;
		padding: 20px;
		margin: 20px 0;
	}
}
div.section .hotelContents .left {
	position: relative;
	width: 48%;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .left {
		width: 100%;
	}
}
div.section .hotelContents .right {
	width: 45%;
	margin-left: 7%;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .right {
		width: 100%;
		margin-left: 0;
	}
}
div.section .hotelContents .hotelName {
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelName {
		font-size: 18px;
	}
}
div.section .hotelContents .hotelName span {
	display: block;
	font-size: 14px;
	color: #c9a063;
	margin-top: 5px;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelName span {
		font-size: 13px;
		letter-spacing: 1px;
	}
}
div.section .hotelContents .hotelLead {
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelLead {
		font-size: 16px;
	}
}
div.section .hotelContents .hotelText {
	color: #999;
}

div.section .hotelContents .hotelAccess {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelAccess {

	}
}
div.section .hotelContents .hotelAccess p {
	width: 85%;
	margin: 0;
}
div.section .hotelContents .hotelAccess .icon a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 0 auto;
	background: url(../../img/common/mark_access.svg) no-repeat 50% 50%;
	background-size: 48px 48px;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelAccess .icon a {
		width: 40px;
		height: 40px;
		background: url(../../img/common/mark_access.svg) no-repeat 50% 50%;
		background-size: 40px 40px;
	}
}
div.section .hotelContents p.commonLink {
	margin-bottom: 10px;
}

div.section .hotelContents .hotelImg {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelImg {
		display: block;
	}
}
div.section .hotelContents .hotelImg img {
	width: 49%;
	margin-bottom: 2%;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelImg img {
		display: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
div.section .hotelContents .hotelImg img:first-child {
	width: 100%;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelImg img:first-child {
		display: block;
	}
}
div.section .hotelContents .hotelImg img:nth-child(2n) {
	margin-right: 2%;
}
@media screen and (max-width: 979px) {
	div.section .hotelContents .hotelImg img:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 979px) {
	div.section .mapBlock {

	}
}


div.section div.snsBlock {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 979px) {
	div.section div.snsBlock {
		position: static;
		padding: 0;
		margin: 20px 0;
	}
}
div.section div.snsBlock p.snsTitle {
	margin: 0 0 10px;
	text-align: center;
}
div.section div.snsBlock ul.snsList {
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.snsBlock ul.snsList {
		padding: 0;
	}
}
div.section div.snsBlock ul.snsList li {
	display: inline-block;
	padding: 0 0 0 10px;
	position: relative;
	width: 25px;
	height: 25px;
}
@media screen and (max-width: 979px) {
	div.section div.snsBlock ul.snsList li {
		padding: 0 0 0 8px;
	}
}
div.section div.snsBlock ul.snsList li:before {
	display: none;
}
div.section div.snsBlock ul.snsList li a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}














/*__________________________________
____________________________________
________言語別スタイル設定 ____________
_________________________________*/

/* lang_cn_han */

body.lang_cn_han div.section .mapLinkList li.hotel01 {
	right: 34%;
}
body.lang_cn_han div.section .mapLinkList li.hotel02 {
	left: 28%;
}
body.lang_cn_han div.section .mapLinkList li.hotel03 {
	left: 48%;
}
body.lang_cn_han div.section .mapLinkList li.hotel06 {
	left: 33%;
}



/* lang_cn_kan */


body.lang_cn_kan div.section .mapLinkList li.hotel01 {
	right: 34%;
}
body.lang_cn_kan div.section .mapLinkList li.hotel02 {
	left: 28%;
}
body.lang_cn_kan div.section .mapLinkList li.hotel03 {
	left: 48%;
}
body.lang_cn_kan div.section .mapLinkList li.hotel06 {
	left: 33%;
}



/* lang_kr */
body.lang_kr div.section .mapLinkList li.hotel01 {
	right: 33%;
}
body.lang_kr div.section .mapLinkList li.hotel02 {
	left: 24%;
}
body.lang_kr div.section .mapLinkList li.hotel03 {
	left: 48%;
}
body.lang_kr div.section .mapLinkList li.hotel06 {
	left: 30%;
}
