@charset "UTF-8";


/* PCサイズレスポンシブ */
@media(min-width: 1000px){

  
  /* ハンバーガーメニューの非表示 */
  nav{display: none;
    display: none;
  }

  body{
      min-width: 1000px;
      
  }
  .container{
    width: 100%;
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 400;
    font-style: normal;
    background-color: #eee9df;;


  }
    


.header{
   
   display: flex;
   justify-content: baseline;
   
}

.header img{
    
    
    width: 200px;
    padding-left: 20px;



}


.menu1 {

  text-align: center;


}

.menu1 ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  width: 50%;
  margin-left: 680px;
  padding-top: 30px;


}

/* メニュー登場する下線 */
.menu1 ul li a{
  color: darkred;
  ;
  /* 文字色 */
  display: inline-block;
  /* これがないとリンク範囲が全幅になる */
  font-size: 25px;
  /* 文字サイズ */
  position: relative;
  /* 相対位置指定 */
  text-decoration: none;
  /* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
  background-color: #333;
  /* 下線の色 */
  bottom: 2px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 2px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  opacity: 0;
  /* 不透明度 */
  position: absolute;
  /* 絶対位置指定 */
  transition: all .3s;
  /* アニメーション効果を追加 */
  width: 100%;
  /* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
  bottom: -4px;
  /* 下線を上から下に移動 */
  opacity: 1;
  /* 不透明度を変更してフェードイン */
}











.top{
  background-image: url(../img/mohammed-alzubidi-w7OrPrV7s3E-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  color: #ffe8dc; 
  align-items: baseline;
 
  
}


    /* 下からフェードイン */
    .fade-in-text {
      position: relative;
      font-size: 24px;
      opacity: 0; /* 初めは透明に設定 */
      transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
      animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
      transition: opacity 8s ease-in-out; /* 2秒でopacityが変わるトランジションを設定 */
}
    
    
    @keyframes fadeInFromBottom {
      to {
        opacity: 1; /* アニメーション終了時に完全に表示 */
        transform: translateY(0); /* アニメーション終了時の位置 */
      }
    }





.fade-in-text h1{
    padding-top: 250px;
    padding-left: 280px;
    font-size: 70px;
    
}
.fade-in-text h2{
    padding-top: 200px;
    padding-left: 400px;
    font-size: 50px;
}



.title1{
    text-align: center;
    margin-top: 30px;
   
}
.title1 h3{
  padding-top: 30px;
    font-size: 30px;
}
.title1 h4{
    font-size: 15px;

}

.work{
  display: flex;
  justify-content: baseline;
}

/* スライドショー１ */

.slideshow-container {
  width: 50%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

  

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 5s;
}

.slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 終わり */


.slideshow-container2 {
  width: 50%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 5s;
}

.slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* 
*====================================================================
slick
====================================================================*/ */ */

html, body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}
 

/* スライドショー終わり */

.button{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ボタン装飾  参考サイトhttps://seotimes.jp/30-usable-button-designs/ */



.background_btn03 {
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタンの幅 */
  color: #000; /* 文字色 */
  font-weight: 600;
  background:#E3CEEC; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
}

/* マウスオーバーした際のデザイン */
.background_btn03::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.background_btn03:hover {
  background: #fff; /* 背景色 */
}
.background_btn03:hover::after {
  opacity: 1;
  transform: scale(1,1);
}



.button006 a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button006 a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #6bb6ff;
  transition: 0.3s;
}
.button006 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #6bb6ff;
  transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
  right: -2.5em;
}
.button006 a:hover {
  background: #edf6ff;
  color: #6bb6ff;
}


    
  
  .button1{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  
  }

.title2{
    text-align: center;
    padding-top: 30px;
}
.title2 h3{
    font-size: 30px;
}
.title2 h4{
    font-size: 15px;
}

.about{
    display: flex;
    justify-content: space-around;
    
}



