* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

body img{
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #808080;
  cursor: pointer;
}

a:hover{
  opacity: .4;
  transition: .7s;
  }

#content {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}


.header-logo {
  margin: 20px 0px;
  z-index: 1;
position: fixed;
top: 0;
}

.header-logo img{
  width: 140px;
  height: 70px;
}

.header-navi {
padding-bottom: 20px;
margin-top: 100px;
}

.header-navi ul{
  display: flex;
  justify-content: center;
}

.header-navi li{
  padding: 0 30px;
  list-style: none;
}

/* ボタン */

.menu-btn {
  display: none;
}

.list {
  display: flex;
  flex-wrap: wrap;
}
.item {
  position: relative;
  width: 33.33334%;
  height: 200px;
  padding-top: 80px;
  text-align: center;
  box-sizing: border-box;
  counter-increment: item;
}
.item:after {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: counter(item);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.top {
  margin: 0 auto;
  text-align: center;
  object-fit: cover;
  max-width: 1000px;
  height: 600px;
  position: relative;
}

.top img{
  width: 100%;
  height: 100%;
 padding-bottom: 30px;
}

.ab{
  color: #f5f5f5;
  position: absolute;
  padding: 10px 10px;
  top: 400px;
  left: 50px;
}

.infomation {
padding: 50px 200px 0 200px;
}

.news {
  position: relative;
  display: flex;
  margin-top: 80px;
}

.p-c {
  position: absolute;
  left: 40%;
  height: 180px;
  border-bottom: 2px solid #a9a9a9;
  line-height: 50px;
  width: 500px;
}

.p-c p{
  margin: 0;
}

.info {
  margin-top: 100px;
}

.info h2{
  font-size: 27px;
  font-family: 'Kaushan Script', cursive;
}

.info p{
line-height: 80px;
  font-size: 14px;
  margin: 0;
  border-bottom: 2px solid #a9a9a9;
}

.info a{
  color: #000;
}

.ga-info {
  background-color: #f5f5f5;
  text-align: center;
  margin-top: 80px;
  padding: 50px 0;
}

.ga-info h2{
  padding-bottom: 30px;
  font-family: 'Yuji Mai', serif;
  letter-spacing: 6px;
}

.p-ad {
  letter-spacing: 5px;
  line-height: 35px;
}

.ko-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 30px;
}

.ga {
  background-color: #ffffff;
  border: 1px solid #dddbdb;
  border-radius: 10px;
  padding: 15px 0;
  width: 250px;
}

.de-font {
  padding-top: 100px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 30px;
}

.de-font h2{
  padding-bottom: 30px;
  font-family: 'Yuji Mai', serif;
  letter-spacing: 6px;
}

.over-v {
  background-color: #f5f5f5;
  text-align: center;
  margin-top: 50px;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#hr {
  border-bottom: 2px solid #808080;
  margin: 50px 0;
}

.e-p {
  padding-top: 60px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 30px;
}

.e-p h2{
  padding-bottom: 30px;
  font-family: 'Yuji Mai', serif;
  letter-spacing: 6px;
}

.c-t {
  max-width: 1200px;
  height: 600px;
  display: flex;
  margin-top: 70px;
}

.c-t img{
  width: 800px;
  height: 500px;
}

.ct-font {
  width: 400px;
  height: 500px;
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 50px;
  letter-spacing: 4px;
  line-height: 30px;
}

.ct-font a{
color: red;
display: block;
padding-top: 50px;
}


.pro {
  padding-top: 60px;
  text-align: center;
  letter-spacing: 4px;
}

.project {
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
}

.p-fl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
  padding-top: 60px;
}

.p-fl-a {
  padding-top: 60px;
  display: block;
  text-align: center;
  color: red;
}

.bod {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #c0c0c0;
  margin: 50px 0;
}

.blog {
text-align: center;
margin: 50px 0;
}

.blog-fl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
}

.inq {
margin: 0 auto;
text-align: center;
margin-top: 100px;
width: 100%;
height: 300px;
background-image: url(img/23298463_l.jpg);
background-size: cover;
background-color:rgba(255,255,255,0.5);
background-blend-mode: lighten;
}

.inq-tx {
  padding-top: 23px;
}

