@charset "utf-8";
/* CSS Document */
@import url("destyle.css"); 

/* All */
html{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
	}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
body{
    color: #000000;
}


.wrapper{
	background-color: #fff;
	}
a:link, a:visited, a:hover, a:active{
	 text-decoration: none;
	color: #203363;
	}
a:hover{
	color: #203363;
	opacity: 0.7;
	transition: 0.3s all ease-out 0.1s;
	-webkit-transition: 0.3s all ease-out 0.1s;
	-moz-transition: 0.3s all ease-out 0.1s;
}

h1, h2, h3, p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
	color: #203363;
	letter-spacing: 0.09em;
}

h2{
	font-size: 2em;
	font-weight: 100;
}

ul, ol, li{
	text-decoration: none;
list-style:none
}

.wrap{
	display: block;
	margin: 0;
	padding: 0;
}

/*==================================================
mvのためのcss
===================================*/
.header{
	display: flex;
	flex-direction: row;
	width: 100vw;
	min-width: 1300px;
	height: 850px;
}
.top_left{
	display: block;
	width: 50%;
	height: 850px;
	background-image: url(../img/fv_pc_left.JPG);
	background-repeat: no-repeat;
	background-size: cover;
}


.top_right{
	display: block;
	width: 50%;
	height: 850px;
	background-image: url(../img/fv_pc_right.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sp_header{
	display: none;
}
#instagram{
	position: absolute;
	top: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 99;
}

/*==================================================
footerのためのcss
===================================*/
footer{
	display: block;
	margin: 0;
	padding: 0;
	background-color: #203363;
}

.footer{
	display: block;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.footer p{
	color: #fff;
}
.footer-logo{
	display: block;
	width: 214px;
	margin: 30px auto;
}
.footer-table {
  margin: 0 auto;         /* 中央寄せ */
  border-collapse: collapse; /* セルの境界を重ねる */
  border: none!important;           /* テーブル全体の枠なし */
}
.footer-table th{
	width: 6em;
}
.footer-table th,
.footer-table td {
  border: none;
  padding: 5px;
  text-align: left;
	color: #fff;
}
/* PC版: 区切りを「／」に */
.separator::before {
  content: " ／ ";
}
.footer-sns{
	display: block;
	width: 40px;
	margin: 20px auto;
}

.copyright{
	color: #fff;
	text-align: center;
}
/*==================================================
contentのためのcss
===================================*/
.content{
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.introduction{
	display: block;
	max-width: 1200px;
	margin: 300px auto;
}
.introduction img{
	display: block;
	width: 1134px;
	margin: 100px auto;
}
.sp_introduction{
	display: none;
}
/*==================================================
contentのためのcss
===================================*/
section{
	margin-top: 100px;
	margin-bottom: 100px;
}
.lead_title{
	display: flex;
	flex-direction: row;
}
.lead_title img{
	display: block;
	width: 400px;
}
.lead_contents{
	display: block;
	margin: 100px 0 0 50px;
	position: relative;
}
.title img{
	width: 480px;
}
.lead_contents h2{
	font-size: 36px;
	font-weight: 500;
}
.lead_contents p{
	font-size: 18px;
	letter-spacing: 0.09rem;
	line-height: 2rem;
	padding-top: 20px;
}
.line{
	display: block;
	width: 1132px;
	margin: 100px auto;
}
.room h3, .room h4{
	 writing-mode: vertical-rl;
	color: #203363;
}
.roomname{
	display: flex;
	flex-direction: row-reverse;
}
.room h3{
	font-size: 45px;
	letter-spacing: 0.1em;
}
.room h4{
	font-size: 25px;
	letter-spacing: 0.1em;
	text-align: end;
}
.room_fv{
	display: flex;
	flex-direction: row;
	width: 1134px;
	margin: 50px auto;
}
.reverse{
	display: flex;
	flex-direction: row-reverse;
}
.room_info{
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.room_detail{
	display: block;
	padding: 0 30px;
}
.room_detail p{
	letter-spacing: 0.08rem;
	line-height: 2.2rem;
	font-size: 18px;
}

#drink{
	display: block;
	width: 149px;
	position: absolute;
	top: -100px;
	right: 0px;
	z-index: 99;
	
}
#sdgimg{
	display: block;
	width: 300px;
	position: absolute;
	right: -340px;
	bottom: -50px;
	z-index: 99;
}

.banner{
position: fixed!important; /* 追従させる為にfixedの値を記述します */
z-index: 999; /* 他の要素の下に隠れないように全面配置させます */
right: 20px; /* 右から40pxのところにバナーを配置します */
bottom: 50px; /* 上から150pxのところにバナーを配置します */
}

.banner img{
width: 100px; /* バナーの横幅を指定してあげます */
}


