@charset "UTF-8";

header,footer,nav,main,section,{
display:block;
}

html {
  font-size: 100%;
}
body {

}
a {
  text-decoration: none;
}
img {
  /* max-width: 100%; */
}

.box {
  position   : relative;
  height: 700px;
  min-height: 300px;
  margin     : auto;
  overflow   : hidden;
}

.box .bgImg {
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各8s = 32s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background-image : url(../images/home-top/home-top-gaku.jpg);   /* 背景の画像を指定 */
}
.box .src2 {
  background-image : url(../images/home-top/home-top-nama.JPG);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box .src3 {
  background-image : url(../images/home-top/home-top-gaku.jpeg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}
.box .src4 {
  background-image : url(../images/home-top/home-recommend.jpeg);   /* 背景の画像を指定 */
  animation-delay  : 18s;
}

@keyframes bgAnime {
   0% { opacity: 0; transform: scale(1.0, 1.0); }
   1% { opacity: 1; transform: scale(1.0, 1.0); }
   5% { opacity: 1; transform: scale(1.0, 1.0); }
  21% { opacity: 1; transform: scale(1.1, 1.1); }
  25% { opacity: 1; transform: scale(1.1, 1.1); }
  26% { opacity: 0; }
 100% { opacity: 0; }
}

.boxString{
  position   : absolute;
  display    : inline-block;
}

.wrapper {
  margin: 0 auto;
}

.logo {
  margin-top: 40px;
  margin-left: 40px;
  border-radius: 7%;
}

.page-header {
  margin-bottom: 0;
  width: 100%;
}

/* MAIN NAV */
.main-nav {
  margin: 0 auto;
  font-size: 1.3rem;
  font-family: "Comic Sans MS";
}

.main-nav li {
  /* margin-top: 13px; */
  margin-left: 20px;
  margin-right: 20px;
}

.main-nav a {
  color: #fff;
}

.main-nav a:hover {
  color: green;
}


/* TOP TEXT */
.top {
  /* height: 1000px; */
  /* background-color: rgba(140,15,0) */
}

.top-photo {
  margin: 0 auto;
  display:flex;
  justify-content: space-around;
  padding-top: 100px;
  width: 90%;
}

.top-photos {
  margin: 10px;
  width: 100%;
  border-radius: 50%;
  background-color: #000;
}

.top-photos img{
  width: 100%;
  /* border: solid 1px; */
  overflow: hidden;
  transition-duration: 0.3s;
  border-radius: 50%;
}

.top-photos:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.top-text {
  /* color: #fff; */
  text-align: center;
  /* height: 500px; */
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding-top: 170px;
  padding-bottom: 170px;
}

.top-text h2 {
  letter-spacing: 0.08rem;
  font-weight: normal;
  font-size: 1.2rem;
}

.top-text p {
  font-size: 0.9rem;
  margin-top: 6px;
  margin-left: 70px;
}


/* FOTTER */
 .foot {
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  height: 73px;
  /* margin-top: 100px; */
}

.foot p {
  padding-top: 30px;
  color: #fff;
  font-size: 0.875rem;
}

/* ABOUT */
.text-top {
  padding-top: 50px;
  text-align: center;
  line-height: 2.4rem;
}

.text-top p{
  font-size: 1.1rem;
}

.readmore1 {
  padding-top: 50px;
}

.button1 {
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 0.5em;
  padding-top: 0;
  text-decoration: none;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  color: #fff;
  transition: .4s;
}

.button1:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

.about-gaku {
  margin: 0 auto;
  padding-top: 40px;
  background-color: red;
  display: flex;
  color: #fff;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 40px;
}

.about-gaku1 {
  background-color: rgba(0,17,0,0.75);
}

.about-gaku2 {
  background-color: #871900;
}

.about-gaku3 {
  background-color: rgba(0,0,30,0.75);
}

.content-title {
  text-align: center;
  height: 650px;
  /* padding:40px 40px; */
}

.content-title h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 2.6rem;
  /* margin-top: 60px; */
  padding-top: 120px;
  font-family: "Comic Sans MS";
  /* padding-right: 10p */
}

.content-title p {
  font-weight: bold;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 135px;
  font-size: 1rem;
  padding-top: 17px;
  padding-bottom: 3px;
  border-bottom: 1px solid ;
}

.text {
  margin-top: 50px;
  padding-bottom: 20px;
}

.text h2 {
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.text p {
  color: #fff;
  font-size: 0.9rem;
  /* margin-top: 20px; */
  margin: 10px;
  padding: 0px;
  line-height: 2.0rem;
}

.texts p{
  text-align: justify;
  /* font-family: "Comic Sans MS"; */
}

/* BUTTON */
.readmore {
  text-align: center;
  padding-top: 60px;
  margin-top: 0px;
}

.button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.35em 0.6em;
  text-decoration: none;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  color: #fff;
  transition: .4s;
}

.button:hover {
  padding-left: 0.8em;
  padding-right: 0.4em;
}

/* CONTENT TITLE  */
.content-title {
  overflow: hidden;
  transition-duration: 0.3s;
  /* font-family: "Comic Sans MS"; */
}

.content-title-about {
  background-image: url(../images/home-top/home-about.jpeg);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-title-recommend {
  background-image: url(../images/home-top/home-recommend.jpeg);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-title-menu {
  background-image: url(../images/home-top/home-menu.jpeg);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* information */
.information p {
  text-align: center;
  font-size: 0.9rem;
  padding-top: 25px;
  letter-spacing: 0.03rem;
}

.only-information {
  background-image: url(../images/home-top/last.jpg);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
  /* height: 1100px; */
}

.content-title-another {
  height: 160px;
  text-align: center;
}

.content-title-another h2 {
  font-weight: lighter;
  font-size: 2.4rem;
  padding-top: 100px;
}

/* Instagram */
.insta {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  /* height: 500px; */
  /* background-color: #fff; */
}

.insta-sm {
  text-align: center;
  margin: 0 auto;
}

.iswd-base {
  text-align: center;
  margin: 0 auto;
  /* height: 300px; */
  width: 500px;
}


.information-wrapper {
  /* height: 700px; */
  text-align: center;
  /* margin-bottom: 130px; */
}

/* INFORMATIONS */
.informations {
  background-color: rgb(245,245,245);
}

.informations h1 {
  font-family: "Comic Sans MS";
  font-size: 2rem;
  padding-top: 130px;
  padding-bottom: 70px;
  text-align: center;
  color: red;
}

.informations h2 {
  /* text-align: center; */
  margin: 0 auto;
  font-size: 1.1rem;
  border-bottom: 2px solid;
  width: 71px;
  line-height: 1rem;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.informations h3 {
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.informations h4 {
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  margin: 0 auto;
  font-size: 1rem;
}

.informations p {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.8);
  padding-top: 20px;
  letter-spacing: 0.04rem;
    line-height: 0.5rem;
}

.information-text {
  padding-top: 30px;
  padding-bottom: 20px;
}

.p1 {
  padding-top: 10px;
}

.time {
  margin-top: 30px;
  line-height: 1.3rem;
}

.time h3 {
  margin-top: 30px;
}

.time p {
  line-height: 1.2rem;
  font-size: 1.3rem;
}

.map {
  width: 70%;
  margin: 0 auto;
  /* padding-top: 100px; */
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  padding-top: 50px;
  /* margin-bottom: 50px; */
  left: 0;
  top: 0;
  height: 95%;
  width: 100%;
}


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

	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
  .box {
    width: 100%;
    height: 250px;
    position   : relative;
    margin     : auto;
    overflow   : hidden;
  }

  .box .bgImg {
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 24s infinite;   /* 4画像 × 各8s = 32s */
  }

  /* --- 段差で背景画像のアニメーションを実行 ----------------- */
  .box .src1 {
    background-image : url(../images/home-top/home-top-gaku.jpg);   /* 背景の画像を指定 */
  }
  .box .src2 {
    background-image : url(../images/home-top/home-top-nama.JPG);   /* 背景の画像を指定 */
    animation-delay  : 6s;
  }
  .box .src3 {
    background-image : url(../images/home-top/home-top-gaku.jpeg);   /* 背景の画像を指定 */
    animation-delay  : 12s;
  }
  .box .src4 {
    background-image : url(../images/home-top/home-recommend.jpeg);   /* 背景の画像を指定 */
    animation-delay  : 18s;
  }

  @keyframes bgAnime {
     0% { opacity: 0; transform: scale(1.0, 1.0); }
     1% { opacity: 1; transform: scale(1.0, 1.0); }
     5% { opacity: 1; transform: scale(1.0, 1.0); }
    21% { opacity: 1; transform: scale(1.1, 1.1); }
    25% { opacity: 1; transform: scale(1.1, 1.1); }
    26% { opacity: 0; }
   100% { opacity: 0; }
  }

  .boxString{
    position   : absolute;
    display    : inline-block;
  }

  .logo {
    width: 50%;
    height: 50%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 7%;
    /* display: none; */
  }

  /* INFORMATIONS */
  .informations {
    background-color: rgb(245,245,245);
    padding-bottom: 30px;
  }

  .informations h1 {
    font-family: "Courier";
    font-size: 1.7rem;
    padding-top:55px;
    padding-bottom: 35px;
    text-align: center;
    color: red;
  }

  .informations h2 {
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 1rem;
    border-bottom: 2px solid;
    width: 71px;
    line-height: 1rem;
    padding-bottom: 3px;
  }

  .informations h3 {
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 0.8rem;
  }

  .informations h4 {
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    margin: 0 auto;
    font-size: 0.6rem;
  }

  .informations p {
    text-align: center;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.8);
    padding-top: 10px;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
    line-height: normal;
  }

  .content-title {
    text-align: center;
    height: 300px;
    /* padding:40px 40px; */
  }

  .content-title h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 1.5rem;
    padding-top: 40px;
    font-family: "Comic Sans MS";
  }

  .content-title p {
    font-weight: bold;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-size: 0.8rem;
    /* padding-bottom: 3px; */
  }

  .about-gaku {
    flex-direction: column;
    color: #fff;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .content-title-about {
    background-image: url(../images/home-top/home-about.jpeg);
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 250px;
  }

  .content-title-recommend {
    background-image: url(../images/home-top/home-recommend.jpeg);
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 250px;
  }

  .content-title-menu {
    background-image: url(../images/home-top/home-menu.jpeg);
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 250px;
  }

  .top-photo {
    width: 85%;
    padding-top: 0;
    justify-content: space-around;
  }

  .top-photos {
    margin: 12px;
  }

  .about2 {
    margin: 0 auto;
    width: 75%;
  }

  .text {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .readmore {
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .readmore a {
    font-size: 0.6rem;
  }

  .texts h2 {
    font-size: 1.2rem;
    padding-left: 15px;
    padding-bottom: 0;
  }

  .text p {
    color: #fff;
    font-size: 0.7rem;
    /* margin-top: 20px; */
    margin: 10px;
    padding: 0px;
    line-height: 1.3rem;
  }

  .content-title-another {
    height: 100px;
  }

  .information-text {
    padding-top: 0;
    padding-bottom: 7px;
    width: 80%;
    margin: 0 auto;
  }

  .information-text p {
    padding-top: 0;
    font-size: 0.7rem;
  }

  .time {
    margin-top: 0;
  }

  .time h3 {
    font-size: 1.1rem;
  }

  .time p {
    padding-top: 0;
    font-size: 0.8rem;
  }
  
  .insta {
display: none;


}
