@charset "UTF-8";

html {
  font-size: 10pt;
  background-color: #000;
}

p {
  font-size: 1.2rem;
  line-height: 1.7;
  
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #222; 
}


/* 横幅と左右の余白 */
.w-container {
  width: min(92%, 1000px);
  margin: auto;
}

a {
  text-decoration: none;
  color: #fff;

}

a:link {
  color:#fff;
  }
  
  a:visited {
  color:#fff;
  }
  
  a:hover {
  color:#fff;
  text-decoration:underline;
  }
  
  a:active {
  color:#fff;
  }
  

  
ul {
  list-style: none;
}

.header {
  height: 80px;
  background-color: #fff;
  width: 100%;
  position: relative;
}

/*
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}*/


.header img {
	position: absolute;
	left: 6vw;
	padding-top: 15px;
}

@media all and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none!important; }
}

@media all and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block!important; }
}

.hero-container  h1 {
  color: #fff;
}

/* ナビボタンここから */

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;
z-index: -1;
opacity: 0;/*はじめは透過0*/
  /*ナビの位置と形状*/
top:0;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#222;
  /*動き*/
transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
opacity: 1;
z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center; 
}

#g-nav li a{
color: #fff;
text-decoration: none;
padding:20px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 24px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* ナビボタンここまで */


/* 動画 */

.top {
	text-align: center;
	position: relative;
	width: 100%;
    min-height: 100vh;
}


.topimg {
	position: absolute;
    width: 100%;
    min-height: 100vh;
    background-color:#000;
    background-size: cover;
    z-index: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.topimg video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 0.4;
}

.top-title {
	position: absolute;
	left: 6vw;
	text-align: left;
    color: #fff;
	top: 20vh;
}




 /*
.top-title {
  display: grid;
  text-align: left;  
  justify-items: start;
  align-content: start;
  color: #fff;
}
*/

/*
.top-title {
  display: grid;
  justify-items: start;
  align-content: start;
  height: 100%;
  color: #fff;
}
*/

/* ヒーロー
.hero {
  width: 100%;
  height: 100vh;
	overflow: hidden;
	position: relative;
}

.mv-bg {
	-webkit-transform: translateX(-50%);
	left: 50%;
	max-height: initial;
	max-width: initial;
  width: 100%;
	min-height: 100vh;
	min-width: 100%;

	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}
*/

.spec {
  background-color: #000;
  /*padding-bottom: 50px;*/
}

.bg-img {
  width:100vw;
}

h1 {
  font-size: 11vw;
  font-family: 'Roboto', sans-serif;
  line-height: 0.9em;
}

