@charset "UTF-8";

/* 共通inc用のcss */

#clear_text {
	color: initial;
	font-size: initial;
	text-shadow: initial;
}

/* 関連サイトのバナー */

@media (max-width: 767px) {
.box-room_museum--relate {
	margin: 0 auto;
	max-width: 92.75%;
}
}

.box-room_museum--relate h2 {
	text-align: center;
	height: inherit;
	margin-bottom: 27px;
}
.box-room_museum--relate .title_h2 h2 span {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 60px;
	position: relative;
}
.box-room_museum--relate .title_h2 h2 span:before {
	background: url(../image/ico_h3_white1.png) no-repeat;
	content: "";
	height: 16px;
	left: -35px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 23px;
}
.box-room_museum--relate .title_h2 h2 span:after {
	background: url(../image/ico_h3_white1.png) no-repeat;
	content: "";
	height: 16px;
	right: -35px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 23px;
}

@media (max-width: 767px) {
.box-room_museum--relate .title_h2 {
	background: none;
	height: inherit;
	margin-bottom: 20px;
}
}

.box-room_museum--relate ul {
	font-size: 0;
	margin: 0 auto;
	max-width: 100%;
}
.box-room_museum--relate ul li {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 50%;
	margin-bottom: 20px;
}

.box-room_museum--relate ul li {
	margin:0 15px;
}

.box-room_museum--relate .bnr_l {
	margin: 10px auto 0;
	width: 594px;
}

.box-room_museum--relate .bnr_l p {
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
}
/* site_info 関連サイトのご紹介
   =========================================================== ======================== */

.box-room_museum--relate .title_h2 {
	background: url(../image/bg_h3_museum.png) no-repeat;
	background-size: 1000px 60px;
	display: block;
	margin: 0 auto 25px;
	max-width: 1000px;
	height: 60px;
}
  .box-room_museum--relate .title_h2 h2 {
	text-align: center;
	height: inherit;
}
  .box-room_museum--relate .title_h2 h2 span {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 60px;
	position: relative;
}
  .box-room_museum--relate .title_h2 h2 span:before {
	background: url(../image/ico_h3_white1.png) no-repeat;
	content: "";
	height: 16px;
	left: -35px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 23px;
}
  .box-room_museum--relate .title_h2 h2 span:after {
	background: url(../image/ico_h3_white1.png) no-repeat;
	content: "";
	height: 16px;
	right: -35px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 23px;
}

 .box-room_museum--relate ul li {
	  width: 300px;
	  display: inline-block;
	  vertical-align: top;
}
  .box-room_museum--relate ul li p {
    font-size: 15px;
    line-height: 21px;
    margin: 5px 0 20px 0;
}


a.bustour_link {
  position: relative;
  display: block;
  width: 20em;
  padding: 0.5em 0 0.5em 0.75em;
  margin: 0 auto 3em;
  background: #D24772;
  color: #fff !important;
  text-align: center;
  font-size: 117.6%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  border: 4px solid #D24772;
  box-shadow: inset 0 0 0 2px #fff;
  box-sizing: border-box;
}
a.bustour_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75em;
  bottom: 0;
  display: block;
  width: 0.4em;
  height: 0.5em;
  background: #fff;
  margin: auto;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (hover: hover) {
  a.bustour_link:hover {
    opacity: 0.8;
  }
}