@charset "UTF-8";

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#page_title {
	margin: 90px 0 0;
	background:url(/tourism/img/h1_bg.jpg) 75% top no-repeat;
	background-size: cover;
}

#page_title h1 {
	width: 94%;
}


/*ジェイドブルー指定*/
.mets {
	color:#6590a3;
	font-size: 14px;
}

/*ナビメニュー*/
#naviMenu-top,
#naviMenu {
  width: 100%;
  background-color: #1E2B30;
  color:#fff;
  padding: 12px 0px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight:300;
  margin: 0 auto;
  line-height: 180%;
  }

#naviMenu {
	margin: 90px 0 0;
}
 
#naviMenu-top select, 
#naviMenu select{
  padding:5px 20px;
  background-color:#fff;
  margin-left:20px; border:solid 1px #1E2B30;
  border-radius:8px;
  color:#1E2B30;
  }




/*ホテル一覧*/
#hotel-list{
  margin: 0 10px 30px;
}
#hotel-list h2{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
#hotel-list div{
  max-width: 100%;
  margin: 0 auto;
}

#hotel-list div ul {
  list-style-type: none;
  max-width: 100%;
  margin: 0 auto;
}
.tab-list {
  text-align: center;
  flex: 0 0 24.8%;
  background-color: #999;
  padding: 5px 0;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  margin: 3px 0;
}
.tab-list:last-child{
  border-right: none;
  margin-bottom: 0;
}
.tab-list.active {
  background-color: #547b90;
}
.tab-contents{
  border: solid 1px #999;
  padding: 15px 10px 5px;
}
.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
  width: fit-content;
}
.tab-contents-item table{
  margin: 0 auto;
}
.tab-contents-item table tr{
  min-height: 60px;
  border-bottom: solid 1px #b2b2b2;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.tab-contents-item table td{
  font-size: 12px;
}
.tab-contents-item table td.h_name{
  width: 70%;
}
.tab-contents-item table td.h_name a{
  font-size: 14px;
  color: #1E2B30;
  font-weight: 400;
  cursor: pointer;
}
.tab-contents-item table td.h_name a:hover{
  color: #d6c560;
  text-decoration: none;
}
#hotel-list div.tab-contents-item table td.rsv_link{
  width: 20%;
  text-align: right;
}
#hotel-list div.tab-contents-item table td.rsv_link a{
  background-color: #1E2B30;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 8px;
  cursor: pointer;
  border-radius: 4px;
}
#hotel-list div.tab-contents-item table td.rsv_link a:hover{
  text-decoration: none;
  background-color: #638fa2;
}


/*TOP*/

#content .index-spot {
	padding-bottom: 15px;
	margin:0 auto 50px;
    border:solid 4px #cddee7;
    max-width:1000px;
    padding:30px 20px;
	border-radius: 8px;
}

#content #top-article h2 {
	font-size: 18px;
  font-weight: 300;
  color: #6590a3;
  margin: 0px auto 15px;
  text-align: center;
  line-height: 1.5;
}

#content #top-article a.reserve-bt{
	background-color: #638fa2;
  color: #ffffff;
  padding: 10px 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: table;
  margin-top: 20px;
  width:100%;
	border-radius: 30px;
}

 #content p.catch-lead {
    font-size: 12px;
    padding: 0 10px 30px;
  }
  
   #content p.catch-lead2 {
    font-size: 12px;
    padding: 0 10px 30px;
    border-bottom: solid 1px #cacaca;
    margin: 10px 0 20px;
  }

   #content p.catch-lead-bno {
    font-size: 12px;
    padding: 0 10px 0px;
    border-bottom: solid 1px #cacaca;
  }

#content #main-ttl {
	font-size:13px;
	text-align:center;
    width:100%;
    margin-bottom: 25px;
    padding: 50px 0 10px;
    line-height: 1;
}

