/*------------------------------------------

MV

------------------------------------------*/
main {
	background-color: #c8b6a4;
	/*padding-top: 140px;*/
}
main .mv {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 800px;
}
main .mv img {
    width: 100%;
    min-height: 100%;
    display: block;
}
main .list {
	font-size: 1.3rem;
}
main .list li {
	line-height: 2.5;
	padding-left: 32px;
	position: relative;
}
main .list li::after {
	content: "";
	width: 27px;
	height: 27px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
main .list li:nth-of-type(1)::after {
	background-image: url(../images/room/ico1.png);
}
/*main .list li:nth-of-type(2)::after {
	background-image: url(../images/room/ico2.png);
}*/
main .list li:nth-of-type(2)::after {
	background-image: url(../images/room/ico3.png);
}

.inr {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

main .txt {
	line-height: 1.7em;
}

main .cap {
	color: #8e7132;
}
main .cap.slv {
	color: #939393;
}
main .cap.brs {
	color: #a06019;
}

.room-list {
	width: 23.4375%;
	max-width: 300px;
}

.room-list .hx-type3 {
	font-size: 2.5rem;
}
.column-box .hx-type3.slv {
	border-bottom: #939393 1px solid;
}
.column-box .hx-type3.brs {
	border-bottom: #a06019 1px solid;
}

.list-inr {
	background-color: #fff;
	padding: 20px;
}

/*PC*/
@media screen and (min-width: 768px) {
main .page-title h1 {
  color: #fff;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  position: absolute;
  font-size: 50px;
  top:200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 6px;
}
main .page-title h2 {
  color: #fff;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  position: absolute;
  font-size: 22px;
  top:300px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
main .page-title p {
  color: #fff;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  position: absolute;
  font-size: 16px;
  top:340px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 1.8;
}
  
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
/*	main {
		padding-top: 60px;
	}*/
  main .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px,
      black 1px -1px 2px, black -1px -1px 2px;
    position: absolute;
    font-size: 28px;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
  main .page-title h2 {
    color: #000;
    font-size: 16px;
    padding-top: 30px;
  }
  main .page-title p {
    color: #000;
    font-size: 14px;
  }
	main .list {
		font-size: 1.2rem;
	}
	main .list li {
		padding-left: 18px;
	}
	main .list li::after {
		width: 15px;
		height: 15px;
	}

	main .txt {
		line-height: 1.3em;
	}

	main .cap {
		line-height: 1.3em;
	}

	.room-list {
		width: 49%;
		max-width: none;
	}

	.room-list .hx-type3 {
		font-size: 1.8rem;
	}

	.list-inr {
		padding: 10px;
	}

}/*END*/



/* ------------------------------
 room　追記
------------------------------ */
.room h4 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}
.room p.msg {
	text-align: center;
	margin-bottom: 40px;
}
.room p.white {
	color: #ccc;
}
.room .box {
  background: #100803;
  width: 100%; 
  max-width:100%;
  padding: 80px 0;
}
.room .box h4 {
  color: #ccc;
}
.room .map img {
	margin: 0 auto;
  width: 100%;
}
.room .inner {
	display: flex;
	justify-content: space-between;
}
.room .t_txt {
  width: 100%;
	max-width: 400px;
	margin-left: 20px;
}
.room .t_txt p.type {
	color: #fff;
	background: #425356;
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.room .t_txt table {
	border-top: 1px solid #b4b5b5;
	border-bottom: 1px solid #b4b5b5;
	width: 100%;
  color: #fff;
}
.room .t_txt table tr {
	font-size: 1.6rem;
	border-bottom: 1px dotted #b4b5b5;
  text-align: left;
}
.room .t_txt table tr th {
	padding: 16px 0 16px 16px;
  width: 34%;
}
.room .t_txt table td {
  width: 66%;
  font-size: 1.6rem;
	padding: 16px 16px 16px 0;
}
span.kome {
  font-size: 1.4rem;
  color: #ccc;
}
.txt_width, .content_box {padding-top: 80px;}
.room .txt_width table {
	border-top: 1px solid #b4b5b5;
	border-bottom: 1px solid #b4b5b5;
	width: 100%;
  margin: 0 auto;
  color: #fff;
}
.room .txt_width table tr {
	font-size: 1.6rem;
	padding: 1.6rem;
  text-align: left;
}
.room .txt_width table tr th {
	padding: 1.6rem;
  width: 30%;
}
.room .txt_width table td {
  width: 70%;
  font-size: 1.6rem;
	padding: 1.6rem;
}
.room .rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.room .post-box {
  width: 46%;
  height: auto;
  display: flex;
}
.room .post-box .thum {
  width: 40%;
  height: auto;
}
.room .post-box .post-wrap {
  margin-left: 16px;
  width: 60%;
  margin-bottom: 40px;
}
.room .post-box .post-wrap h3 ,.room .post-box .post-wrap p {
  color: #fff;
}
/*PC*/
@media screen and (min-width: 897px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width:896px) {
  .room .map {
      padding: 0;
    }
  .room .inner {
      flex-direction: column;
    }
  .room .t_txt {
    margin-left: 0;
    max-width: 100%;
}
  .room .t_txt table tr th {
    width: 40%;
  }
  .room .t_txt table td {
    width: 60%;
  }
  .room .txt_width table tr th {
    width: 40%;
  }
  .room .txt_width table td {
    width: 60%;
  }
  .room .txt {
      max-width: 100%;
      margin-left: 0;
    }
  .room .txt table {
      width: 94%;
      margin: 0 auto;
    }
  .room .txt_width table {
      width: 100%;
    }
  .room .post-box {
      width: 100%;
    }
}/*END*/