@charset "utf-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}


body {
  background-color: rgb(100, 100, 100);
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-family: 'Kosugi Maru', sans-serif; 
}


.wrapper {
  width: 900px;
  margin: 0 auto;
  background-color: rgb(150, 150, 150);
}


.wrapper h1 {
  width: 900px;
  color:rgb(0, 0, 0);
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
  font-family: 'Dela Gothic One', cursive;
}

.under {
  position: relative;
}

.under h1 {
  position: absolute;
  color: rgb(170, 170, 170);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.under img {
  width: 100%;
}



.header {
  width: 900px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  font-size: x-large;
}


nav.menu ul {
  width: 900px;
  height: 50px;
  margin-left: 3px;
}


nav.menu ul li {
  width: 128px;
  float: left;
}


nav.menu ul li a {
  font-family: 'Dela Gothic One', cursive;
  line-height: 50px;
  text-align: center;
  color: rgb(150, 150, 150);
  text-decoration: none;
  font-weight: bold;
  background-color: rgb(50, 50, 50);
  border-right: 1px solid rgb(100, 100, 100);
  display: block;
}


nav.menu ul li a:hover {
  background-color: rgb(255, 255, 255);
  text-decoration: underline;
  color: rgb(100, 100, 100);
  text-decoration: none;
}


.wrap {
  width: 90%;
  margin: 0 auto;
}



/* Profile */

.profile {
  width: 500px;
  margin-left: 200px;
  text-align: left;
}

.profile h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: 'Dela Gothic One', cursive;
}

.profile dt {
  font-size: 0.75em;
  font-weight: bold;
  border-bottom: 1px solid rgb(100, 100, 100);
}

.profile dd {
  font-size: 1em;
  margin-top: 3px;
  margin-bottom: 12px;
}


/* Photo */

.photo {
  width: 700px;
  text-align: center;
  margin: 100px;
}

.photo h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.photo p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.photo img {
  margin: 5px;
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  margin-bottom: 10px;
}



/* Logo1 */

.logo1 {
  width: 700px;
  text-align: center;
  margin: 100px;

}

.logo1 h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.logo1 p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.logo1 img {
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  margin-bottom: 10px;
}



/* Logo2 */

.logo2 {
  width: 700px;
  text-align: center;
  margin: 100px;
}

.logo2 h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.logo2 p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.logo2 img {
  margin: 5px;
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  margin-bottom: 10px;
}



/* Bunner */

.bunner {
  width: 700px;
  text-align: center;
  margin: 100px;
}

.bunner h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.bunner p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.bunner img {
  margin: 5px;
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
}




/* Website */

.website {
  width: 700px;
  text-align: center;
  margin: 100px;
}

.website h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.website p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.website img {
  margin: 5px;
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
}



/* LandingPage */

.landingpage {
  width: 700px;
  text-align: center;
  margin: 100px;
}

.landingpage h2 {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Dela Gothic One', cursive;
}

.landingpage p {
  text-align: left;
  width: 700px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

.landingpage img {
  margin: 5px;
  padding: 3px;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
}


/* footer */

footer {
  height: 40px;
  background-color: rgb(50, 50, 50);
  color: rgb(170, 170, 170);
  margin-top: 50px;
}


footer small{
  display: block;
  text-align: center;
  padding-top: 15px;
}



/* ボタン */

button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 25%;
  position: fixed;
  cursor: pointer;
}

#jquery_btn_top {
  color: rgb(255, 255, 255);
  font-weight: bolder;
  background-color: rgb(50, 50, 50);
  border: 2px solid rgb(100, 100, 100);
  right: 5%;
  bottom: 5%;
}



/*固定用css*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