#content #main-ttl h1.ttl {
	font-size:16px;
	font-weight:200;
	text-align:center;
	color:#6590a3;
    margin: 0 0 15px;
    line-height: 1.3;
}

#content img.main-img{
	width: 100%;
	margin:0 0 1em;
}

#content p.main-text {
	 font-size: 12px;
	 padding:10px 20px 30px;
	  line-height: 1.8;
}

#content #navi-menu {
	width: 94%;
    margin: 20px auto 30px;
    padding: 5px 5px 20px;
	text-align:left;
	border: solid 4px #cddee7;
}

#content #navi-menu .navi-ttl {
	width: auto;
    margin-bottom: 20px;
    padding: 6px 15px;
    font-weight: 300;
	text-align:left;
    color:#fff;
    font-size: 16px;
    background-color: #638FA2;
}

#content #navi-menu ul li,
#content #navi-menu ul li a{
    line-height: 1;
    font-weight: 300;
	text-align:left;
    color:#000000;
    font-size: 14px;
    margin: 0 0 15px 20px;
}

#content #navi-menu ul li{
   background:url(/img/common/mk_arrow_dBlue_Rs.png) 1% top no-repeat;
}

#tourism #content #navi-menu .s-line{
   padding:5px 0 0 1em;
}

#content #navi-menu ul li.list,
#content #navi-menu ul li.list a{
    line-height: 1.4;
    font-weight: 400;
	text-align:left;
    color:#6590a3;
    font-size: 14px;
    margin: 0 0 20px 5px;
    background:none;
}

#content p.update {
font-size: 11px;
  text-align: right;
  margin: -1em 0.5em 1em;
  color: #666;
}

#content p.lead {
	font-size:13px;
	text-align:left;
	margin:15px 10px 3em;
	line-height: 1.8;
	line-height: 2;
	font-weight: 300;
}

#content img.catch-img{
	width: 100%;
	margin:0 0 10px;
	border-radius: 20px;
}

#content p.hotel-list {
	font-size:14px;
	text-align:left;
	margin:0 0 25px;
}


#content h3 {
	background:#6590a3;
	color:#fff;
	font-size:16px;
	padding:.3em .5em .3em 1em;
	margin:0 0 1.5em;
}

#content .spot {
	padding-bottom: 15px;
	margin:0 10px 15px;
    border-bottom: solid 1px #cacaca;
}

#content #article {
	margin:0 0 2em;
}

#content #article h2 {
	font-size:20px;
	font-weight:400;
	color: #6590a3;
	margin:0 0 10px;
}

#content #article #hBlR .cap{
	font-size:10px;
    text-align: right;
    margin: 0;
}

#content #article h2 .step{
	 font-size:14px;
	 margin-bottom:5px;
}

#content #article ul li span.sttl {
	font-size:14px;
	font-weight:700;
}

#content #article img,
#content #top-article img {
	width:100%;
	max-width:380px;
	height:auto;
	margin:0 auto;
	border-radius: 20px;
}

#content #article #hBlL,
#content #top-article #hBlR,
#content #article #hBlN {
	line-height:1.8;
	font-size:12px;
	margin-bottom:15px;
}


#content #article .bx-wrapper {
	margin:0 auto;
	width:100%;
	max-width:380px;
	padding:0;
}

#content #article .bx-wrapper .bx-pager{
	bottom: -25px;
	max-width:380px;
}

#content #facility {
	margin:0 0 1em;
    background-color: #e9f1f5;
}

#content #facility table.facility-list {
	width:96%;
	margin:0 20px 30px 20px;
    background-color: #e9f1f5;
    border-top:1px solid #6590a3;
}

#content #facility table tr td{
	width:94%;
	padding:0.2em;
	vertical-align:top;
	display:block; 
}

#content img.useSP {
	width:96%;
	max-width:345px;
	height:auto;
	margin:0 auto;
	height:auto;
	padding:0 2%;
}

#content #facility table td:first-child {
  font-weight: 500;
  margin-top: 3px ;
}

