.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 {

  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: #fff;
}
.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-family: "游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	    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 a {
    display: block;
    max-width: 600px;
    margin: 0 auto 80px;
}

.intro h3 {
  color: #C8B560;
  font-size: 18px;
}
.intro p {
  text-align: center;
  margin: 10px auto 0;
}
.intro-logo {
  max-width: 400px;
  position: absolute;
  top: 7%;
  left: 15%;
}
/*
****************************************
　洋室・和室タイトル
*****************************************
*//*templat*/
.templat-flex {
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: 100px;
  align-items: flex-start;
}
.serviceback {
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #1e1d1d;
  top: 3.5134949494949499vw;
  width: 95%;
  height: 20vw;
}
.serviceback2 {
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #1e1d1d;
  top: 3.5134949494949499vw;
  width: 95%;
  height: 20vw;
}
.templat-flex2 {
  flex-direction: row-reverse;
}
.templat-flex h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .3rem;
  font-size: 28px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.templat-flex h3 span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-orientation: upright;
  font-family: initial;
  background-color: #C8B560;
  padding: .5rem .2rem;
  color: #F6F1EC;
}
.templat {
  max-width: 950px;
  margin: 0 0 0 auto;
}
.templat2 {
  margin: 0 auto 0 0;
}
.templat h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.templat p {
  font-size: 15px;
  margin-top: 10px;
}
.templat h4, .templat p {
  padding-left: 40px;
}
.templat-img img {
  aspect-ratio: 15 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.templat-table {
  margin-left: 40px;
}
.templat-table tr {
  border-bottom: 1px dashed rgba(233, 233, 233, 0.2);
  color: #fff;
}
.templat-table th, .templat-table td {
  padding: 10px 0;
  border: none;
}
.templat-table th {
  width: 20%;
  text-align: left;
}
/*
****************************************
　ポップアップ
*****************************************
*/
.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;
	max-width: 950px;
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    background: #F6F1EC;
    transition: 0.5s;
}
.modal_content h5 {
	color: #000;
	padding-left: 5px;
	border-left: 5px solid #8C3C24;
	text-align: left;
	margin-bottom: 20px;
	font-size: 18px;
}

.modal_content p {
  padding-top: 0;
	margin: 10px 0;
	font-size: 15px;
}

.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;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    text-decoration: none;
	padding: 180px 0;
}
.open_button h4 {
	color: #F6F1EC;
	text-align: center;
}
.open_button h4 span {
	display: block;
	width: 250px;
	margin: 0 auto;
	border: solid 1px #F6F1EC;
	padding: 10px;
}


.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;
}
/*
****************************************
　客室リスト部分
*****************************************
*/
.room-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 80px;
}
.room-list label {
	width: calc(100% / 3 - 0px);
	background-position: center;
}
.roombox-flex {
	display: flex;
	align-items: flex-start;
	color: #2f2f2f;
	margin-top: 20px;
}
.roombox-flex img {
	width: 30%;
	margin-left: 18px;
}
.box {
	border: solid 1px #b5b1b1;
	padding: 10px;
	font-size: 15px;
}
.box span {
	background: #494949;
	color: #F6F1EC;
	text-align: center;
	padding: 4px 6px 3px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
}
.room2-slide .slick-slide {
	height: auto;
}
.room2-slide img {
	aspect-ratio: 13 / 7;
	object-fit: cover;
}
.room-table {
  width: 100%;
}
.room-table tr {
  border-top: 1px solid #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
}
.room-table th, .room-table td {
  padding: 5px 0 4px;
  border: none;
	font-weight: 300;
	font-size: 15px;
}
.room-table th {
  width: 30%;
  text-align: left;
}
.bihin {
	max-width: 950px;
	margin: 40px auto 0;
	text-align: center;
}
.bihin h4 {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 18px;
}

.semidouble {
	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/r-semi2.jpg");
}

.ecodouble {
	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/r-economy1.jpg");
}

.modedouble {
	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/r-moderate1.jpg");
}
.double {
	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/r-twin-umi2.jpg");
}
.triple {
	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/r-triple4.jpg");
}
.sweet {
	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/r-sweet2.jpg");
}
.wayo {
	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/r-wayoushitsu2.jpg");
}
.wa6jyo {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/slider24/DSC04302.jpeg");
}
.wa8jyo {
	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/r-wa84.jpg");
}
.wa10jyo {
	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/r-wa1016.jpg");
}
.wa16jyo {
	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/r-wa102.jpg");
}
