@charset "UTF-8";
/*------------------------
#main
------------------------*/
#DEARWANwrap #main {
	background-color: #111111;
	position: relative;

}
#DEARWANwrap #main h1{
	position: absolute;
	top: 60px;
	left: calc(50% - 610px);
	z-index: 11;
}
#DEARWANwrap #main .slide{
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
}
 #DEARWANwrap #main .slide li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
#DEARWANwrap #main .slide li:nth-of-type(1){
  background-image: url(../img/top/main_01.jpg);
}
#DEARWANwrap #main .slide li:nth-of-type(2){
  background-image: url(../img/top/main_02.jpg);
  animation-delay: 4s;
}
#DEARWANwrap #main .slide li:nth-of-type(3){
  background-image: url(../img/top/main_03.jpg);
  animation-delay: 8s;
}
#DEARWANwrap #main .slide li:nth-of-type(4){
  background-image: url(../img/top/main_04.jpg);
  animation-delay: 12s;
}
#DEARWANwrap #main .slide li:nth-of-type(5){
  background-image: url(../img/top/main_05.jpg);
  animation-delay: 16s;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
#DEARWANwrap #main .line_wrap{
	position: absolute;
	bottom: 66px;
	left: 50%;
	z-index: 999;
}
#DEARWANwrap #main .line{
	position: relative;
}
#DEARWANwrap #main .scroll {
    position  : absolute;
    font-size : 12px;
	color: white;
    top : 30%;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::before {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: white;
    right : 50%;
    bottom : -55px;
    transform : translateX(-50%);
    width : 1px;
    height : 50px;
    animation: scroll 4.0s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
	80% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
 
/*------------------------
#intro
------------------------*/
#DEARWANwrap #intro{
	width: 100%;
	text-align: center;
	background: url(../img/top/intro_bg.jpg) top center no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0 100px 0;
}
#DEARWANwrap #intro img{
	margin-bottom: 30px;
}
#DEARWANwrap #intro b{
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
#DEARWANwrap #intro b span{
	display: block;
	margin-bottom: 15px;
}
#DEARWANwrap #intro p img{
	display: block;
	margin: 0 auto 40px auto;
}

/*------------------------
common
------------------------*/
#DEARWANwrap section{
	padding: 70px 0 70px 0;
}
#DEARWANwrap .cont{
	text-align: center;
}
#DEARWANwrap .cont h2{
	margin: 0 0 20px 0;
}
#DEARWANwrap .cont h2 b{
	display: block;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.0;
	margin-bottom: 20px;
}
#DEARWANwrap .cont h2 b::first-letter{
	font-size: 65px;
}
#DEARWANwrap .cont h2 b::after{
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background-color: white;
	margin: 25px auto 0 auto;
}
#DEARWANwrap .cont h2 span{
	display: block;
	line-height: 1.6;
}
#DEARWANwrap .cont p{
	margin-bottom: 50px;
}
/*------------------------
#stay
------------------------*/
#DEARWANwrap #stay{
	min-height: 920px;
	background:
		url(../img/top/stay.png) center center no-repeat,
		url(../img/top/stay_bg.jpg) bottom center no-repeat;
}
#DEARWANwrap #stay .cont{
	width: 450px;
	height: 600px;
	display: flex;
	align-items: top;
	justify-content: center;
	margin-left: 678px;
	padding-top: 20px;
}
@media only screen and (max-width: 1128px) {
	#DEARWANwrap #stay .cont{
		margin-left: 618px;
	}
}
/*------------------------
#gourmet
------------------------*/
#DEARWANwrap #gourmet{
	min-height: 740px;
	background:
		url(../img/top/gourmet_bg.jpg) center left calc(50% + 390px) no-repeat,
		url(../img/top/bg.jpg) bottom left repeat-x;
}
#DEARWANwrap #gourmet .cont{
	width: 440px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*------------------------
#cafe
------------------------*/
#DEARWANwrap #cafe{
	background: url(../img/top/cafe_bg.jpg) bottom center no-repeat;
	text-align: center;
}
#DEARWANwrap #cafe img{
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}

/*------------------------
#activity
------------------------*/
#DEARWANwrap #activity{
	background: linear-gradient(to bottom ,#111111 80%, #252525 100%);
}
#DEARWANwrap #activity img{
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}
/*------------------------
#plan
------------------------*/
#DEARWANwrap #plan{
	padding: 80px 0 0 0;
}
#DEARWANwrap #plan .inner_lg{
	max-width: 1348px;
}
#DEARWANwrap #plan .box_line{
	border: solid #3E3E3E 1px;
	padding: 70px 70px;
	margin: 0 40px;
}
#DEARWANwrap #plan .box_line ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#DEARWANwrap #plan .box_line ul li{
	width: 31%;
	max-width: 350px;
}
#DEARWANwrap #plan .box_line ul li a{
	display: block;
	background-color: #232323;
	align-content: space-between;
	height: 100%;	
}
#DEARWANwrap #plan .box_line ul li img{
	width: 100%;
	height: auto;
}
#DEARWANwrap #plan .box_line h2{
	font-size: 25px;
}
#DEARWANwrap #plan .box_line h2 span{
	display: block;
	font-size: 17px;
}
#DEARWANwrap #plan .box_line h2::after{
	display: block;
	content: '';
	width: 100px;
	height: 3px;
	background-color: #125037;
	margin: 20px auto 40px auto;
}
#DEARWANwrap #plan .box_line h3{
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	padding: 20px 20px;
}
#DEARWANwrap #plan .box_line .btn{
	margin: 0 auto;
}

/*------------------------
#ftr
------------------------*/
#DEARWANwrap #ftr{
	border-top: none;
}