#content p.caution {
	padding:1em;
	font-size:12px;
}

#content a.reserve-bt {
	margin:30px auto;
	padding:10px 20px;
    background-color: #e9f1f5;
    color：#ffffff;
}

/*スタッフのおすすめ*/
#content .staff {
	font-size:12px;
	width:98%;
	margin:20px 0;
	border:2px solid #87b1c3;
	border-radius: 10px;
	line-height: 200%;
	background-color: #fff;
	color: #497b90;
}

#content .staff h4{
	font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width:100%;
  background-color: #87b1c3;
  padding: 0 0 7px;
  border-radius: 5px 5px 0px 0px;
}

#content .staff h4:before{
  content: url('/tourism/img/utsunomiya/reviews.png');
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
}

#content .staff ul{
padding:10px 10px 12px 12px;
}

#content .staff li{
padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}



/*末締めボタン*/
#content .bt-area {
	text-align:center;
	border-bottom: solid 1px #cacaca;
}

#content .bt-area-nobd {
	text-align:center;
}

#content .bt-area a.reserve-bt,
#tourism #content .bt-area-nobd a.reserve-bt {
background: #fff url(/img/top/arrow_blueR.svg) 92% 50% no-repeat;
	color: #638fa2;
	padding:8px 45px 8px 30px;
	margin: 20px auto;
	text-align:center;
	font-size: 12px;
	font-weight:400;
	text-decoration:none;
	border: 1px solid #638fa2;
	border-radius: 30px;
	display: inline-block;
}

#content .bt-area a:hover.reserve-bt,
#tourism #content .bt-area-nobd a:hover.reserve-bt {
	color: #6590a3;
	border: 1px solid #638fa2;
	text-decoration: none;
	background: #e0eaef url(/img/top/arrow_blueR.svg) 94% 50% no-repeat;
	transition: 0.5s;
}

#content p.model-course {
	max-width:90%;
	margin:20px auto;
	padding:20px 10px;
	background-color:#e9f1f5;
}

#content p.model-course span.date{
	font-weight:600;
	color: #638fa2;
	display: block;
	margin-bottom:10px;
	font-size:16px;
}

#content p.model-course span.spot{
background-color: #ffffff;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 8px;
  color: #638fa2;
  border: 1px solid #638fa2;
  font-size: 12px;
  line-height: 300%;
}

#content p.model-course span.spot a,
#content p.model-course span.spot a:hover{
  color: #638fa2;
  text-decoration: none;
}



/*モデルコース（長文タイプ）*/

#content p.model-course-long {
	max-width:90%;
	margin:20px auto;
	padding:15px 5px;
	background-color:#e9f1f5;
}

#content p.model-course-long span.arrow{
	margin: 0 48%;
}

#content p.model-course-long span.date{
	font-weight:600;
	color: #638fa2;
	display: block;
	margin-bottom:10px;
	font-size:16px;
}

#content p.model-course-long span.spot{
background-color: #ffffff;
  padding: 10px 5px 10px 10px;
  margin: 0 5px;
  border-radius: 8px;
  color: #638fa2;
  border: 1px solid #638fa2;
  font-size: 12px;
  line-height: 180%;
  width: 95%;
  display: inline-block;
}

#content p.model-course-long span.spot a,
#content p.model-course-long span.spot a:hover{
  color: #638fa2;
  text-decoration: none;
}

/*経路ボタン*/
#content .bt-root {
	text-align:center;
}

#content .bt-root a.root-bt{
	color: #638fa2;
	font-weight:300;
	display: inline-block;
	text-decoration: underline;
	text-align: center;
}

#content .bt-root a:hover.root-bt{
	color: #6ba5be;
	border:none;
}

#content .bt-root span{
	color: #6ba5be;
	font-size:60%;
	border:none;
	padding-right:5px;
	vertical-align: top;
}


/*SNSシェアボタン*/
#content #sns_share {
	width:100%;
	display:flex;
	justify-content: center;
}