#inq-a {
  color: #000;
  padding: 30px 0 10px 0;
  border-bottom: 2px solid #a9a9a9;
}

.sns{
  padding: 40px 0;
}

.sns a{
  padding: 0 10px;
}

.foot {
  max-width: 1000px;
  margin: auto;
}

.fo-flex {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto; 
}

.foot ul{
padding: 0;
}

.foot li{
list-style: none;
line-height: 30px;
letter-spacing: 2px;
font-size: 14px;
}

.foot a{
  color: #696969;
}

.co-r {
  margin: 0 auto;
  width: 100%;
  background-color: #000;
}

.c-r {
  max-width: 1000px;
  margin: auto;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  padding: 15px 10px;
}

/* レスポンシブデザイン */

@media screen and (max-width: 1024px){

  #content {
    max-width: 700px;
  }

  .header-logo img{
    width: 120px;
    height: 50px;
  }

  .header-navi li{
    padding: 0 10px;
    list-style: none;
  }


  .top {
    max-width: 600px;
    height: 450px;
  }

  .ab{
    font-size: 24px;
    top: 300px;
    left: 30px;
  }

  .infomation {
    margin: auto;
    padding: 0;
    width: 600px;
    }

    .p-c {
      left: 50%;
      width: 300px;
    }

  #ga1,#ga2{
    margin-bottom: 50px;
  }
  
  #ov3 {
    margin-top: 50px;
  }

  .c-tour {
    position: relative;
  }
  
  .c-t {
    display: block;
    margin-top: 70px;
    margin: auto;
  }
  
  .c-t img{
    width: 600px;
    height: 500px;
  }
  
  .ct-font {
    position: absolute;
    top: 250px;
    left: 0;
    height: 200px;
    background-color: rgba(245, 245, 245, 0.7);
    padding-top: 20px;
    line-height: 20px;
  }
  
  .ct-font a{
    padding-top: 20px;
  }
  
  #p-fl1,#p-fl2{
    margin-bottom: 50px;
  }
  
  .b-1,.b-2{
    margin-bottom: 50px;
  }
  
  .foot {
    max-width: 600px;
    margin: auto;
  }
  
}

@media screen and (max-width: 599px){
  
  #content {
    overflow: hidden;
    max-width: 350px;
  }

/* ボタン */

.header-navi ul{
  display: block;
}

.header-navi li{
  padding: 10px;
}

.header-navi img{
  width: 30px;
  height: 30px;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6d6d6d;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  transform: translateX(100vw);
  transition: all .5s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  transform: translateX(0);
}
/* ボタンここまで */

  .top {
    margin-top: 50px;
  }

  .ab {
   font-size: 16px;
   left: 0;
  }

  .infomation {
    padding: 0;
    max-width: 350px;
    }

  .news {
    position: static;
    display: block;
  }
  
  .p-c {
    position: static;
    margin-top: 30px;
  }
  
  .ko-info {
    max-width: 350px;
  }
  
  .over-v {
   flex-wrap: wrap;
  }

  .c-tour {
    margin-top: 50px;
  }

  .c-t img{
    width: 350px;
    height: 200px;
  }

  .c-t {
    height: 500px;
  }

  .ct-font {
    position: absolute;
    top: 200px;
    left: 0;
    height: 200px;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.7);
    padding-top: 20px;
    line-height: 20px;
    width: 350px;
  }
  
  .ct-font a{
    padding-top: 20px;
  }

  #ga3 {
    margin-bottom: 50px;
  }
  
  #ov1 {
    margin-bottom: 50px;
  }

  #p-fl3 {
    margin-bottom: 50px;
  }

  .b-3 {
    margin-bottom: 50px;
  }

  .p-fl {
    background-color: #f5f5f5;
    padding: 20px 0;
  }

  .blog {
    margin: 0;
  }

  .blog-fl {
    background-color: #f5f5f5;
    padding: 20px 0;
  }

  .c-r {
    max-width: 600px;
    text-align: center;
  }
  
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

 /* vanilla.jsの切り替え */

 #changePic {
  animation :imgfade 4s infinite;
  opacity: 0;
  }
  
  @keyframes imgfade {
    0% {
      opacity: 0;
    }

    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
  
    75% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/* JS、フェードイン */
.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}