@charset "UTF-8";
#location .location_section01 {
  margin-bottom: 130px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row-reverse;
}
#location .location_section02 {
  width: 80%;
  margin: 0 auto 160px;
}
.location_section01_text {
	padding: 0 30px;
}
.location_section01_text p.text_head {
	font-size: 22px;
	margin-bottom: 0.5em;
}
.location_section01_text p {
	line-height: 2;
}
.location_section01_img {
	background: url("../images/location/location01.jpg") center center;
	background-size: cover;
	width: 60%;
	height: 50vw;
	max-height: 680px;
}
/*.location_section01 レスポンシブ*/
@media screen and (max-width: 767px) {
	#location .location_section01 {
	  margin-bottom: 90px;
		display: block;
	}
	.location_section01_text {
		padding-left: 10%;
		margin-top: 15px;
	}
	.location_section01_text p.text_head {
		font-size: 20px;
	}
	.location_section01_img {
		width: 90%;
    	height: 70vh;
		margin-left: auto;
	}
}
.content h3 {
  margin-bottom: 64px;
}
.content h3 img {
  width: auto;
  height: 38px;
  margin: 0 auto;
}
#location .information .information_box {
  display: flex;
  margin: 0 auto;
}
/*#location .information .information_box > div {
  width: 100%;
}*/
#location .information .information_box .information_content {
  padding: 35px;
  background-color: #EFEDE8;
  font-size: 14px;
}
p.strong {
  font-size: 18px;
  font-weight: bold;
  color: #681B00;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #681B00;
}
.address {
  margin: 20px;
}
p.phonenumber {
  font-size: 30px;
  font-weight: bold;
}
p.phonenumber img {
  width: 23px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
}
a.reservation_btn img {
  display: inline-block;
  width: 20px;
  vertical-align: sub;
  margin-right: 4px;
}
a.reservation_btn {
  border: 1px solid #000;
  padding: 15px 25px;
  text-align: center;
  margin-bottom: 2em;
}
.address p:nth-of-type(2) {
  text-indent: 0em;
}
.address p:not(.phonenumber) {
  margin-bottom: 1em;
  text-indent: -1.5em;
}
.address p span:not(.sp)::before {
  content: "－ ";
  margin-right: 3px;
  color: #681B00;
  font-weight: bold;
}
.information_content p.notice {
  font-weight: bold;
  text-decoration: underline;
}
.information {
  margin-bottom: 100px;
}
.access {
  max-width: 1050px;
	width: calc(100% - 60px);
  margin: 0 auto;
}
.access_info {
  border: 2px solid #681B00;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  padding: 50px 50px 30px;
  text-align: center;
  margin-bottom: 140px;
  line-height: 1.7;
}
.access_info p:first-child {
  padding-bottom: 3em;
  border-bottom: 1px dashed #681B00;
  margin-bottom: 3em;
}
.access_info img {
  width: 156px;
  position: absolute;
  top: -34px;
  background-color: #D9D2C6;
  padding: 0 20px;
  left: calc(50% - 78px);
}
.access_info p:first-of-type {
  border-bottom: 1px dashed #681B00;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
.bottom {
  width: 100%;
  height: 518px;
  position: relative;
  top: 0;
}
.bottom.location {
  background: url(../images/location/bottom.jpg) no-repeat center center;
  background-size: cover;
}
br.sp {
  display: none;
}
.address span.sp {
  display: inline;
}
@media screen and (max-width: 1270px) {
	#location .information .information_box .information_content {
		padding: 15px;
		font-size: 12px;
    margin-bottom: 40px;
	}
	p.phonenumber {
		font-size: 18px;
	}
	p.strong {
		font-size: 14px;
	}
  br.sp {
    display: inline;
  }
  p.strong br.sp, p.notice br.sp {
    display: none;
  }
  .address span.sp {
    display: none;
  }
  .address p:not(.phonenumber) {
    margin-bottom: 0.25em;
  }
  a.reservation_btn {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 970px) {
  #location .information .information_box {
    flex-flow: column-reverse;
  }
  #location .information .information_box .information_content {
    font-size: 14px;
    text-align: center;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
	#location .location_section02 {
		/*width: calc(100% - 80px);*/
		width: auto;
    margin: 0 auto 80px;
}
	.content h3 {
    margin-bottom: 24px;
	}
