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



div.section div.hotelListWrap {
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap {
  }
}
div.section div.hotelListWrap ul.hotelBtnList {
	display: flex;
	justify-content: space-between;
  flex-flow: wrap;
	width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap ul.hotelBtnList {
    width: 110%;
    margin: 0 0 40px -5%;
	}
}
div.section div.hotelListWrap ul.hotelBtnList li {
	width: 25%;
	font-size: 14px;
	background: #c3c3c3;
	position: relative;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap ul.hotelBtnList li {
  	width: 49%;
  	font-size: 13px;
    margin: .5%;
  }
}
div.section div.hotelListWrap ul.hotelBtnList li.on {
	background: #004098;
  color: #dddddd;
}
div.section div.hotelListWrap ul.hotelBtnList li.on::after {
	content: "";
	width: 11px;
	height: 11px;
	background: #004098;
	bottom: -3px;
	left: 48%;
	transform-origin: center center;
	transform: rotate(45deg);
	display: block;
	position: absolute;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap ul.hotelBtnList li.on::after {
  	display: none;
  }
}
div.section div.hotelListWrap ul.hotelBtnList li span {
	display: block;
	line-height: 48px;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
div.section div.hotelListWrap ul.hotelBtnList li.on span {
	opacity: 1;
  color: #dddddd;
}

div.section div.hotelListWrap .hotelListBlock {
  display: none;
}
div.section div.hotelListWrap .hotelListBlock.on {
  display: block;
}





div.section div.hotelListWrap ul.hotelBtnListSecond {
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
	width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap ul.hotelBtnListSecond {
		margin: 0 auto 50px;
    width: 100%;
	}
}
div.section div.hotelListWrap ul.hotelBtnListSecond li {
	width: 25%;
	font-size: 16px;
  font-weight: bold;
	position: relative;
  background: url(../../img/common/vector_line_bottom_gary.svg) no-repeat 100% 50%;
  background-size: 15px 9px;
  border-bottom: 2px solid #bfbfbf
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap ul.hotelBtnListSecond li {
  	width: 50%;
  	font-size: 13px;
  }
}
div.section div.hotelListWrap ul.hotelBtnListSecond li.up {
  background: url(../../img/common/vector_line_top_gary.svg) no-repeat 100% 50%;
  background-size: 15px 9px;
}

div.section div.hotelListWrap ul.hotelBtnListSecond li.on {
  color: #004098;
  border-bottom: 2px solid #004098;
}
div.section div.hotelListWrap ul.hotelBtnListSecond li span {
	display: block;
	line-height: 48px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
div.section div.hotelListWrap ul.hotelBtnListSecond li span a {
	display: block;
}
div.section div.hotelListWrap ul.hotelBtnListSecond li span a:hover {
  text-decoration: none;
}
div.section div.hotelListWrap ul.hotelBtnListSecond li.on span a {
  color: #004098;
}

div.section div.hotelNameFixBlock {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelNameFixBlock {
    display: block;
    margin: 0 0 50px;
  }
}
div.section div.hotelNameFixBlock .logoBlock {
  width: 250px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 40px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelNameFixBlock .logoBlock {
    width: 100%;
    height: 190px;
    margin: 0 0 30px;
  }
}
div.section div.hotelNameFixBlock .logoBlock img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelNameFixBlock {
  }
}
div.section div.hotelNameFixBlock .textBlock {
  width: 950px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelNameFixBlock .textBlock {
    width: 100%;
  }
}
div.section div.hotelNameFixBlock .textBlock p.title {
  font-size: 20px;
  margin: 0 0 15px;
}
div.section div.hotelNameFixBlock .textBlock p.text {
  margin: 0;
}





div.section div.hotelListWrap p.hotelListTitle {
  font-size: 29px;
  font-weight: bold;
  color: #004098;
  text-align: center;
  margin: 0 0 50px;
}
div.section div.hotelListWrap p.hotelListTitle span {
  display: block;
  font-size: 15px;
}

div.section div.hotelListWrap div.hotelList {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList {
    display: block;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents {
    display: block;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents .imgBlock {
  width: 250px;
  margin-right: 40px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents .imgBlock {
    width: 100%;
    margin: 0 0 20px;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents .textBlock {
  width: 450px;
  margin-right: 40px;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents .textBlock {
    width: 100%;
    margin: 0 0 20px;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents .textBlock p.title {
  font-size: 20px;
  margin: 0 0 15px;
}
div.section div.hotelListWrap div.hotelList .hotelContents .textBlock p.title span {
  font-size: 14px;
  margin: 0 0 -10px;
}
div.section div.hotelListWrap div.hotelList .hotelContents .textBlock p.text {
  margin: 0 0 20px;
}
div.section div.hotelListWrap div.hotelList .hotelContents .textBlock div.btnList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents div.btnList {
    display: block;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents div.btnList p.commonLink {
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents div.btnList p.commonLink {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

div.section div.hotelListWrap div.hotelList .hotelContents .accessBlock {
  width: 460px;
  background: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hotelContents .accessBlock {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
}
div.section div.hotelListWrap div.hotelList .hotelContents .accessBlock p.title {
  font-weight: bold;
  margin: 0 0 5px;
}
div.section div.hotelListWrap div.hotelList .hotelContents .accessBlock p.text {
  margin: 0;
}

div.section div.hotelListWrap div.hotelList .hrStyle {
  position: relative;
  font-size: 12px;
  text-align: right;
  background: url(../../img/common/vector_line01_top_gary.svg) no-repeat 100% 50%;
  background-size: 8px 5px;
  padding: 40px 15px 40px 0;
}
div.section div.hotelListWrap div.hotelList .hrStyle::after {
  position: absolute;
  content: '';
  top: 50px;
  left: 0;
  width: 92%;
  height: 1px;
  background: #d9d9d9;
}
@media screen and (max-width: 1239px) {
  div.section div.hotelListWrap div.hotelList .hrStyle::after {
    width: 75%;
  }
}

div.section div.hotelListWrap div.hotelList .hrStyle a:hover {
  text-decoration: none;
}
</pre></body></html>