@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px) { 
	
	

	
/*==================================================
mvのためのcss
===================================*/
.header{
	display: none;
}

	.sp_header{
		display: block;
		margin: 0;
	}	
	.sp_header img{
		display: block;
		width: 100%;
	}
	#instagram{
		display: none;
	}
#spinstagram{
	display: block;
	width: 	25px;
	position: absolute;
	top: 290px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 99;
}
	.sp_header #spinstagram{
	}
/*==================================================
footerのためのcss
===================================*/

.footer{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}


  .responsive-table,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 10px;
  }
  .separator::before {
    content: "\A"; /* 改行コード */
    white-space: pre; /* 改行を有効化 */
  }	
  .down::before {
    content: "\A"; /* 改行コード */
    white-space: pre; /* 改行を有効化 */
  }	
/*==================================================
contentのためのcss
===================================*/
.content{
	display: block;
	width: 100vw;
	margin: 0 auto;
}

.introduction{
	display: none;
}

.sp_introduction{
	display: block;
	width: 100vw;
	margin: 30px 0;
}
	.sp_introduction img{
		display: block;
		width: 100%;
		margin: 0 auto;
	}	
/*==================================================
contentのためのcss
===================================*/
section{
	margin-top: 100px;
	margin-bottom: 100px;
}
.lead_title{
	display: flex;
	flex-direction: column;
}
.lead_title img{
	display: block;
	width: 150px;
	margin: 0 auto;
}
.lead_contents{
	display: block;
	margin: 10px auto;
	position: static;
}
.title img{
	display: block;
	width: 80%;
}
.lead_contents h2{
	font-size: 20px;
	font-weight: 300;
}
.lead_contents p{
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.09rem;
	line-height: 1.8rem;
	padding-top: 20px;
}
.line{
	display: block;
	width: 90%;
	margin: 70px auto;
}
.room_type h3, .room_type h4{
	 writing-mode: horizontal-tb;
	color: #203363;
}
.roomname{
	display: flex;
	flex-direction: column;
}
.room_type h3{
	font-size: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}
.room_type h4{
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.room_fv{
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 20px auto;
}
.reverse{
	display: flex;
	flex-direction: column;
}
.room_info{
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}
.room_detail{
	display: block;
	margin: 10px auto 20px;
	padding: 0;
}
.room_detail p{
	letter-spacing: 0.08rem;
	line-height: 1.8rem;
	font-size: 13px;
}

#drink{
	display: block;
	width: 120px;
	position: static;
	margin: 15px auto;
	}

#sdgimg{
	display: block;
	width: 300px;
	position: static;
	margin: 15px auto;
	}
	
	.service{
		display: block;	
		width: 90%;
		margin: 0 auto;
	}	
.banner{
		right: 0; /* 右から40pxのところにバナーを配置します */
		bottom: 10px;
}

.banner img{
width: 90px; /* バナーの横幅を指定してあげます */
}
	
}