.content h3 img {
  height: 28px;
}
	#location .information .information_box {
		max-width: 555px;
		width: calc(100% - 60px);
	}
	.information {
    margin-bottom: 70px;
}
	.access_info {
		padding: 50px 20px 30px;
		margin-bottom: 40px;
        text-align: justify;
        line-height: 1.9;
	}
    .access_info p:first-of-type {
    padding-bottom: 2em;
    margin-bottom: 2em;
}
  p.notice br.sp, .main_text br.sp {
    display: inline;
  }
  .address p:not(.phonenumber) {
    margin-bottom: 1em;
    text-align: left;
  }
  .address p:nth-of-type(2) {
    text-align: center;
  }  
  p.strong br.sp {
    display: inline;
  }
  p.strong {
    text-align: center;
  }
  .bottom {
    height: 230px;
  }
}
/* ---------------------
location フサキマップ
--------------------- */
.p-floor .o-childContentTextWithImage {
	display: block;
}
.p-floor .o-childContentTextWithImage__image {
	display: flex;
}
@media (max-width: 47.9375em) {
	.p-floor .o-childContentTextWithImage__image {
		flex-direction: column;
	}
}
/* hotelmap */
.hotelmap-wrap {
	position: relative;
	width: 600px;
	height: auto;
	margin: 0 4em 4em 10em;
}
.o-floorHotelmap__linkItem {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	display: block;
}
.o-floorHotelmap__linkItem:hover {
	cursor: pointer;
}
.o-floorHotelmap__linkItem:hover::before {
	width: 100%;
	z-index: 1;
}
.o-floorHotelmap__linkItem::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(256, 256, 256, 0.3);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.o-floorHotelmap__linkItem.place01 {
	/*top: 222px;*/
	top: 240px;
	/*left: 375px;*/
	left: 424px;
	width: 62px;
	height: 34px;
}
.o-floorHotelmap__linkItem.place02 {
	/*top: 260px;*/
	top: 284px;
	/*left: 360px;*/
	left: 390px;
	width: 30px;
	height: 30px;
}
.o-floorHotelmap__linkItem.place03 {
	/*top: 272px;*/
	top: 292px;
	/*left: 287px;*/
	left: 315px;
	width: 30px;
	height: 30px;
}
.o-floorHotelmap__linkItem.place04 {
	/*top: 305px;*/
	top: 324px;
	/*left: 230px;*/
	left: 280px;
	/*width: 58px;*/
	width: 68px;
	height: 74px;
}
.o-floorHotelmap__linkItem.place05 {
	/*top: 383px;*/
	top: 415px;
	/*left: 206px;*/
	left: 227px;
	width: 30px;
	height: 30px;
}
.o-floorHotelmap__linkItem.place06 {
	/*top: 500px;*/
	top: 546px;
	/*left: 211px;*/
	left: 235px;
	width: 30px;
	height: 30px;
}
.o-floorHotelmap__linkItem.place07 {
	/*top: 468px;*/
	top: 490px;
	/*left: 242px;*/
	left: 260px;
	width: 47px;
	height: 82px;
}
/* 10/05 HANARE追記 */
.o-floorHotelmap__linkItem.place08 {
	top: 532px;
	left: 205px;
	width: 36px;
	height: 30px;
}
.o-floorHotelmap__linkItem.place09 {
	top: 575px;
	left: 220px;
	width: 36px;
	height: 30px;
}
.o-floorHotelmap__linkItem > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1.5px dashed #fff;
}
.o-floorHotelmap__linkItem .tooltip {
	display: none;
}
.o-floorHotelmap__linkItem.place01 .tooltip {
	width: 160px;
}
.o-floorHotelmap__linkItem.place02 .tooltip {
	width: 120px;
}
.o-floorHotelmap__linkItem.place03 .tooltip {
	width: 110px;
}
.o-floorHotelmap__linkItem.place04 .tooltip {
	width: 104px;
}
.o-floorHotelmap__linkItem.place05 .tooltip {
	width: 190px;
}
.o-floorHotelmap__linkItem.place06 .tooltip {
	width: 130px;
}
.o-floorHotelmap__linkItem.place07 .tooltip {
	width: 120px;
}
/* 10/05 HANARE追記 */
.o-floorHotelmap__linkItem.place08 .tooltip {
	width: 90px;
}
.o-floorHotelmap__linkItem.place09 .tooltip {
	width: 100px;
}
.o-floorHotelmap__linkItem .tooltip::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 10px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 5px 5px 0 5px;
}
.o-floorHotelmap__linkItem:hover .tooltip {
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 10px !important;
	text-align: center;
	background-color: #000;
	border-radius: 5px;
	position: absolute;
	top: -25px;
	transition: 3s ease-in-out;
}
.hotelmap-wrap_Textlink {
	/*width: 100%;
    max-width: 600px;*/
	display: block;
	margin-top: 2.5em;
	margin-left: 0.5em;
}
.o-floorHotelmap_Textlinklist li {
	margin-bottom: 1.5em;
	padding-left: 1em;
	font-size: 1.1em;
	position: relative;
	line-height: 2;
	transition: all 0.3s ease-in-out;
}
.o-floorHotelmap_Textlinklist li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 5px;
}
.o-floorHotelmap_Textlinklist li:hover a {
	color: #681B00;
}
.o-floorHotelmap_Textlinklist li:hover:before {
	border-color: transparent transparent transparent #681B00;
}
@media (max-width: 89.9375em) {
	.hotelmap-wrap {
		margin: 0 2em 4em 5em;
	}
}
@media (max-width: 63.9375em) { /*1024未満*/
	.hotelmap-wrap {
		width: 400px;
		margin-left: 2em;
	}
	.o-floorHotelmap__linkItem.place01 {
		top: 157px;
		left: 267px;
	}
	.o-floorHotelmap__linkItem.place02 {
		top: 193px;
		left: 257px;
		width: 25px;
		height: 25px;
	}
	.o-floorHotelmap__linkItem.place03 {
		top: 192px;
		left: 206px;
		width: 25px;
		height: 25px;
	}
	.o-floorHotelmap__linkItem.place04 {
		top: 220px;
		left: 162px;
		width: 58px;
		height: 53px;
	}
	.o-floorHotelmap__linkItem.place05 {
		top: 276px;
		left: 147px;
		width: 25px;
		height: 25px;
	}
	.o-floorHotelmap__linkItem.place06 {
		top: 359px;
		left: 150px;
		width: 25px;
		height: 25px;
	}
	.o-floorHotelmap__linkItem.place07 {
		top: 338px;
		left: 177px;
		width: 36px;
		height: 65px;
	}
	/*HANARE追記*/
	.o-floorHotelmap__linkItem.place08 {
		/*top: 386px;*/
		top: 346px;
		/*left: 145px;*/
		left: 135px;
		width: 30px;
		height: 25px;
	}
	.o-floorHotelmap__linkItem.place09 {
		/*top: 434px;*/
		top: 380px;
		left: 145px;
		width: 30px;
		height: 25px;
	}
}
@media (max-width: 47.9375em) { /*tablet以下*/
	.hotelmap-wrap {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.o-floorHotelmap__linkItem > a {
		border: none;
	}
	.o-floorHotelmap__linkItem .tooltip {
		display: none;
	}
	.hotelmap-wrap_Textlink {
		margin-top: 0;
		margin-bottom: 1em;
	}
}
@media (min-width: 555px) { 
	br.sp_list {
		display: none;
	}
}