#content #sns_share img{
	margin:0 5px;
}


/*アコーディオン実装*/
#content #facility .accordion {
margin: 3em auto;
max-width: 60vw;
}
#content #facility .toggle {
display: none;
}
#content #facility .option {
position: relative;
}
#content #facility .title,
#content #facility .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
#content #facility .title {
padding: 0.8em 0 0.8em 1.3em;
display: block;
color: #6590a3;
font-size:18px;
font-weight: 400;
letter-spacing: 1.5px;
	cursor: pointer;
}
#content #facility .title::after,
#content #facility .title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.3em;
width: 2px;
height: 0.75em;
background-color: #000;
transition: all 0.3s;
font-size:18px;
font-weight: 700;
}
#content #facility .title::after {
transform: rotate(90deg);
}
#content #facility .content {
max-height: 0;
overflow: hidden;
}
#content #facility .content p {
padding: 0em 1em 0em;
font-size: 0.9em;
line-height: 1.5;
}
#content #facility .toggle:checked + .title + .content {
max-height: 2000px;  /*デフォルト500px*/
transition: all 1.5s;
}
#content #facility .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}





/* --------------------　テーブル（交通手段）　-------------------- */

.table-container {
  width: 94%;
  overflow-x: auto;
  margin: 0 auto;
}

/* モバイルでは縦並び表示 */
.transport-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
}

.transport-table thead {
  display: none; /* 見出し非表示 */
}

.transport-table,
.transport-table tbody,
.transport-table tr,
.transport-table td {
  display: block;
  width: 100%;
}

.transport-table tr {
  margin-bottom: 1.2em;
  border: 1px solid #ddd;
  overflow: hidden;
}

.transport-table td {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0.8em;
}

.transport-table td:first-child {
  background: #e9f1f5;
  font-weight: 400;
}

.transport-table td:last-child {
  border-bottom: none;
}


/* --------------------　リンクエリア　-------------------- */

#content #link-box {
	width: 94%;
    margin: 20px auto 15px;
    padding: 20px 5px 10px;
	text-align:left;
	border: solid 4px #cddee7;
}

#content #link-box ul li,
#content #link-box ul li a{
    line-height: 1;
    font-weight: 400;
	text-align:left;
    color:#000000;
    font-size: 14px;
    margin: 0 0 15px 20px;
}

#content #link-box ul li{
   background:url(/img/common/mk_arrow_dBlue_Rs.png) 0% center no-repeat;
}

#content #link-box ul li.list,
#content #link-box ul li.list a{
    line-height: 1.4;
    font-weight: 700;
	text-align:left;
    color:#6590a3;
    font-size: 14px;
    margin: 0 0 20px 5px;
    background:none;
}


/* --------------------　Googleマイマップ対応　-------------------- */

.g-map {
    height: 34vh;
    overflow: hidden;
    text-align:center;
}
.g-map iframe {
    width: 94%;
    height: calc(100% + 67px);
    margin: -67px auto 0;
}




/* --------------------　近隣ホテル　-------------------- */

#areaList{
	padding: 30px 0;
	display: inline-block;
}

#areaList h2{
	font-size: 20px;
	font-weight: 700;
    text-align: center;
	margin: 15px 0;
	line-height: 1.5;
}

#areaList p.line {
    border-top: 3px solid #6490a2;
    width: 60px;
    margin: 15px auto 20px;
}
#areaList ul{
	max-width: 100%;
    margin: 0 0 0 5px;
}
#areaList ul li{
	width: 46%;
	float: left;
	margin: 5px;
}
#areaList ul li img{
	width: 100%;
	max-width: 180px;
}
#areaList ul li p{
	display: block;
	text-align: center;
	font-size: 12px;
    font-weight: bold;
	color: #000;
	line-height: 1.4;
}
#areaList ul li p a{
	color: #1E2B30;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
