.visual {
  height: 100vh;
  background: url("../image/visual_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

  animation: load_bg 2s both;
}
.visual .title {
  margin-top: 5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 86px 72px;

  background: rgba(0, 0, 0, 0.795);
  color: #fff;
  position: relative;

  animation: load_bg 1.5s both;
  animation-delay: 1.8s;
}
.visual .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid white;
}
.visual .title img {
  width: 70px;
  display: block;

  animation: load_btm 1.5s both;
  animation-delay: 2.1s;
}
.visual .title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;

  animation: load_btm 1.5s both;
  animation-delay: 2.3s;

  margin: 26px 0 20px;
}
.visual .title p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;

  animation: load_btm 1.5s both;
  animation-delay: 2.5s;
}

.visual .scroll_down {
  position: absolute;
  left: 70px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual .scroll_down span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.visual .scroll_down .fa {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  margin-left: 5px;
}

/* intro */
.intro {
  padding: 160px 0;
}
.intro .inner {
  width: 1440px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .desc {
}
.intro .desc h2 {
  font-size: 82px;
  font-weight: 400;
  font-family: "Amiri", serif;
  letter-spacing: -3.5px;
  color: #231917;
}
.intro .desc .line {
  width: 60px;
  height: 1px;
  background: #383838;
  margin: 52px 0;
  display: block;
}
.intro .desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #383838;
  margin-bottom: 26px;
}

.intro .intro_point {
  width: 520px;
  height: 680px;

  position: relative;
}
.intro .intro_point::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/intro_point.png") no-repeat center center;
  background-size: cover;
}
.intro .intro_point::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #949494;
}
.intro .desc .intro_btn {
  width: 140px;
  height: 42px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  background: #fff;
  border: 1px solid #383838;

  transition: 0.7s;
}
.intro .desc .intro_btn:hover {
  background: #231917;
}
.intro .desc .intro_btn:hover span {
  color: #fff;
}
.intro .desc .intro_btn span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Amiri", serif;
  color: #231917;
}

/* banner */
.banner {
  padding: 180px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../image/banner_bg.png") no-repeat center center;
  background-size: cover;
}
.banner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.banner .title h2 {
  font-size: 52px;
  font-weight: 400;
  font-family: "Amiri", serif;
  color: #fff;
}
.banner .title .line {
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 32px 0;
  display: block;
}
.banner .title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

/* special */
.special {
  padding: 170px 0;
  background: url("../image/special_bg.png") no-repeat center bottom;
  background-size: cover;
}
.special .inner {
  width: 1620px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.special .title {
  margin-bottom: 80px;
}
.special .title h2 {
  font-size: 52px;
  font-weight: 400;
  font-family: "Amiri", serif;
  color: #231917;
}
.special .title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #383838;
  margin-top: 12px;
}

.special .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.special .items .item {
}
.special .items .item.item01,
.special .items .item.item03 {
}
.special .items .item.item02 {
}
.special .items .item .desc {
  padding: 20px;
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.219);
  background: #fff;
}
.special .items .item .desc .special_img {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.special .items .item.item01 .desc .special_img {
}
.special .items .item.item02 .desc .special_img {
  width: 100%;
  height: 500px;
}
.special .items .item.item03 .desc .special_img {
}
.special .items .item .desc .special_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special .items .item .desc h3 {
  font-size: 24px;
  font-weight: 700;
  color: #231917;
  margin-top: 28px;
}
.special .items .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #383838;
  margin-top: 32px;
}

.special_reservation {
  margin-top: 320px;
}
.special_reservation img {
  width: 12%;
}
.special_reservation p,
.special_reservation span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #383838;

  margin: 42px 0 22px;
}
.special_reservation span {
  margin: 0 0 32px;
  display: block;
}

.special_reservation .intro_btn {
  width: 140px;
  height: 42px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  background: #fff;
  border: 1px solid #383838;

  transition: 0.5s;
}
.special_reservation .intro_btn:hover {
  background: #231917;
}
.special_reservation .intro_btn:hover span {
  color: #fff;
}
.special_reservation .intro_btn span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Amiri", serif;
  color: #231917;
  margin: 0;
}
