@charset "UTF-8";
*{
  margin:0;
  padding:0;
}
ul{
  list-style: none;
}
body{
  font-family: Georgia,Times,Times New Roman,serif; 
}
a{
  text-decoration: none;
  color: black;
}
.main2{
  width: 100%;
  background-color: #E5DCDC;
  position: absolute;
  top: 800px;
}
.width{
  margin: 0px 100px 0px;
}
/*ヘッダー部分*/
header{
  width: 100%;
  height: 120px;
  z-index: 10;
  background-color: white;
  position: absolute;
  opacity: 0.75;
}
header img{
  width: 382px;
  height: 80px;
  padding-left: 100px;
  padding-top: 40px;
}
/*トップ画像部分*/
.center{
  position: absolute;
  top: 0px;
}
.one img{
  height: 800px;
  width: 100%;
  z-index: 1;
}
.slide {
  white-space: nowrap;
}
.slide {
  white-space: nowrap;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.slide img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
.one{
  display: block;
}
.two{
  display: none;
}
@keyframes slide-4 {
  0% { margin-left: 0; }
  33% { margin-left: -100%; }
  66% { margin-left: -200%; }
  100% { margin-left: -300%; }
}
.slide > :first-child {
  animation-name: slide-4;     /* 作成したキーフレームを使う */
  animation-duration: 20s;    /* アニメーション全体を5秒にする */
  animation-delay: 3s;       /* 直ちにアニメーション開始する */
  animation-iteration-count: infinite; /* 永遠にアニメーションする */
}
/*イベント説明部分*/
.explanation{
  margin-top: 130px;
}
.explanation1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
.explanation1 p{
  font-size: 22px;
  line-height: 60px;
  padding-top: 85px;
}
.explanation2{
  display: flex;
  justify-content: space-between;
}
.explanation2 p{
  font-size: 22px;
  line-height: 60px;
  padding-top: 45px;
}
/*ぷーれ紹介部分*/
.pc{
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.sp{
  display: none;
}
.eventimage{
  display: flex;
  flex-direction: column;
}
.eventimage img{
  margin-top: 40px;
}
.eventimage1{
  width: 400px;
  margin-left: 70px;
}
.eventimage2{
  width: 320px;
  height: 220px;
}
.ver{
  margin-left: 150px;
}
.eventimage p{
  font-size: 8px;
}
.img1{
  margin-left: 250px;
  margin-top: 3px;
}
.img2{
  margin-left: 400px;
  margin-top: 3px;
}
.eventexplanation{
  margin-top: 40px;
}
.restaurant1 h2{
  font-size: 33px;
  margin-bottom: 10px;
}
.restaurant1 p{
  font-size: 22px;
  line-height: 50px;
}
.restaurant2{
  margin-top: 110px;
}
.restaurant2 p{
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
}
.dinner1{
  margin-left: 68px;
}
.wine{
  margin-top: 30px;
}
.wine1{
  margin-left: 68px;
}
/*プロフィール部分*/
.profile{
  position: relative;
  margin-bottom: 140px;
}
.mena{
  display: none;
}
.profiletext1 h2{
  font-size: 36px;
  margin-bottom: 25px;
}
.profiletext1 p{
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 50px;
}
.profiletext2 h3{
  font-size: 25px;
}
.profiletext2 p{
  margin-top: 10px;
  font-size: 16px;
  line-height: 50px;
}
.profileimg{
  position: absolute;
  top: 150px;
  right: 0px;
}
/*イベント概要部分*/
.dubl{
  display: none;
}
.concept{
  display: flex;
  justify-content: space-between;
}
.concepttext{
  background-image: url(./back.png);
  width: 800px;
}
.concepttext h3{
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 100px;
}
.concepttext p{
  font-size: 14px;
  line-height: 50px;
  margin-left: 100px;
}
.text1{
  padding-left: 75px;
}
.text2{
  padding-left: 120px;
}
.map{
  margin-right: 100px;
  margin-top: 150px;
}
/* ボタン共通設定 */
.btn03{
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
text-decoration: none;
display: inline-block;
  text-align: center;
  background: transparent;
border-radius: 25px;
border: solid 1px #0089FF
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  margin-bottom: 40px;
  margin-top: 10px;
  margin-left: 210px;
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
border-color:transparent;
}

/*ボタンの中のテキスト*/
.btn03 span {
position: relative;
z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
display: block;
  padding: 15px 90px;
background:#0089FF;
border-radius: 25px;
color:white;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 右下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushright:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
border-radius: 25px;
  background-color:#5DB4FF;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
background-color: #333;
color: #fff;
transform: translate(4px, 4px);
}
/*フッター部分*/
footer{
  margin-top: 100px;
  border-top: solid #707070 5px;
}
footer p{
  text-align: center;
  margin: 52px 0px;
  font-size: 12px;
}
/*画面の動き*/
.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);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  
/*その他*/
a{
  text-decoration: none;
}
ul{
  list-style: none;
}