@charset "utf-8"; 

img{
  max-width: 100%;
  height: auto;
}
body{
  color: black;
  font-family: 'Times New Roman', Times, serif;
}

.header{
  display: flex;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.left{
max-width: 30%;
text-align: center;
padding: 0 20px;
margin: 0 auto;
box-sizing: border-box;
}
.left h1{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 10px;
  /* margin-top: 50px; */
  margin-bottom: 10px;
}
/* h1 img{
  width: 300px;
  height: 100px;
} */
.left p{
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 80px;
}
.left h2{
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 10px;
  margin-left: 100px;
  position: absolute;
  color:rgba(156, 149, 40, 0.616);
}

.right{
  box-sizing: border-box;
  height: 100vh;

}
.right img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

.left ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 300px;
  font-size: 1.2rem;
  margin:300px auto 0;
}

.top{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  font-size: 0.9rem;
}

.top a{
  text-decoration: none;
  color: #000;
}

.bottom{
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header i{
  color: #000;
}
.header li :hover{
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(228, 219, 93);
  transition: 0.5s;
}

.about{
  box-sizing: border-box;
  display: flex;
  /* justify-content: space-between; */
  padding: 0 10px;
}


/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:rgba(156, 149, 40, 0.616);
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}


/* //////////////////////// */

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/* /////////////////// */



.a-left{
  max-width: 30%;
}

.a-right{
  max-width: 69%;
  text-align: center;
  margin: 0 auto;
}
.a-right h2{
  font-size: 2rem;
  margin-bottom: 30px;
}
.a-right p{
  font-size: 1.3rem;
  margin-bottom: 30px;
}


.img{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto;
}
.img img{
  max-width: 300px;
  max-height: 200px;
}

.lists{
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.title {
  margin-bottom: 40px;
}
.title h2{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.title p span{

  letter-spacing: 5px;
  padding: 0 20px;
}

.items{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto 80px;

}
.item{
  width: 32%;
  margin-bottom: 40px;
}
.item h3{
  font-weight: bold;
  font-size: 1.2rem;
}
.item img{
  width: 400px;
  height: 200px;
  margin-bottom: 10px;
  object-fit: cover;
}

.info{
  box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 0 20px;
}

.i-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iframe{
  width: 49%;
}
.adress{
  text-align: left;
  width: 49%;
}
.adress h2{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.adress dl{
  font-size: 1.2rem;

}
.adress dt{
  float: left;
}
.adress dd{
  margin-left: 100px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #000;
}

.footer{
  width:100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #000;
  color: #fff;
}
.copylight{
  font-size: .5rem;
  margin: 40px auto 10px;
  text-align: center;
}
.f-text{
  padding: 0 20px;
}

.f-text h2{
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.f-text h3{
  font-size: 1.1rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.f-text p{
  font-size: .9rem;
  letter-spacing: 3px;
  margin-bottom: 3px;
}


.f-flex{
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.f-flex  li{
  margin-right: 20px;
}
.f-flex li:hover{
  font-weight: bold;
  color: rgb(228, 219, 93);
  transition: 0.5s;
}


.footer .icons a,i{
  color:#fff;
}
.footer .icons a:hover{
  font-size: 1.8rem;
  font-weight: bold;
  color: rgb(228, 219, 93);
  transition: 1s;
}
.footer .icons i:hover{
  font-size: 1.8rem;
  font-weight: bold;
  color: rgb(228, 219, 93);
  transition: 1s;
}


@media (max-width: 850px){
  .header{
    display: block;
  }
    .left{
      max-width: 100%;
      text-align: center;
      padding: 0 5px;
      margin: 0 auto;
      }
      .left h1{
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
      }
      .left p{
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 10px;
        margin-bottom: 40px;
      }
      .left h2{
        font-size: 6rem;
        font-weight: bold;
        letter-spacing: 10px;
        margin: 0 0 20px 0;
        position:inherit;
      }
      
      .right{
        margin: 0 auto;
        /* width: 100%;
        height: 100vh;
        object-fit: cover; */
        background-image: url(../img/back.jpg);
        max-width: 640px;
        max-height: 478px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    
      }

      .right img{
    /* width:100%;
    height:100%; */
    opacity: 0;
  }

  .left ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    margin:50px auto 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .a-left{
    display: none;
  }
  .a-right{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .img{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    margin: 80px auto;
  }
  .img img{
width: 100vw;
height: 100%;
  }

  .items{
    display: block;
    /* flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
    /* padding: 0 20px; */
    margin-bottom: 80px;
  }

  .item{
    width: 100%;
    margin-bottom: 80px;
  }

  .item img{
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    object-fit: none;
  }
  .i-flex{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; */
    display: block;
    box-sizing: border-box;
  }
  .iframe{
    width: 100%;
    margin-bottom: 30px;
  }
  .adress{
    width: 100%;
  }
  .f-flex{
    max-width: 800px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .f-flex .top{
    margin-bottom: 20px;
  }
  .f-flex .bottom{
    margin-bottom: 30px;
  }

}

@media (max-width: 650px){
  .img{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto;
  }
}