/* ===========================================
rooms
=============================================*/



.type_atami{
	margin-bottom: 40px;		/* 追加点 */
}

#rooms #type-menu .atami {		/* 追加点 */
	margin: 0 auto;
}

.hr_atami{
	height:2px;
	margin:100px 0;
}


#rooms {
	padding: 0;
}

#rooms #overview-1 {
  background: rgba(172, 152, 122, 0.1);
  padding: 0 0 70px 0;
}

#rooms #overview-2 {
	background: #FFF;
	padding: 0;
	margin-top: 60px;
}

#rooms #overview-2 #rooms #type {
	margin-top: 18px;
}

#rooms #type-menu h3 {
  width: 100%;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  color: rgb(248, 98, 92);
}

#rooms #type-menu h3 img {
	width: 1180px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -590px;
}

#rooms #type-menu h4 {
	margin-top: 30px;
}

#rooms #type-menu ul {
	width: 92.1875%;
	max-width: 1180px;
	text-align: left;
	margin: 28px auto 0 auto;
}

#rooms #type-menu li {
  width: 31.05%;
  height: auto;
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 32px 2.7% 0 0;
  vertical-align: top;
  position: relative;
}

#rooms #type-menu li:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#rooms #type-menu li:nth-child(3n) {
	margin: 32px 0 0 0;
}

#rooms #type-menu li .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#rooms #type-menu li:hover .image {
	opacity: 0.3;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#rooms #type-menu li:hover:after {
	width: 32px;
	height: 32px;
	content: ' ';
	background-image: url('../../img/common/link_down.html');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#rooms #type-menu li a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#rooms #type-menu li .badge {
  width: 117px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: pink;
  text-align: center;
  line-height: 2.8;
  border-radius: 5px;
}

#rooms #type-menu li .badge img {
	width: 100%;
	height: auto;
}

#rooms #type-menu li .text {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#rooms #type-menu li h4 {
	font-size: 2.4rem;
	text-align: left;
	position: relative;
	margin: 28px 32px 0 32px;
}

#rooms #type-menu li p {
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	margin: 4px 32px 0 32px;
}

#rooms #type {
	background: #FFF;
	padding: 80px 0;
  margin-top: 60px;
  max-width: 1000px;
    margin: 0 auto;
}

#rooms #type h2 {
  margin-bottom: 60px;
  font-size: 35px;
  text-align: center;
  color: rgb(248, 98, 92);
}

#rooms #type .group {
	margin-top: 40px;
	overflow: hidden;
}

#rooms #type .group .glide {
	width: 100%;
	height: 560px;
	margin: 0;
}

#rooms #type .group .glide .image {
	height: 560px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#rooms #type .group .detail {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#rooms #type .group .detail h4 {
	width: 170px;
	font-size: 1.0rem;
	line-height: 1;
	position: relative;
	overflow: visible;
	float: left;
	margin-left: 50px;
	margin-right: -252px;
}

#rooms #type .group .detail h4 img {
	width: 170px;
	top: auto;
	left: auto;
	margin: 0;
}

#rooms #type .group .detail .badge {
  width: 300px;
  height: 92px;
  position: absolute;
  top: 80px;
  left: -80px;
  background: pink;
  color: #fff;
  border-radius: 20px;
  line-height: 5;
  text-align: center;
}

#rooms #type .group .detail .badge img {
	width: 100%;
	height: auto;
}

#rooms #type .group .detail .detail-inner {
	position: relative;
	float: right;
	margin: 45px 151px 0 252px;
}

#rooms #type .group .detail .detail-inner .text {
	width: 100%;
	float: left;
}

#rooms #type .group .detail .detail-inner .text p {
	font-size: 1.6rem;
	margin-top: 26px;
}

#rooms #type .group .detail .detail-inner .text .attention {
	margin-top: 26px;
}

#rooms #type .group .detail .detail-inner .text .link-btn {
	margin-top: 40px;
}

#rooms #type .group .detail .detail-inner .data {
	width: 34.55%;
	float: right;
	margin-top: 26px;
}

#rooms #type .group .detail .detail-inner .data .numeric {
	font-size: 2.0rem;
	color: #4b4c4c;
}

#rooms #type .group .detail .detail-inner .data .layout {
	margin-top: 26px;
}

#rooms #type .group .detail .detail-inner .data .layout p {
	font-size: 1.0rem;
	line-height: ;
}

#rooms #type .group .detail .detail-inner .data .layout p img {
	width: 64px;
	height: auto;
}

#rooms #type .group .detail .detail-inner .data .layout a img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#rooms #type .group .btn-top {
	float: right;
	margin: 76px 50px 0 0;
}

.smokingarea {
max-width:638px;
margin:0 auto 0 auto;
text-align:center;
}

/* ===========================================
SP
=============================================*/

