@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
/* @font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-ExtraLight.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-SemiBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Black.otf) format("opentype");
  font-display: swap;
} */
.mb_50 {
  margin-bottom: 50px;
}
/* table a:hover, #contents a:hover {
	text-decoration: underline;
} */
#contents .min {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
a:link,
a:visited {
  color: #595959;
  text-decoration: none;
}
table a:hover,
#contents a:hover {
  opacity: 0.75;
}
h2,
h3,
h4 {
  font-weight: normal;
}
h2 {
  text-align: center;
}
dd {
  margin-left: 0;
}
p,
dl {
  line-height: 1.5;
}
p {
  margin-bottom: 0;
}
#contents {
  width: 950px;
  margin: 0 auto 100px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#walk_guide {
  margin-top: -50px;
  padding-top: 50px;
}
#parking_guide {
  margin-top: -50px;
  padding-top: 50px;
}
#affiliated_guide {
  margin-top: -50px;
  padding-top: 50px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto 0;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: 17%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  font-size: 13px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 22px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
/* =======================
	　客室タイプ
========================== */
.ttl h2,
h3,
h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
/* =======================
	　コンテンツ内
========================== */

#contents .topicpath {
  margin-bottom: 60px;
}
#contents .pan {
  line-height: 1.8;
}
#contents .topicpath dd {
  margin: 5px 0 0 0;
}

#contents .btn a {
  background-color: #8e6127;
  color: #fff;
  font-size: 1.5rem;
  background-image: url(https://www.granbellhotel.jp/susukino/rakuten/access/img/yazi_white.png);
  background-repeat: no-repeat;
  background-position: 85px 16px;
  background-size: 6px;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
}
#contents .address_txt {
  margin: 15px auto;
  text-align: left;
}
#contents .note_txt {
  margin: 15px auto 40px;
  text-align: left;
}
#contents .exit_time {
  margin-top: 15px;
}
.page_image .ttl_img {
  width: 90px;
}
#contents .btn a {
  background-color: #8e6127;
  color: #fff;
  font-size: 1.5rem;
  background-image: url(https://www.granbellhotel.jp/susukino/rakuten/access/img/yazi_white.png);
  background-repeat: no-repeat;
  background-position: 55px 16px;
  background-size: 6px;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
}
#contents h2 {
  font-size: 30px;
  margin: 75px 0 40px;
}