h2 {
  font-size: 120px;
  font-family: 'Roboto', sans-serif;
  line-height: 120px;
  padding-bottom: 30px;
  text-align: center;
  background: #9dd9fc;
	background: linear-gradient(90deg,rgba(157, 217, 252, 1) 0%, rgba(119, 179, 214, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h3 {
  font-size: 2.3rem;
  line-height: 40px;
  margin-bottom: 50px;
  text-align: center;
}

h4 {
  font-size: 1.6rem;
  line-height: 40px;
}

h5 {
  font-size: 2.8rem;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.base {
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  padding-top: 100px;
}


/*
.spec {
  height: 100vh;
  background-image: url(image/gaikan2.jpg);
  background-color: #222;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner {
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding-top :50px;
}
  
.inner p {
  font-size: 24px;
}

*/

/* 装備一覧 */

/* ESベッドシステム-soubi1 */
.equipment {
	background: #eddece;
background: linear-gradient(18deg,rgba(237, 222, 206, 1) 0%, rgba(251, 255, 237, 1) 59%, rgba(237, 250, 255, 1) 100%);
  color: #000;
  padding-top: 120px;
}

.soubi1 {
  margin-bottom: 100px;
}

.soubi1-list dl {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
  
.soubi-list dt {
  padding-bottom: 5px;
}
  
@media screen and (min-width: 768px) {
  .soubi1-list dt {
  clear: left;
  float: left;
  width: 10%;
  }
  .soubi1-list dd {
  margin-left: 11%;
  }
}

/* ESベッドシステム-soubi2 */
.soubi2-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  column-gap: 40px;
}

.soubi2-item img {
  width: 100%;
}

.soubi2-img{
	width: 49%;
}

.soubi2-text {
  width: 49%;
  display: flex;
  flex-direction: column;
}


.soubi2-text h4 {
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
  margin-bottom: .75em;
}

.img_03pd{
	padding-top: 30px;
}

/* 装備その他-soubi3 */
.soubi3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding-bottom: 50px;
}

.soubi3-item h4 {
  font-size: 1.6rem;
  line-height: 3rem;
  border-bottom: 1px solid #000;
  padding-bottom: .3em;
  margin-bottom: .3em;
}
.soubi3-item h4 span{
	font-size: 75%;
}

.soubi3-item {
  width: 100%;
  margin-bottom: 80px;
}

.soubi3-item img {
  width: 100%;
}

.soubi3-item .price{
	font-weight: 600;
	margin-bottom: 1rem;
}

.bedcolor {
  padding-bottom: 50px;
}

.bed-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 50px;
}
.bedcolor-title {
  margin-bottom: 50px;
}

.bedcolor-item {
  margin: 10px auto;
}

.bedcolor-item img {
  width: 98%;
}

.banner img {
  width: 100%;
  padding-bottom: 80px;
}



/*フッター*/

.footer {
	text-align: center;
	background-color: #000;
}


.es-banner {
	padding-top: 70px;
}


.es-banner img {
	width: 90%;
	max-width: 1000px;
	display: inline-block;
}



.footer a :hover {
	opacity: 0.6;
	transition: 0.5s;
}


.f-shiryo {
	width: 92%;
	max-width: 1000px;
	height: 110px;
	display: inline-block;
	border: solid 2px #CCCCCC;
	margin-top: 40px;
}


.f-shiryo2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	pointer-events: none;
}

.f-shiryo2 p {
	font-size: 36px;
	color: #CCCCCC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding-left: 50px;
}


.f-link {
	display: inline-block;
	width: 1100px;
}


.f-link2 {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}


.flink-L {
	width: 50%;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border: solid 2px #C1002D;
	color: #C1002D;
	margin-right: 5px;
	padding: 30px 0px;
}


.flink-R {
	width: 50%;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border: solid 2px #2998E2;
	color: #2998E2;
	margin-left: 5px;
	padding: 30px 0px;
}


.f-chuuki {
	width: 100%;
	display: block;
}

.f-chuuki p {
	width: 90%;
	max-width: 1000px;
	display: inline-block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 1.5em;
	color: #fff;
}


.copylight {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-bottom: 60px;
	font-weight: 300;
}


@media all and (max-width: 768px){
	.es-banner {padding-top: 60px;}
	.es-banner img {width: 85%;}
	.f-shiryo {width: 85%; height: 80px; margin-top: 30px;}
	.f-shiryo2 img {width: 30px;}
	.f-shiryo2 p {font-size: 17px; padding-left: 20px;}
	.f-link {width: 85%;}
	.f-link2 {display: block; margin-top: 20px;}
	.flink-L {width: 100%; font-size: 17px; margin-right: 0; margin-bottom: 20px;}
	.flink-R {width: 100%; font-size: 17px; margin-left: 0;}
	.f-chuuki {display: inline-block;}
	.f-chuuki p {width: 85%;}
}


/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下からふわっと */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
  @keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
  opacity: 0;
}
/* ここまで */


@media (max-width: 768px) {
	
	.top-title {
		left: 3vw;
	}	

  p {
    font-size: 16px;
  }

  h1 {
    font-size: 22vw;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
  }

  /*
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
*/

  h2 {
    font-size: 50px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
	line-height: 50px;
	padding-bottom: 20px;
  }

  h3 {
    font-size: 24px;
    margin-bottom: 24px;;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .spec p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding: 10px;
  }

  .equipment {
	padding-top: 0px;
  }


  /*
  .key_visual_content {
    margin: 0 auto;
    width: 360px;
    height: 200px;
    align-items: center;
    margin-top: 600px;
    padding-bottom: 20px;
    text-align: center;
  }

  .key_visual_content h3 {
    line-height: 30px;
  }

  .key_visual_content p {
    font-size: 14px;
  }
  */

  /*
  .spec {
    background-image: url(image/gaikan_sp.jpg)
    background-color: #222;
    background-position: bottom;
    background-size: contain;
    height: 300px;
  }

  .inner {
    width: 60%;
    border-bottom: none;
    color: #fff;
    text-align: center;
    padding-top :100px;

  }


  .inner p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
  }
*/
  .base {
  textalign: center;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  }
  .soubi1 {
    margin-bottom: 50px;
	padding-top: 100px;
  }

  .soubi2-item {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 100px;
  }

  .soubi2-text {
    width: 100%;
	flex-direction: column-reverse;
  }

  .soubi2-img{
	width: 100%;
}

  .img_03pd{
	padding-top: 0;
	padding-bottom: 25px;
  }

  .soubi3-item {
    margin-bottom: 50px;
    width: 100%;
  }

  .soubi3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bed-container {
    width: 100%;
  }

  .bedcolor-item {
    width: 100%;
    margin: 0 auto;
  }

  .request {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .request a {
    font-size: 24px;
  }

  .banner {
    margin-top: 130px;
  }
	
	.banner img {
		padding-bottom: 40px;
	}
	
}