.about1 {
 
  padding-left: 280px;
   
}
.about1 img{
    width: 500px;
   margin-left: 30px;
   margin-bottom: 20px;
  
    
}
.about2{
    padding-right: 300px;
}
.about2 h5{
    font-size: 30px;
}
.about2 h6{
    font-size: 15px;
    
}
.about2 p{

}

.button2 {
    
    position: relative;
    width: 100%;
    max-width: 350px; /* ボタンの幅 */
    color: #000; /* 文字色 */
    font-weight: 600;
    background:#E3CEEC; /* 背景色 */
    transition: all 0.5s;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 1em 2em;
    
    
   

  }
  
  /* マウスオーバーした際のデザイン */
  .button2 {
    
    position: relative;
    width: 100%;
    max-width: 350px; /* ボタンの幅 */
    color: #000; /* 文字色 */
    font-weight: 600;
    background:#E3CEEC; /* 背景色 */
    transition: all 0.5s;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 1em 2em;
    
    
   

  }
  
  /* マウスオーバーした際のデザイン */
  .button2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    border: 2px solid #B058D6; /* 枠の色 */
    transform: scale(1.5,1.5);
    opacity: 0;
    z-index: 1;
  }
  .button2:hover {
    background: #fff; /* 背景色 */
  }
  .button2:hover::after {
    opacity: 1;
    transform: scale(1,1);
  }
  ::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    border: 2px solid #B058D6; /* 枠の色 */
    transform: scale(1.5,1.5);
    opacity: 0;
    z-index: 1;
  }
  .button2:hover {
    background: #fff; /* 背景色 */
  }
  .button2:hover::after {
    opacity: 1;
    transform: scale(1,1);
  }

  /* ボタン終わり */


  .tab2 img{
    width: 100%;
  }
  
  .contact{
    /* background-image:url(../img/アートボード\ 1.png);
    background-repeat: no-repeat; */
    /* background-size: cover; */
    height: 100vh;
   
  }


  .text{
    text-align: center;
    padding-top: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: #313131;
  }
  .text h4{
    font-size: 50px;
  }
  .text h3{
    font-size: 50px;
    color: #313131;
  
  }
  .text h6{
    font-size: 25px;
  }

.contact2{
  text-align: center;
  background-color: #fffaed;
 
  

}
.contact2 img{ 
width: 280px;
}
 .tab{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
 }

 
.button3 {
    
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタンの幅 */
  color: #000; /* 文字色 */
  font-weight: 600;
  background:#E3CEEC; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
}
/* マウスオーバーした際のデザイン */
.button3 {
  
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタンの幅 */
  color: #000; /* 文字色 */
  font-weight: 600;
  background:#E3CEEC; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  
  
 

}

/* マウスオーバーした際のデザイン */
.button3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button3:hover {
  background: #fff; /* 背景色 */
}
.button3:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button3:hover {
  background: #fff; /* 背景色 */
}
.button3:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

/* ボタン終わり */
  

.menu{ 
  
   text-align: center;

}
.menu img{
  width: 180px;
  }

  
.menu2 ul {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  width: 40%;
  padding: 10px;
  margin-left: 870px;
  padding: 10px;
  font-size:12px;


}




/* 
下線が登場する */
.menu2 ul li a {

  color: darkred;
  ;
  /* 文字色 */
  display: inline-block;
  /* これがないとリンク範囲が全幅になる */
  font-size: 36px;
  /* 文字サイズ */
  position: relative;
  /* 相対位置指定 */
  text-decoration: none;
  /* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
  background-color: #333;
  /* 下線の色 */
  bottom: 2px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 2px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  opacity: 0;
  /* 不透明度 */
  position: absolute;
  /* 絶対位置指定 */
  transition: all .3s;
  /* アニメーション効果を追加 */
  width: 100%;
  /* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
  bottom: -4px;
  /* 下線を上から下に移動 */
  opacity: 1;
  /* 不透明度を変更してフェードイン */
}

