@charset "UTF-8";

@media screen and (min-width: 768px){
  .type-tab-wrap.first-tabs {
  margin-bottom: 3rem;
  }
  .guide-sec {
    border-top:none;
  }
  .plan-items-container p {
  text-align: left;
  margin: 0 0;
  font-size: 1.4rem;
  }
  .place_ttl {
    padding: 15rem 40px 12rem;
    max-width: 1280px;
    margin: 0 auto;
  }
  .en .place_ttl {
      border-top: 1px solid #CCCCCC;
  }
  .place_name {
    padding: 0 40px 7rem;
    max-width: 1280px;
    margin: 0 auto;
  }
  .relation-sec {
    margin: 0 auto;
  }

}
@media screen and (max-width: 767px) {
  .place_ttl {
    max-width: calc(100% - 10vw);
    margin: 7rem auto 0;
    padding: 0;
  }
  .place {
    max-width: calc(100% - 10vw);
    margin: 0 auto 0;
    padding: 7rem 0 2rem;
  }
.place-first {
    padding: 0;
}
  .plan-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec-container .btn02 {
    margin: 0 !important;
  }
}
.section {
  padding: 0;
}
.services-sec {
  padding: 12rem 40px 0;
}
.content01,
.content02,
.content03,
.content04,
.content05 {
  display: none;
  width: 100%;
}
.content01.select,
.content02.select,
.content03.select,
.content04.select,
.content05.select {
  display: block;
}
.plan-items-container h4 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.room-type-txt h4 {
  font: 400 3rem/1 'Hind', sans-serif;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.room-type-txt h4 small {
  font: 1.4rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #A3B5AC;
  display: block;
}
.place {
  margin-bottom: 10rem;
}
.place:last-child {
  margin-bottom: 19rem;
}
.place_block {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5rem;
}
.place_img {
  width: 50%;
}
.place_img img {
  width: 100%;
  height: auto;
}
.place_content {
  width: 40.2635%;
}
.place_content h5 {
  padding-left: 5.12vw;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.8rem;
  font-size: 2.4rem;
}
.place_content h5 small {
  font-size: 1.4rem;
}
.place_content .inner {
  padding-top: 4.4rem;
  padding-bottom: 3.3rem;
  padding-left: 5.12vw;
}
.place_content .inner p {
}
.place_content .btn01  {
  padding-left: 5.12vw;
}
.banner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  padding: 12rem 0;
}
.banner .inner {
  padding: 0 2.8vw;
  display: flex;
  justify-content: space-between;
}
.banner .inner .bnr {
  width: 100%;
  max-width: 46.6666667%;  
}
.plan-items-1 li:nth-child(n + 4),
.plan-items-2 li:nth-child(n + 4), 
.plan-items-3 li:nth-child(n + 4) {
  display: none;
}
.btn02 a span {
  white-space: normal;
  font-size: 95%;
}
@media screen and (max-width: 767px) {
  .services-sec {
    padding: 7rem 0 2rem;
  }
  .place:last-child {
  }
  .place_block {
    display: block;
    margin-bottom: 4.5rem;
  }
  .place_img {
    width: 100%;
  }
  .place_content {
    width: 100%;
  }
  .place_content h5 {
    padding-left: 5.12vw;
    border-bottom: none;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    padding-top: 3.4rem;
  }
  .place_content h5 small {
    font-size: 1.4rem;
  }
  .place_content .inner {
    padding-top: 0;
    padding-bottom: 3.3rem;
    padding-left: 5.12vw;
  }
  .place_content .inner p {
  }
  .place_content .btn01  {
    padding-left: 5.12vw;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 9rem;
  }
  .banner {
    margin: 0;
    padding: 7rem 2.8vw;
  }
  .banner .inner {
    display: block;
  }
  .banner .inner .bnr {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}


/* space ----------------------------------------------*/
.type-tab {
  grid-template-columns: repeat(4, 1fr);
}
.tab-content{
  display: none;
  width: 100%;
  margin-top: 4.3vw;
}
.tab-content.is-active{
  display: block;
}

.spece_wrap {
  width: 100%;
  padding: 0 5.6vw;
}
.wrap_inner {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15rem;
	padding-top: 4rem;
}
.btn02.top-btn {
  margin: 7rem 0  0 auto;
}
.btn02.top-btn a::after {
    content: "";
    width: 1.7rem;
    height: 0.8rem;
    background: url(../img/cmn/arrow02.svg) no-repeat right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.btn02.top-btn a::after {
    background: url(../img/cmn/arrow02.webp) no-repeat right center;
    background-size: contain;
}
}
.btn02.top-btn a span:after{
  display: none;
}
.spece_name {
	font-size: 2.8rem;
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.space_photo {
}
.space_photo ul {
	display: flex;
	justify-content: space-between;
}
.space_photo ul li {
	width: 49.5833%;
}
.info_sec {
	padding-top: 7.95rem;
	padding-bottom: 12.7rem;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 11.2vw;
	margin-right: 11.2vw;
  margin-bottom: 15.3rem;

}
.info_sec .inner {
	display: flex;
	justify-content: space-between;
}
.info_sec .inner .box {
	width: 51%;
}
.info_sec .inner .contact {
	width: 32%;
	padding-top: 5rem;
}
.info_sec .inner .contact h4 {
	font: 2rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 2.3rem;
	letter-spacing: 0.22em;
}
.info_sec .inner .contact p {
	margin-bottom: 3.5rem;
}
.info_sec .inner .contact .btn02 {
	max-width: 100%;
}
.info_sec .inner .contact .btn02.top-btn {
	margin-top: 0px;
}
.btn02.top-btn.center {
  margin: 0 auto !important;
}
.info_sec .inner .box h3 {
	font: 2.4rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 4.2rem;
}
.info_sec .inner .box p {
	font-size: 1.4rem;
	line-height: 2.285;
}
.spece_block {
	padding-bottom: 7.7rem;
}
.spec_sec {
  padding-bottom: 11rem;
  
}
.spec_sec:last-child {
  padding-bottom: 0;
}
.spec_sec .spec_wrap {
	margin-right: 11.2vw;
	margin-left: 5.6vw;
	display: flex;
	justify-content: space-between;
}
.spec_sec .spec_wrap .parts_title {
	width: 29%;
}
.spec_sec .spec_wrap .parts_title h5 {
	font: 2.8rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.spec_sec .spec_wrap .parts_spec {
	width: 70%;
}
.parts_spec table {
  border-top: 1px solid #000000;
  width: 50%;
  margin-bottom: 2rem;
  float: left;
}
.parts_spec table tr {
  border-bottom: 1px solid #cccccc;
}
.parts_spec table th,.parts_spec table td{
  padding-top: 2.9rem;
  padding-bottom: 2.7rem;
}
.parts_spec table th {
  width: 23%;
}
.parts_spec table td {
  width: 27%;
}
.parts_spec table.wide td {
  width: 77%;
}
.parts_spec table.wide {
  width: 100%;
}
.plan-block {
  padding: 12rem 5.6vw;
  max-width: 1280px;
  margin: 0 auto;
}
.service-item p {
  text-align: left;
  margin: 0;
  font-size: 1.4rem;
  }
 .service-item h4 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wrap_inner {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
  .tab-inner {
    width: calc(50% - 2px);
  }
  .plan-block {
    padding: 10rem 5.6vw 0rem;
  }
  .spece_wrap {
    padding: 0;
  }
  .spece_wrap .type-tab-wrap {
    padding: 0 5.6vw;
  }
  .spece_name {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
    padding: 0 5.6vw;
  }
  .space_photo {
    padding: 0 5.6vw;
  }
  .space_photo ul {
    display: block;
  }
  .space_photo ul li {
    width: 100%;
    margin-bottom: 2px;
  }
  .info_sec {
    padding-top: 4.5rem;
    padding-bottom: 8rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
    margin-bottom: 5.5rem;
  }
  .info_sec .inner {
    display: block;
  }
  .info_sec .inner .box {
    width: 100%;
  }
  .info_sec .inner .contact {
    width: 100%;
    padding-top: 5rem;
  }
  .info_sec .inner .contact h4 {
    font: 2rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 2.3rem;
    letter-spacing: 0.22em;
  }
  .info_sec .inner .contact p {
    margin-bottom: 3.5rem;
  }
  .info_sec .inner .contact .btn02 {
    max-width: 100%;
  }
  .info_sec .inner .contact .btn02.top-btn {
    margin-top: 0px;
  }
  .btn02.top-btn.center {
    margin: 0 auto !important;
  }
  .info_sec .inner .box h3 {
    font: 2.4rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 4.2rem;
  }
  .info_sec .inner .box p {
    font-size: 1.4rem;
    line-height: 2.285;
  }
  .spece_block {
    padding-bottom: 7.7rem;
  }
  .spec_sec {
    padding-bottom: 7rem;
  }
  .spec_sec:last-child {
    padding-bottom: 0;
  }
  .spec_sec .spec_wrap {
    margin-right: 5.6vw;
    margin-left: 5.6vw;
    display: block;
    justify-content: space-between;
  }
  .spec_sec .spec_wrap .parts_title {
    width:  100%;
  }
  .spec_sec .spec_wrap .parts_title h5 {
    font: 2.4rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 2.4rem;
  }
  .spec_sec .spec_wrap .parts_spec {
    width: 100%;
  }
  .parts_spec table {
    border-top: 1px solid #000000;
    width: 100%;
    float: none;
  }
  .parts_spec table:first-child {
    margin-bottom: 0;
  }
  .parts_spec table:nth-child(2) {
    border-top: none;
  }
  .parts_spec table tr {
    border-bottom: 1px solid #cccccc;
  }
  .parts_spec table th,.parts_spec table td{
    padding-top: 2rem;
    padding-bottom: 1.7rem;
  }
  .parts_spec table th {
    width: 40%;
  }
  .parts_spec table td {
    width: 60%;
    text-align: right;
  }
  .parts_spec p.hm {
    margin-top: 4.6rem;    
  }
  .plan-items-container h4,.service-item h4 {
    margin-top: 2.5rem;
  }
.plan-items-1 li:nth-child(n + 4),
.plan-items-2 li:nth-child(n + 4), 
.plan-items-3 li:nth-child(n + 4) {
  display: block;
}
.tab-content .plan-btn {
  display: none;
}
}

.col-time_table {
  align-items: center;
}
.col-table table {
  width: 70%;
  margin-top: 7rem;
}
.col-table th {
  width: 40%;
  font-size: 1.3rem;
  color: #A3B5AC;
  padding-top: 1rem;
  font-weight: bold;
}
.col-table td {
  font-size: 1.3rem;
  padding-top: 1rem;
  line-height: 140%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
.col-table table {
    width: 100%;
    margin-top: 5rem;
}
.col-table th {
  width: 50%;
  line-height: 1.4;
}
}