#contents .train p {
  margin-top: 15px;
}
#contents .car p {
  margin-top: 15px;
}
#contents .parking {
  margin: 30px 0 0;
}
#contents .parking h3 {
  text-align: left;
  line-height: 1.2;
  margin: 20px 0;
}
#contents .parking h3:before {
  content: " ";
  padding-left: 10px;
  height: 10px;
  background: #ccc;
}
#contents .parking h3 span:first-child {
  padding-left: 10px;
}
#contents .parking h3 span:last-child {
  font-size: 1.8rem;
}
#contents .parking dl {
  margin: 0;
  border-top: #ccc 1px solid;
}
#contents .parking dl dt {
  font-weight: bold;
  padding: 10px 10px 5px;
}
#contents .parking dl dd {
  padding: 0 10px 10px;
}
#contents .parking dl.last {
  border-bottom: #ccc 1px solid;
}
#contents .exit_time {
  display: flex;
  margin-top: 30px;
}
#contents .exit_time p:last-child {
  padding: 0 0 0 40px;
}
.google_map iframe {
  width: 100%;
}
.google_map p {
  text-align: right;
}
/* =======================
	　駐車場案内
========================== */
.info_popup {
  padding: 10px 0;
  border: 1px solid #cc3333;
  text-align: center;
  margin: 20px auto 60px;
}
.info_popup p {
  font-weight: bold;
  color: #cc3333;
  margin: 0;
}
.rotemap {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto 20px;
}
.con_tbl table {
  margin-bottom: 30px;
}
.con_tbl table.tbl_primary tr th {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.con_tbl table.tbl_primary tr:first-child td {
  border-top: none;
}
.con_route .box_parking .con_tbl table.tbl_primary tr td {
  text-align: left;
  padding: 1em;
}
.tbl_primary tr td,
.tbl_primary tr th {
  padding: 15px 0px;
  display: block;
  line-height: 1.5;
}
#contents .routes_img .no_1 {
  background: url(../img/routes_no1.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_2 {
  background: url(../img/routes_no2.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_3 {
  background: url(../img/routes_no3.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_4 {
  background: url(../img/routes_no4.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_5 {
  background: url(../img/routes_no5.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_6 {
  background: url(../img/routes_no6.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_7 {
  background: url(../img/routes_no7.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_8 {
  background: url(../img/routes_no8.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_9 {
  background: url(../img/routes_no9.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
#contents .routes_img .no_10 {
  background: url(../img/routes_no10.gif);
  background-repeat: no-repeat;
  margin-top: 15px;
}
.routes_img .no_1 span,
.routes_img .no_2 span,
.routes_img .no_3 span,
.routes_img .no_4 span,
.routes_img .no_5 span,
.routes_img .no_6 span,
.routes_img .no_7 span,
.routes_img .no_8 span,
.routes_img .no_9 span,
.routes_img .no_10 span {
  margin-left: 24px;
}
#routes .routes_img {
  width: 32%;
  margin-bottom: 30px;
}
#routes .routes_img img {
  max-width: 100%;
}
/* =======================
	　周辺環境
========================== */
#contents .environment h3 {
  text-align: left;
  line-height: 1.2;
  margin: 10px 0 20px;
}
#contents .environment h3:before {
  content: " ";
  padding-left: 10px;
  margin-right: 5px;
  height: 10px;
  background: #ccc;
}
#contents .environment dl {
  margin: 0;
  padding: 10px;
  border-top: #ccc 1px solid;
}
#contents .environment dl.last {
  border-bottom: #ccc 1px solid;
  margin-bottom: 40px;
}
#contents .environment dl dt {
  font-weight: bold;
}
#contents .environment dl dd span {
  float: right;
  margin-right: 250px;
}
.routes_movie h3 {
  margin-bottom: 20px;
}
.movie_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents #routes {
  clear: both;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* =======================
	　駅ルート案内
========================== */
#station_routes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0; /*謎余白を消す*/
}
#station_routes .station_routes_img {
  width: 31.75%;
  margin-right: 20px;
  margin-bottom: 40px;
}
#station_routes .station_routes_img p {
  line-height: 1.6;
}
#station_routes .station_routes_img p img {
  width: 100%;
}
#station_routes .station_routes_img_last {
  width: 31.75%;
  margin-right: 0;
  margin-bottom: 40px;
}
#station_routes .station_routes_img_last p {
  margin-bottom: 3px;
  line-height: 1.6;
}
#station_routes .station_routes_img_last p img {
  width: 100%;
}
#station_routes .station_routes_img .no_1 {
  background: url("../img/routes_no1.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img .no_2 {
  background: url("../img/routes_no2.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img_last .no_3 {
  background: url("../img/routes_no3.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img .no_4 {
  background: url("../img/routes_no4.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img .no_5 {
  background: url("../img/routes_no5.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img_last .no_6 {
  background: url("../img/routes_no6.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img .no_7 {
  background: url("../img/routes_no7.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}
#station_routes .station_routes_img .no_8 {
  background: url("../img/routes_no8.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
}

.station_routes_img .no_1 span,
.station_routes_img .no_2 span,
.station_routes_img_last .no_3 span,
.station_routes_img .no_4 span,
.station_routes_img .no_5 span,
.station_routes_img_last .no_6 span,
.station_routes_img .no_7 span,
.station_routes_img .no_8 span,
.station_routes_img_last .no_9 span {
  margin-left: 25px;
  font-size: 14px;
}
/* =======================
	　ページ内リンク
========================== */
.transportation_id {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 1rem;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.transportation_id li {
  padding: 5px 0;
  text-align: center;
  border-left: #adadad solid 1px;
  width: 49%;
  margin: 10px 0;
  list-style: none;
}

.transportation_id li a:hover {
  text-decoration: none;
}
.transportation_id li:nth-child(3n) {
  border-right: #adadad solid 1px;
}