.footer {
  text-align: center;
}
}




/* ipadサイズレスポンシブ */
@media(min-width: 600px) and (max-width:999px){

  nav{
    display: none;
  }

  
  body{
    min-width: 600px;
    max-width: 999px;
  }
  .container{
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  background-color: #eee9df;;
  
  }
  


.header{
 
 display: flex;
 justify-content: baseline;
 
}

.header img{
  
  
  width: 159px;
  padding-left: 20px;



}


.menu1 {

text-align: center;


}

.menu1 ul {

display: flex;
justify-content: space-around;
list-style-type: none;

width: 500px;
padding: 10px;
margin-left: 180px;
padding: 10px;
font-size: 22px;

}

/* メニュー登場する下線 */
.menu1 ul li a{
color: darkred;
;
/* 文字色 */
display: inline-block;
/* これがないとリンク範囲が全幅になる */
font-size: 25px;
/* 文字サイズ */
position: relative;
/* 相対位置指定 */
text-decoration: none;
/* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
background-color: #333;
/* 下線の色 */
bottom: 2px;
/* 要素の下端からの距離 */
content: "";
/* 要素に内容を追加 */
height: 2px;
/* 下線の高さ */
left: 0;
/* 要素の左端からの距離 */
opacity: 0;
/* 不透明度 */
position: absolute;
/* 絶対位置指定 */
transition: all .3s;
/* アニメーション効果を追加 */
width: 100%;
/* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
bottom: -4px;
/* 下線を上から下に移動 */
opacity: 1;
/* 不透明度を変更してフェードイン */
}











.top{
background-image: url(../img/mohammed-alzubidi-w7OrPrV7s3E-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 800px;
color: #ffe8dc; 
align-items: baseline;


}


  /* 下からフェードイン */
  .fade-in-text {
    position: relative;
    font-size: 24px;
    opacity: 0; /* 初めは透明に設定 */
    transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
    animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
    transition: opacity 8s ease-in-out; /* 2秒でopacityが変わるトランジションを設定 */
}
  
  
  @keyframes fadeInFromBottom {
    to {
      opacity: 1; /* アニメーション終了時に完全に表示 */
      transform: translateY(0); /* アニメーション終了時の位置 */
    }
  }





.fade-in-text h1{
  padding-top: 180px;
  padding-left: 135px;
  font-size: 70px;
  
}
.fade-in-text h2{
  padding-top: 200px;
  padding-left: 150px;
  font-size: 50px;
}



.title1{
  text-align: center;
  margin-top: 30px;
 
}
.title1 h3{
padding-top: 30px;
  font-size: 30px;
}
.title1 h4{
  font-size: 15px;

}


/*====================================================================
slick
====================================================================*/

html, body {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
.sliderArea {
max-width: 100%;
margin: 0 auto;
padding: 0 25px;
}
.sliderArea.w300 {
max-width: 300px;
}
.slick-slide {
margin: 0 5px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.thumb {
margin: 20px 0 0;
}
.thumb .slick-slide {
cursor: pointer;
}
.thumb .slick-slide:hover {
opacity: .7;
}


/* スライドショー終わり */

.button{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

/* ボタン装飾  参考サイトhttps://seotimes.jp/30-usable-button-designs/ */



.background_btn03 {
position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;
}

/* マウスオーバーした際のデザイン */
.background_btn03::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.background_btn03:hover {
background: #fff; /* 背景色 */
}
.background_btn03:hover::after {
opacity: 1;
transform: scale(1,1);
}



.button006 a {
background: #eee;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 240px;
padding: 10px 25px;
color: #313131;
transition: 0.3s ease-in-out;
font-weight: 500;
}
.button006 a:before {
content: '';
position: absolute;
top: calc(50% - 2px);
right: -2em;
transform: translateY(calc(-50% - 2px)) rotate(30deg);
width: 12px;
height: 2px;
background-color: #6bb6ff;
transition: 0.3s;
}
.button006 a:after {
content: '';
position: absolute;
top: 50%;
right: -2em;
transform: translateY(-50%);
width: 60px;
height: 2px;
background-color: #6bb6ff;
transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
right: -2.5em;
}
.button006 a:hover {
background: #edf6ff;
color: #6bb6ff;
}


  

.button1{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

}

.title2{
  text-align: center;
  padding-top: 30px;
}
.title2 h3{
  font-size: 30px;
}
.title2 h4{
  font-size: 15px;
}

.about{
  
  text-align: center;
  
}



.about1 {

margin-right: 30px;
 
}
.about1 img{
  width: 500px;
 

  
}
.about2{
  padding-right: 80px;
}
.about2 h5{
  font-size: 30px;
}
.about2 h6{
  font-size: 15px;
  
}
.about2 p{

}

.button2 {
  
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタンの幅 */
  color: #000; /* 文字色 */
  font-weight: 600;
  background:#E3CEEC; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  
  
 

}

/* マウスオーバーした際のデザイン */
.button2 {
  
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタンの幅 */
  color: #000; /* 文字色 */
  font-weight: 600;
  background:#E3CEEC; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  
  
 

}

/* マウスオーバーした際のデザイン */
.button2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button2:hover {
  background: #fff; /* 背景色 */
}
.button2:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button2:hover {
  background: #fff; /* 背景色 */
}
.button2:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

/* ボタン終わり */


.tab2 img{
  width: 100%;
}

.contact{
  /* background-image:url(../img/アートボード\ 1.png);
  background-repeat: no-repeat; */
  /* background-size: cover; */
  height: 100vh;
 
}


.text{
  text-align: center;
  padding-top: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #313131;
}
.text h4{
  font-size: 50px;
}
.text h3{
  font-size: 50px;
  color: #313131;

}
.text h6{
  font-size: 25px;
}

.contact2{
text-align: center;
background-color: #fffaed;



}
.contact2 img{ 
width: 280px;
}
.contact2 h3{
  font-size: 30px;
}
.tab{
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


.button3 {
  
position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;
}
/* マウスオーバーした際のデザイン */
.button3 {

position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;




}

/* マウスオーバーした際のデザイン */
.button3:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button3:hover {
background: #fff; /* 背景色 */
}
.button3:hover::after {
opacity: 1;
transform: scale(1,1);
}
::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button3:hover {
background: #fff; /* 背景色 */
}
.button3:hover::after {
opacity: 1;
transform: scale(1,1);
}

/* ボタン終わり */


.menu{ 

 text-align: center;
 height: 120px;
 display: flex;
 justify-content: space-around;
}
.menu img{
width: 180px;

}


.menu2 ul {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
display: flex;
justify-content: space-around;
list-style-type: none;
margin-left: 130px;
padding-left: 200px;
width: 500px;





}

/* 
下線が登場する */
.menu2 ul li a {
  justify-content: ;

color: darkred;
;
/* 文字色 */
display: inline-block;
/* これがないとリンク範囲が全幅になる */
font-size: 18px;
/* 文字サイズ */
position: relative;
/* 相対位置指定 */
text-decoration: none;
/* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
background-color: #333;
/* 下線の色 */
bottom: 2px;
/* 要素の下端からの距離 */
content: "";
/* 要素に内容を追加 */
height: 2px;
/* 下線の高さ */
left: 0;
/* 要素の左端からの距離 */
opacity: 0;
/* 不透明度 */
position: absolute;
/* 絶対位置指定 */
transition: all .3s;
/* アニメーション効果を追加 */
width: 100%;
/* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
bottom: -4px;
/* 下線を上から下に移動 */
opacity: 1;
/* 不透明度を変更してフェードイン */
}

.footer {
text-align: center;
}
}





/* SPサイズレスポンシブ */
@media(max-width:599px){
/* 
  スマホサイズの時はナビはなし */
.menu1{display: none

}
/* ハンバーガーメニュー */
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	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: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

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

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

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

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

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

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

/* ハンバーガーメニュー終わり */
  body{
    max-width: 599px;
  }
  .container{
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-style: normal;
background-color: #eee9df;;



}


.header{

display: flex;
justify-content: baseline;

}

.header img{


width: 159px;
padding-left: 20px;



}


.menu1 {

text-align: center;


}

.menu1 ul {

display: flex;
justify-content: space-around;
list-style-type: none;

width: 500px;
padding: 10px;
margin-left: 180px;
padding: 10px;
font-size: 22px;

}

/* メニュー登場する下線 */
.menu1 ul li a{
color: darkred;
;
/* 文字色 */
display: inline-block;
/* これがないとリンク範囲が全幅になる */
font-size: 25px;
/* 文字サイズ */
position: relative;
/* 相対位置指定 */
text-decoration: none;
/* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
background-color: #333;
/* 下線の色 */
bottom: 2px;
/* 要素の下端からの距離 */
content: "";
/* 要素に内容を追加 */
height: 2px;
/* 下線の高さ */
left: 0;
/* 要素の左端からの距離 */
opacity: 0;
/* 不透明度 */
position: absolute;
/* 絶対位置指定 */
transition: all .3s;
/* アニメーション効果を追加 */
width: 100%;
/* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
bottom: -4px;
/* 下線を上から下に移動 */
opacity: 1;
/* 不透明度を変更してフェードイン */
}











.top{
background-image: url(../img/mohammed-alzubidi-w7OrPrV7s3E-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 800px;
color: #ffe8dc; 
align-items: baseline;


}


/* 下からフェードイン */
.fade-in-text {
  position: relative;
  font-size: 24px;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
  transition: opacity 8s ease-in-out; /* 2秒でopacityが変わるトランジションを設定 */
}


@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}





.fade-in-text h1{
padding-top: 180px;
padding-left: 135px;
font-size: 50px;

}
.fade-in-text h2{
padding-top: 150px;
padding-left: 150px;
font-size: 50px;
}



.title1{
text-align: center;
margin-top: 30px;

}
.title1 h3{
padding-top: 30px;
font-size: 30px;
}
.title1 h4{
font-size: 15px;

}




/*====================================================================
slick
====================================================================*/

html, body {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
.sliderArea {
max-width: 100%;
margin: 0 auto;
padding: 0 25px;
}
.sliderArea.w300 {
max-width: 300px;
}
.slick-slide {
margin: 0 5px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.thumb {
margin: 20px 0 0;
}
.thumb .slick-slide {
cursor: pointer;
}
.thumb .slick-slide:hover {
opacity: .7;
}


/* スライドショー終わり */

.button{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

/* ボタン装飾  参考サイトhttps://seotimes.jp/30-usable-button-designs/ */



.background_btn03 {
position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;
}

/* マウスオーバーした際のデザイン */
.background_btn03::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.background_btn03:hover {
background: #fff; /* 背景色 */
}
.background_btn03:hover::after {
opacity: 1;
transform: scale(1,1);
}



.button006 a {
background: #eee;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 240px;
padding: 10px 25px;
color: #313131;
transition: 0.3s ease-in-out;
font-weight: 500;
}
.button006 a:before {
content: '';
position: absolute;
top: calc(50% - 2px);
right: -2em;
transform: translateY(calc(-50% - 2px)) rotate(30deg);
width: 12px;
height: 2px;
background-color: #6bb6ff;
transition: 0.3s;
}
.button006 a:after {
content: '';
position: absolute;
top: 50%;
right: -2em;
transform: translateY(-50%);
width: 60px;
height: 2px;
background-color: #6bb6ff;
transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
right: -2.5em;
}
.button006 a:hover {
background: #edf6ff;
color: #6bb6ff;
}




.button1{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;

}

.title2{
text-align: center;
padding-top: 30px;
}
.title2 h3{
font-size: 30px;
}
.title2 h4{
font-size: 15px;
}

.about{

text-align: center;

}



.about1 {

margin-right: 30px;

}
.about1 img{
width: 500px;



}
.about2{
padding-right: 80px;
}
.about2 h5{
font-size: 30px;
}
.about2 h6{
font-size: 15px;

}
.about2 p{

}

.button2 {

position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;




}

/* マウスオーバーした際のデザイン */
.button2 {

position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;




}

/* マウスオーバーした際のデザイン */
.button2:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button2:hover {
background: #fff; /* 背景色 */
}
.button2:hover::after {
opacity: 1;
transform: scale(1,1);
}
::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button2:hover {
background: #fff; /* 背景色 */
}
.button2:hover::after {
opacity: 1;
transform: scale(1,1);
}

/* ボタン終わり */


.tab2 img{
width: 100%;
}

.contact{
/* background-image:url(../img/アートボード\ 1.png);
background-repeat: no-repeat; */
/* background-size: cover; */
height: 100vh;

}


.text{
text-align: center;
padding-top: 20px;
font-family: 'Times New Roman', Times, serif;
color: #313131;
}
.text h4{
font-size: 50px;
}
.text h3{
font-size: 50px;
color: #313131;

}
.text h6{
font-size: 25px;
}

.contact2{
text-align: center;
background-color: #fffaed;



}
.contact2 img{ 
width: 280px;
}
.contact2 h3{
font-size: 30px;
}
.tab{
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


.button3 {

position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;
}
/* マウスオーバーした際のデザイン */
.button3 {

position: relative;
width: 100%;
max-width: 350px; /* ボタンの幅 */
color: #000; /* 文字色 */
font-weight: 600;
background:#E3CEEC; /* 背景色 */
transition: all 0.5s;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1em 2em;




}

/* マウスオーバーした際のデザイン */
.button3:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button3:hover {
background: #fff; /* 背景色 */
}
.button3:hover::after {
opacity: 1;
transform: scale(1,1);
}
::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
border: 2px solid #B058D6; /* 枠の色 */
transform: scale(1.5,1.5);
opacity: 0;
z-index: 1;
}
.button3:hover {
background: #fff; /* 背景色 */
}
.button3:hover::after {
opacity: 1;
transform: scale(1,1);
}

/* ボタン終わり */


.menu{ 

text-align: center;
height: 120px;
display: flex;
justify-content: space-around;
}
.menu img{
width: 180px;
margin-left: 0px;

}


.menu2 ul {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
display: flex;
justify-content: space-around;
list-style-type: none;
margin-left: 130px;
padding-left: 200px;
width: 500px;





}

/* 
下線が登場する */
.menu2 ul li a {
justify-content: ;

color: darkred;
;
/* 文字色 */
display: inline-block;
/* これがないとリンク範囲が全幅になる */
font-size: 18px;
/* 文字サイズ */
position: relative;
/* 相対位置指定 */
text-decoration: none;
/* デフォルトのテキストの下線を消す */
}

/* 下線のスタイル */
a::after {
background-color: #333;
/* 下線の色 */
bottom: 2px;
/* 要素の下端からの距離 */
content: "";
/* 要素に内容を追加 */
height: 2px;
/* 下線の高さ */
left: 0;
/* 要素の左端からの距離 */
opacity: 0;
/* 不透明度 */
position: absolute;
/* 絶対位置指定 */
transition: all .3s;
/* アニメーション効果を追加 */
width: 100%;
/* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
a:hover::after {
bottom: -4px;
/* 下線を上から下に移動 */
opacity: 1;
/* 不透明度を変更してフェードイン */
}

.footer {
text-align: center;
}
}