@media screen and (max-width:959px) {


	.type-menu_atami{
	margin-bottom: 9px;		/* 追加点 */
	}
	
	.type_atami{
		margin-bottom: 20px;		/* 追加点 */
	}
	
	#rooms #type-menu .atami {		/* 追加点 */
		margin: 30px auto 0 auto;
	}
	
	.hr_atami{
		height:2px;
		margin:50px 0;
	}
	
	#rooms {
		padding: 0;
	}
	
	#rooms #overview-1 {
		padding: 0;
		overflow: hidden;
	}
	
	#rooms #overview-2 {
		padding: 0;
		margin-top: 40px;
	}
		
	#rooms #overview-2 #rooms #type {
		margin-top: -10px;
	}
	
	#rooms #type-menu h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: rgb(248, 98, 92);
}
	
	#rooms #type-menu h3 img {
		width: 755px;
		margin-left: -377px;
	}
	
	#rooms #type-menu ul {
		margin: 25px 3.466% 0 3.466%;
	}
	
	#rooms #type-menu li {
		width: 100%;
    margin: 5px 0 0 0!important;
    height:200px;
	}
	
	#rooms #type-menu li:before {
		padding-bottom: 29.8%;
	}
	
	#rooms #type-menu li:after,
	#rooms #type-menu li:hover:after {
		width: 24px;
		height: 24px;
		content: ' ';
		background-image: url('../../img/common/link_down.html');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		bottom: auto;
		right: 3.58%;
	}
	
	#rooms #type-menu li br {
		display: none;
	}
	
	#rooms #type-menu li .badge {
    width: 80px;
    height: 33px;
    margin-top: -21px;
    position: absolute;
    top: 18%;
    bottom: auto;
    left: 10px;
}
	
	#rooms #type-menu li .text {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#rooms #type-menu li h4 {
		font-size: 1.5rem;
		font-weight: 600;
		margin: 0 12.6% 0 4.3%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	#rooms #type-menu li p {
		font-size: 1.2rem;
		font-weight: 600;
		margin: 0 12.6% 0 4.3%;
	}
	
	#rooms #type-menu li.local h4,
	#rooms #type-menu li.local p {
		margin-left: 64px;
	}
	
	#rooms #type {
    padding: 0;
    margin-top: 30px;
}
	
#rooms #type h2 {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  color: rgb(248, 98, 92);
}
	
	#rooms #type .group {
		margin-top: 30px;
	}
	
	#rooms #type .group .glide {
		width: 100%;
		height: auto;
	}
	
	#rooms #type .group .glide .image {
		height: 250px;
    position: relative;
    background-position: 35px 50%;
    background-size: contain;
	}
	
	#rooms #type .group .glide .image:after {
		content: "";
		display: block;
		padding-top: 63%;
	}
	
	#rooms #type .group .detail {
    padding-top: 1px;
    margin-top: -60px;
	}
	
	#rooms #type .group .detail h4 {
		width: auto;
		text-align: left;
		float: none;
		margin: 50px 7.466% 0 7.466%;
	}
	
	#rooms #type .group .detail h4 img {
		width: 100%;
		max-width: 319px;
		height: auto;
	}
	
	#rooms #type .group .detail .badge {
		width: 75px;
		height: 75px;
		top: -50px;
		left: 3.466%;
	}
	
	#rooms #type .group .detail .detail-inner {
		float: none;
		padding-bottom: 78px;
		margin: 0 7.466%;
		position: relative;
	}
	
	#rooms #type .group .detail .detail-inner .text {
		width: auto;
		float: none;
		margin: 0;
	}
	
	#rooms #type .group .detail .detail-inner .text p {
		font-size: 1.5rem;
		margin-top: 15px;
	}
	
	#rooms #type .group .detail .detail-inner .text .attention {
		margin-top: 15px;
	}
	
	#rooms #type .group .detail .detail-inner .text .link-btn {
		margin: auto;
	}
	
	#rooms #type .group .detail .detail-inner .text .btn-reservation {
		width: 100%;
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	
	#rooms #type .group .detail .detail-inner .data {
		width: auto;
		float: none;
		margin-top: 26px;
	}
	
	#rooms #type .group .detail .detail-inner .data .numeric {
		width: 50%;
		font-size: 1.4rem;
		float: left;
	}
	
	#rooms #type .group .detail .detail-inner .data .layout {
		width: 50%;
		margin-top: 0;
		float: right;
	}
	
	#rooms #type .group .detail .detail-inner .data .layout p img {
		width: 48px;
		height: auto;
	}
	
	#rooms #type .group .detail .detail-inner .data .layout > img {
		width: 100%;
		height: auto;
		margin-top: 8px;
	}
	
	#rooms #type .group .btn-top {
		float: right;
		margin: 40px 3.466% 0 0;
	}
	
	#rooms .bottom-link {
		margin-top: 0;
	}
	
	.smokingarea {
	width:90%;
	margin:5px auto 25px auto;
	text-align:center;
	}
	
}
.glide {
  position: relative;
  width: 100%;
  height: 100%;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
}
.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}
@media screen and (min-width: 769px){
  .coustion{
    display: none;
  }
}
#rooms #type .group .detail .badge{
  display: none;
}