#areaList ul li p a:hover{
	text-decoration:none;
}
#areaList ul li p span{
	font-size: 12px;
	font-weight: 400;
	color: #638fa2;
}


/* --------------------　著作権・関連リンク　-------------------- */

#tourism #content .info-box {
	width: 96%;
    margin: 20px auto 15px;
    padding: 15px 20px 5px;
	text-align:left;
	border: solid 3px #87b1c3;
	font-size: 13px;
}

#tourism #content .info-box h4{
    font-weight: 400;
	text-align:left;
    color:#000000;
    font-size: 16px;
    margin: 0 0 10px;
}

#tourism #content .info-box ul li,
#tourism #content .info-box ul li a{
    line-height: 1;
    font-weight: 400;
	text-align:left;
    color:#6590a3;
    font-size: 13px;
    margin: 0 0 15px 5px;
}

#tourism #content .info-box ul li a:hover,
#tourism #content .info-box ul li a:active{
    color:#6590a3;
}




/*media Queries PC
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:810px), print {

.mets {
	font-size: 18px;
}

#content #top-article a.reserve-bt { width: 80%;}


/*ナビメニュー*/
#naviMenu-top{
  font-size: 18px;
  margin: 0 auto 60px;
   line-height: auto;
  }

#naviMenu{
  font-size: 18px;
  margin: 120px auto 80px;
   line-height: auto;
  }
  

/*ホテル一覧*/
#hotel-list{
  margin: 30px 10px;
}
#hotel-list h2{
  font-size: 26px;
}
.tab-list {
  flex: 0 0 24.8%;
  padding: 10px 0;
  margin: 0;
}

#hotel-list div ul  {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
#hotel-list div.tab-contents{
  max-width: calc(100% - 42px);
  display: inline-block;
  padding: 0 20px;
  width: 100%;
}
.tab-contents-item table{
  float: left;
  width: 365px;
  max-width: 48%;
}
.tab-contents-item table:first-child{
  margin-right: 20px;
}
.tab-contents-item table tr:last-child{
  border-bottom: none;
}
.tab-contents-item table td{
  font-size: 13px;
}
.tab-contents-item table td.h_name a{
  font-size: 14px;
}
.tab-contents-item table tr{
  height: 65px;
}
#hotel-list div.tab-contents-item table td.rsv_link a{
  font-size: 12px;
  padding:10px 15px;
}
.tab-contents-item table td.h_name{
  width: 70%;
}
#hotel-list div.tab-contents-item table td.rsv_link{
  width: 30%;
}


/*TOP*/
#content #top-article h2 {
	font-size:24px;
}

#content #top-article #hBlR {
	float:left;
	width:56%;
	margin:0;
	padding:0;
	max-width:nome;
	font-size: 14px;
}

#content #top-article #hBlR .txt{
	line-height:2.0;
	font-size:16px;
}

#content #top-article ul li span.sttl { font-size:16px; }

#content #top-article img{
	float:left;
	max-width:400px;
}

#content #top-article #hBlL {
	float:left;
	max-width:400px;
	/* 以下追加 */
	margin-right:3%;
	width:40%;
}

#content #top-article a.reserve-bt{
	font-size: 17px;
}

#content p.hotel-list {
	font-size:16px;
	margin:0 0 35px;
}


#topImg {
	background:url(/tourism/img/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}

#content #main-ttl {
	font-size:24px;
	 /*padding: 0px 0 40px;*/
	 padding: 0px 0 30px;
}

#content #main-ttl h1.ttl {
	font-size:36px;
}

#content #main-ttl span { font-size:24px; }

#content p.update { 
font-size:13px;
margin:0 0 1em;
}

#content p.lead { font-size:16px; }

#content img.main-img{
	width: 100%;
	margin:0 0 1em;
	border-radius: 20px;
}

#content p.main-text {
	 font-size: 16px;
	 padding-top:0px;
}

#content #navi-menu {
    margin: 30px auto 50px;
}

