.page-mv {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/2024/05/access-1.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	height: 350px;
	position: relative;
}
.page-mv h2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 30px;
}

/*
****************************************
　ページの共通
*****************************************
*/
.body {
  background: #2f2f2f;
  color: #F6F1EC;
  overflow: hidden;
}
.section {
	max-width: 1020px;
  margin: 120px auto 0;
}
.section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}
.section h5 {
  text-align: center;
}
.section p {
  font-size: 16px;
}
section img {
  width: 100%;
  object-fit: cover;
}
.access-h4 {
	text-align: left;
    border-left: 3px solid #8C3C24;
    padding-left: 8px;
	margin-bottom: 10px;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* table01 */
.access-table {
  width: 100%;
}
.access-table tr {
  border-top: 1px solid #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
  color: #F6F1EC;
}
.access-table th, .access-table td {
  padding: 13px 0;
  border: none;
  vertical-align: middle;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}
.access-table th {
  width: 30%;
  text-align: left;
}
.line-ttl {
	    font-size: 23px;
    margin-bottom: 2rem;
    text-align: center;
}
.center {
	text-align: center;
}
/*
****************************************
　intro
*****************************************
*/
.intro {
  padding: 120px 0 0;
  text-align: center;
  position: relative;
}
.intro p {
  text-align: center;
  margin: 10px auto 0;
}
.intro-logo {
  max-width: 400px;
  position: absolute;
  top: 7%;
  left: 15%;
}
/*
****************************************
　シャトルバス
*****************************************
*/
.free-flex {
	align-items: center;
}
.free-flex img {
	width: 40%;
	margin-right: 30px;
}
.free-ul {
	text-align: left;
	width: 100%;
	margin: 20px auto 30px;
	list-style: disc;
	list-style-position: inside;
}
.free-ul li {
	border-bottom: 1px dotted #e0dbd7;
	padding-bottom: 3px;
	margin-top: 10px;
	padding-left: 23px;
	text-indent: -20px;
	
}




/*
****************************************
　アクセス情報
*****************************************
*/
.access-ul {
	text-align: left;
	width: 100%;
	margin: 20px auto 0;
	list-style: square;
	list-style-position: inside;
}
.access-ul li {
	border-bottom: 1px dotted #e0dbd7;
	padding-bottom: 3px;
	margin-top: 10px;
	padding-left: 23px;
	text-indent: -20px;
}
.car-flex {
	gap: 20px;
}
.car-flex div {
	width: 50%;
}

/*
****************************************
　高速道路マップ　ボタン
*****************************************
*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 60%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #F6F1EC;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
	color: #2f2f2f;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
	text-align: center;
	width: 850px;
	margin: 20px auto 0;
	background: #e0dbd7;
	padding: 20px 0;
   color: #2f2f2f;
    background-color: #F6F1EC;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    text-decoration: none;
}


.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #F6F1EC;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding-bottom: 10px;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/*
****************************************
　駐車場
*****************************************
*/
.parking {
	text-align: center;
	
}
.parking-flex {
	margin: 20px auto 0;
}
.parking-flex img {
	width: 45%;
	margin-right: 20px;
}
.parking-flex p {
	text-align: left;
	margin-bottom: 10px;
}
.accsess-red {
	width: 100%;
	margin: 20px auto 0;
	background: #fff;
	border: solid 2px #8C3C24;
	color: #000;
	padding: 10px;
}
.accsess-red h5 {
	background: #8C3C24;
	color: #fff;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	padding: 6px 0 5px;
}
.accsess-red p {
	margin-top: 18px;
	text-align: left;
	font-size: 15px;
	line-height: 1.2;
}

/*
****************************************
　バス
*****************************************
*/
.bus {
	width: 50%;
	padding: 80px 0;
	text-align: center;
	margin-top: 40px;
	font-size: 15px;
}
.bus h4 {
	width: 30%;
	margin: 0 auto 10px;
	border: solid 1px #fff;
	padding: 10px;
}
.bus-city {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/2024/05/cityloop.jpg");
	background-size: cover;
	background-position: center;
}

.bus-port {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/2024/05/portloop.jpg");
	background-size: cover;
}