/* 共通 */
*{
	box-sizing: border-box;
	font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
}
html{
  scroll-behavior: smooth;
}
a{
	text-decoration: none;
}
p{
	margin-bottom: 40px;
}
img{
	max-width: 100%;
	height: auto;
}

/* container */
.container{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 800px;
	line-height: 1.6;
}
.container1{
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.6;
	position: absolute;
	/* position: fixed; */
	z-index: 999;
	/* top: 0;
	left: 0; */
	width: 100%;
	height: 150px;
	background: rgba(255,255,255,.0);
	box-sizing: border-box;
	margin-bottom: 10px;
}
.container--large{
	max-width: 1200px;
}

/* column */
.column{
	display: flex;
}

/* media-object */
.media-object{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.media-object__img{
	width: 40%;
	margin-right: 20px;
}
.media-object__content{
	flex: 1;
}

.media-object__reverse{
	flex-direction: row-reverse;
}
.media-object__reverse .media-object__img{
	text-align: right;
	margin-right: 0;
	margin-left: 20px;
}

/* heading */
.heading__01{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/* section margin */
.main-visual,
.feature,
.gallery,
.message{
	margin-bottom: 40px;
}

/* site-header */
.site-header .site-logo{
	text-align: center;
	margin-bottom: 10px;
}

.site-header .main-nav{
	display: flex;
	justify-content: center;
	padding: 0;
}

.main-nav__item{
	list-style: none;
}

.main-nav__item a{
	color: #000;
	padding: 10px ;
	display: block;
	text-align: center;
}

/* main-visual */

@media (min-width:768px) {
	.main-visual{
		height: 700px;
	}
	.column__item img {
		margin: auto;
		display: block;
	}.mob {
		background:none;
	  }
}

.main-visual .container{
	flex: 1;
}


.main-visual{
	width: 100%;
	margin: auto;
 	display: block;
	text-align: center;
	margin-bottom: 100px;
}


/* feature */

.feature .column{
	flex-direction: column;
}

.feature .column__item{
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.feature .column__item img{
	max-width: 220px;
	border-radius: 5%;
}

/* 幅が 768px 以上 タブレットサイズ */
@media (min-width:768px) {
	.feature .column{
		flex-direction: row;
	}
	.feature .column{
		justify-content: space-between;
	}
	.feature .column__item{
		text-align: center;
		width: 30%;
	}
}



/* gallery */
.gallery{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.gallery{
		flex-wrap: nowrap;
	}
}

.gallery__item{
	list-style: none;
	width: 33.333%;
	line-height: 0;
}

.gallery__item img{
	width: 100%;
	height: auto;
}

/* site-footer */

.site-footer{
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 88px;
}

.copyright{
	text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}

/* go-to-top */

.go-to-top{
	position: fixed;
	z-index: 1;
	font-size: 12px;
	right: 20px;
	bottom: 20px;
}

.go-to-top button{
	display: inline-block;
	padding: 10px;
	background-color: #222;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
#vd {
	text-align: center;
	width: 100%;
}
#vd-2 {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: -106px;
}
#vd-3 {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: -1px;
}

#HMW {
	text-align: center;
	width: 1200px;
	margin-top: 100px;
  	border: 1px solid #c4f9cf;
  	border-radius: 4px;
	border-radius:3%;
}
.main{
	width: 100%;
	margin-top: -100px;
	margin-bottom: -90px;
}
.main1{
	background-image:url("../img/room.jpg");
	width: 100%;
	height: 2300px;
	margin-top: -100px;
	margin-bottom: -90px;
}
.Top-Page{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
	line-height: 1.6;
	flex: 1;
}
#HTW {
	margin-top: 50px;
	text-align: center;
	width: 1200px;
  	border: 1px solid #c4f9cf;
  	border-radius: 4px;
	border-radius:3%;
}

#top-vd{
    text-align: center;
    width: 100%;
   }
.header2{
	margin: 150px;
}
 
#h2-wg {
	padding-top: 100px;
}
#pl {
	margin-bottom: 50px;
}
#btm-vd {
	text-align: center;
    width: 100%;
	border-radius: 3%;
}
#Ps-img {
	width: 80%;
	margin: auto;
}

#Ai-hight {
	height: 2350px;
}

#feature {
	margin-top: 100px;
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#ffffff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
  width:1000px;
}

/*========= SVG操作手書き風にするためのCSS ===============*/

#mask .st0{
    fill:none;
    stroke:#fff;
    stroke-width:90;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}

/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* 背景動画 */
body {
  background: #ffffff;
}
.video-wrap {
  position: relative;
}
video {
  display: block;
  margin: 0 0 0 auto;
}
#main-A {
	position: absolute;
	left: 10%;
	top: 10%;
}
#container-D{
	margin-top: -39px;
}
.media-object__img {
	cursor: pointer;
	max-width: 500px;
	width: 100%;
}
.media-object__img img {
	height: auto;
	transition: transform .6s ease;/* ゆっくり変化させる */
	width: 99%;
}
.media-object__img:hover img {
	transform: scale(1.3);/* 拡大 */
}
.mob {
	overflow: hidden;
	max-width: 500px;
	width: 96%;
	background: rgba(0, 0, 0, .5);
	border-radius:5%;
  }
  .mob img {
	display: block;
	transition-duration: 0.5s; /* ゆっくり変化させる */
  }
  .mob:hover img {
	transform: scale(1.5);
	transition-duration: 0.5s;
	opacity: 0.6; /* 拡大 */
  }
  #img-style{
	border-radius:5%;
  }
  @media screen and (max-width: 767px){ /* index.html */
	.column__item img {
		margin: auto;
		display: block;
	}.mob {
		background:none;
	  }
	  .main1{
		height: 4700px;
	}
}
@media screen and (max-width: 767px){ /* 画像とテキストを横並びに交互、スマホで上下にレイアウト */
	.media-object {
	   flex-direction: column;
	 }
	 .media-object:nth-child(even) {
	   flex-direction: column;
	 }
	 .media-object__content {
	   text-align: center;
	 }
	 .media-object:nth-child(even) .text {
	   text-align: center;
	 }
	 .media-object__img {
	   width:100%;
	   margin-left: 0;
	   text-align: center;
	 }
	 .media-object:nth-child(even) .pict {
	   margin-left: 0;
	   margin-right: 0%;
	 }/* ここまで、画像とテキストを横並びに交互、スマホで上下にレイアウト */
	 .img-style
	 #btm-vd {
	   width:50%;
	   height:auto;
	 }
	 #vd-2{
		width: 0%;
		height: 1390px;
		margin-top: -10px;
	 }
	 #main-A{
		left: 0%;
		top: 5%;
	 }
	 .media-object__img{
		margin: auto;
		margin-left: none;
	 }
	 .media-object__reverse .media-object__img {
		margin-left: 0%;
	 }
	 #splash_logo svg{
		width:350px;
	  }
	#splash {
		height: 25%;
	  }
}
@media screen and (max-width:1400px){
	#main-isezingu-bg{
		background: #395c3b;
	}
}