/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web|Share+Tech|Raleway+Dots|Arvo|Julius+Sans+One);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);

header {
  padding: 9em 0;
}

.txt-center {
  text-align: center;
}

h2.web034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Titillium Web', sans-serif;
}

h2.about034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Share Tech', sans-serif;
}

h2.design034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Raleway Dots', cursive;
}

h2.dtp034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Arvo', serif;
}

h2.access034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Julius Sans One', sans-serif;
}

.design034-cont {
  background-image: url(../images/bg.jpg);
}

.img100 {
  width: 100%;
  height: auto;
}

nav {
  font-family: 'Share Tech', sans-serif;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #000;
}

a {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

srg {
  width: 50%;
  height: auto;
}

#map_canvas {
  width: 100%;
  height: 350px;
}

/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
}

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

  /* 479px以下用（スマートフォン用）の記述 */
  h2.web034 {
    font-size: 6rem;
    font-family: 'Titillium Web', sans-serif;
  }

  h2.about034 {
    font-size: 6rem;
    font-family: 'Share Tech', sans-serif;
  }

  h2.design034 {
    font-size: 6rem;
    font-family: 'Raleway Dots', cursive;
  }

  h2.dtp034 {
    font-size: 6rem;
    font-family: 'Arvo', serif;
  }

  h2.access034 {
    font-size: 6rem;
    font-family: 'Julius Sans One', sans-serif;
  }
}

button {
  width: 270px;
  margin: 1em;
  padding: 0.75em 1em 1em;
  border: none;
  background: none;
}

.btn-1 {
  border: 3px #F39800 solid;
  border-radius: 0.8em;
  color: #F39800;
  font-size: 1.4em;
  font-weight: 700;
  transition: all .3s ease-out;
}

.btn-1:hover {
  background: #F39800;
  border: 3px #FFF solid;
  border-radius: 0.8em;
  color: #FFF;
  font-size: 1.4em;
  transition: all .3s ease-out;
}

.btn-1::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
  font-size: 1.75em;
  content: '\f651';
}

.btn-1:hover::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
  font-size: 1.75em;
  content: '\f653';
}