#content #navi-menu .navi-ttl {
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 20px;
}

#content #navi-menu ul li,
#content #navi-menu ul li a{
    font-size: 16px;
    margin: 0 0 15px 30px;
    letter-spacing: 0.5px;
}

#content #navi-menu ul li.list,
#content #navi-menu ul li.list a{
    font-size: 18px;
    margin: 25px 0 15px 10px;
}

#content img.catch-img{
	margin:0 0 20px;
}

#content p.catch-lead {
	font-size:16px;
    padding: 0 0 60px;
	font-weight: 300;
}

#content .spot {
	padding-bottom: 25px;
	margin:0 0 30px;
    border-bottom: solid 1px #cacaca;
}

#content #facility table tr td{
	width:auto;
	padding:0.5em;
	display:inline-block; 
}

#content {
	width:98%;
	max-width:1000px;
	margin:0 auto;
	font-size:16px;
	font-weight: 300;
}

#content #article #hBlR .cap{
    margin: 20px 0 0;
}

#content h3 {
	/*width:97%;*/
	width:100%;
	font-size:24px;
	font-weight: 300;
}

#content #article {
	max-width:1000px;
	margin:0 0 30px;
}

#content #article h2{
	font-size:24px;
	margin:0 0 10px;
	letter-spacing: 0.5px;
}

#content #article #hBlL,
#content #article2 #hBlL,
#content #article3 #hBlL {
	float:left;
	width:55%;
	margin:0;
	padding:0;
	max-width:nome;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
}

#content #article #hBlN {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	max-width:nome;
	font-size: 14px;
	font-weight: 300;
}

#content #article #hBlL .txt,
#content #article2 #hBlL .txt,
#content #article3 #hBlL .txt{
	line-height:2.0;
	font-size:16px;
}

#content #article ul li span.sttl,
#content #article2 ul li span.sttl,
#content #article3 ul li span.sttl { font-size:16px; }

#content #article img,
#content #article2 img,
#content #article3 img {
	float:right;
	max-width:405px;
	border-radius: 10px;
}

#content #article #hBlR,
#content #article2 #hBlR,
#content #article3 #hBlR {
	float:right;
	max-width:400px;
	margin:0 2%;
	width:40%;
}


#content p.caution {
	margin:1em 0 0;
	padding:1em;
	font-size:12px;
}

#content #article3 .app_txt {
	float:left;
	width:83%;
	cursor: pointer;
	margin-top:30px;
	font-size:16px;
}

#content #article3 .app_icon {
	float:right;
	padding-left:0 3%;
	width:70px;
	margin-bottom:10px;
	cursor: pointer;
}

#content #facility table tr td:nth-child(1){
	width:11%;
	font-weight: 400;
	font-size: 14px;
	color: #45788E;
}

#content #facility table tr td:nth-child(2){
	width:85%;
	font-weight: 300;
	font-size: 14px;
}


/*スタッフのおすすめ*/
#content .staff {
	font-size: 14px;
    width: 96%;
    margin: 20px 0 10px;
    line-height: 180%;
    max-width: 530px;
}

#content .staff h4{
	font-size:16px;
}


/*末締めボタン*/
#content .bt-area a.reserve-bt,
#content .bt-area-nobd a.reserve-bt {
	font-size: 16px;
	padding:15px 60px 15px 30px;
	display: table;
	margin:40px auto 60px;
}


/*モデルコース（短文タイプ）*/
#content p.model-course {
	max-width:100%;
	padding:20px 30px;
	margin:20px auto 40px;
}

#content p.model-course span.date{
	font-size:18px;
	margin-right: 20px;
	display: inline;
}

#content p.model-course span.spot{
	padding:5px 10px; 
	font-size:16px;
	  line-height: auto;
}



/*モデルコース（長文タイプ）*/
#content p.model-course-long.usePC {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width:100%;
	margin: 20px auto;
	padding: 15px 30px;
}

