@import url("normalize.css");

/*                                            */
/*                common style                */
/*                                            */

html{
  height: 100%;
}

body {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  min-width: 320px;
  color: #2B2828;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

body {
  background-image: url(headimg-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


a,
a:link,
a:visited {
  color: #2B2828;
  text-decoration: none;
}

.header {
  margin: 200px auto 10px auto;
  width: 50%;
}

.h1box {
  text-align: center;
  height: 100%;
}

h1 {
  color: #2222BB;
}

h1 > #note {
  font-size: 15px;
  color: #444444;
}

.container {
  width: 100%;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -wenkit-justify-content: center;
  justify-content: center;
}

#link {
  border: solid 1px #2B2828;
  border-radius: 20px;
  padding: 10px;
  margin: 20px;
  background-color: #FFFFFF;
}

a:hover > #link {
    background-color: rgb(214, 217, 255);
      -webkit-transition: background-color .3s;
      -moz-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s;
}

.contact {
  text-align: center;
}

ul {
  list-style-type: none;
  font-size: small;
  padding: 0;
}

.nobreak {
  word-break: keep-all
}
.nobreak wbr::before {
  content: "\200B"
}

/* footerここから */
footer {
  width: 100%;
}

.copyright {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #2B2828;
  font-size: 0.5em;
}

/* footerここまで */

/* media queries */

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

a:hover{
  background-color: none !important;
}
.header {
  width: 90%;
  margin-top: 80px;
}

iframe {
  display: none;
}

}
/* media queries ここまで */
