/*フォント---------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url('https://fonts.googleapis.com/css?family=Signika:400,600,700');
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

body {
  font-family: "Noto Sans jp", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,
body,
.all {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
}

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

a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#fade {
  display: none;
}


/*見出し、テキスト---------------------*/

h1 {}

h2 {
  font-size: 35px;
  font-family: 'Signika', 'Noto Sans jp';
  font-weight: 600;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
  letter-spacing: 1;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 1;
  background-color: black;
  border-radius: 10px 0 0 0;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  color: black;
  letter-spacing: 1;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid black;
  font-weight: bold;
}




p {
  font-family: 'Noto Sans jp';
  letter-spacing: 0.5;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 20px;
}


/*「詳しく見る」---------------------*/

.more {
  width: 150px;
  text-align: center;
  line-height: 30px;
  background-color: white;
  border: 2px solid darkgray;
  border-radius: 30px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2;
  margin-left: auto;
  margin-top: 20px;
}

.more a {
  color: darkgray;
}

.more:hover {
  background-color: black;
  border: 2px solid black;
}

.more:hover a {
  color: white;
  opacity: 1.0;
}


/*ページ先頭に戻る*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: gray;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

#pageTop i {
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