#content p.model-course-long span.date{
	display: inline;
	font-size:18px;
	margin-right: 20px;
}

#content p.model-course-long span.spot{
    display: inline;
    width: auto;
    font-size: 16px;
*    line-height: 340%;
	margin: 5px 10px;
	padding: 8px 15px 8px 12px;
}



#content .bt-root a.root-bt{
	margin: 10px auto;
	text-align:center;
	font-size: 15px;
}

#content .bt-root span{
	vertical-align: middle;
}




/* --------------------　テーブル（交通手段）　-------------------- */

.table-container {
    max-width: 1000px;
    margin: 2em auto;
    width: 90vw;
  }

  .transport-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
  }
  .transport-table thead {
    display: table-header-group;
  }
  .transport-table tbody {
    display: table-row-group;
  }
  .transport-table tr {
    display: table-row;
  }
  .transport-table th,
  .transport-table td {
    display: table-cell;
  }

  .transport-table th,
  .transport-table td {
    border: 1px solid #ddd;
    padding: 0.8em 1em;
    text-align: left;
    vertical-align: top;
    width: auto;
  }

  .transport-table th {
    background-color: #87b1c3;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  
  .transport-table td:first-child {
  width:10%;
  text-align: center;
  vertical-align:middle;
*  color:#6590a3;
}


/* --------------------　リンクエリア　-------------------- */

#content #link-box {
	padding: 20px 5px 10px;
}

#content #link-box ul li,
#content #link-box ul li a{
    line-height: 1.2;
    font-weight: 400;
	text-align:left;
    color:#000000;
    font-size: 16px;
    margin: 0 0 15px 20px;
}

#content #link-box ul li{
   background:url(/img/common/mk_arrow_dBlue_Rs.png) 0.5% center no-repeat;
}

/* --------------------　Googleマイマップ対応　-------------------- */

.g-map {
    height: 50vh;
    margin-top: 10px;
    overflow: hidden;
    text-align:center;
}
.g-map iframe {
    width: 100%;
    height: calc(100% + 67px);
    margin: -67px auto 0;
}




/* --------------------　近隣ホテル　-------------------- */

#areaList{
	display: block;
}

#areaList h2{
	font-size: 26px;
	font-weight: 700;
    text-align: center;
}

#areaList p.line {
    width: 70px;
}
#areaList ul{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1000px;
    margin: 0 auto;
}
#areaList ul li{
	width: 100%;
	text-align: center;
}
#areaList ul li p{
	display: block;
	text-align: center;
	font-size: 14px;
    font-weight: bold;
	margin-top: 10px;
}


/* --------------------　著作権・関連リンク　-------------------- */

#tourism #content .info-box {
	width: 100%;
}



}/* media Queries PC 810 */






/*media Queries PC
----------------------------------------------------*/
@media screen and (min-width:1024px), print {


/* --------------------　ホテル一覧　-------------------- */
#hotel-list{
  margin: 80px auto 55px;
  max-width: 1000px;
}
#hotel-list div{
  width: 1000px;
}
#hotel-list div ul  {
  max-width: 1000px;
}
#hotel-list div.tab-contents{
  width: 100%;
  max-width: 1000px;
  padding: 10px 30px;
}
.tab-contents-item.show{
  width: 920px  !important;
}
.tab-contents-item table{
  width: 450px;
}
.tab-contents-item table td{
  font-size: 14px;
}
.tab-contents-item table td.h_name a{
  font-size: 18px;
}
.tab-contents-item table tr{
  height: 100px;
}
#hotel-list div.tab-contents-item table td.rsv_link a{
  font-size: 14px;
  padding:10px 15px;
}
.tab-contents-item table td.h_name{
  width: 70%;
  padding: 5px 0;
}
#hotel-list div.tab-contents-item table td.rsv_link{
  width: 20%;
}

#hotel-list #mapEki{
margin-bottom: 30px
}




}/* media Queries PC 1024 */










