@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.spShow {
  display: none;
}
.pcShow {
  display: show;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
ul {
  list-style: none;
}
a:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}

@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 83vh;
}

#wrapper h2#logo{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0;
}
#wrapper h2#logo img {
  width: 100%;
  display: block;
}

#wrapper header {
  background: #011410;
  width: 100%;
  margin: 0;
  padding: 0;
}
#wrapper header #header{
  background: url(../images/mv_bg.jpg) no-repeat;
  background-position: top;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  background-size: cover;
}
#wrapper header h1 {
  width: 100%;
  max-width: 338px;
  margin: 0 auto;
  padding: 73px 0;
}

#wrapper header h1 img {
  width: 100%;
}

#wrapper #contents {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}

#wrapper #contents h3 {
  width: 95%;
  max-width: 145px;
  margin: 0 auto;
  padding: 2em 0 1em;
}
#wrapper #contents h3 img {
  width: 100%;
}

#wrapper #contents h5 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #28b8bc;
}

#wrapper #contents p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #28b8bc;
}

#wrapper #contents p#triangle {
  width: 18px;
  margin: 1em auto;
}
#wrapper #contents p#banner {
  width: 95%;
  max-width: 376px;
  margin: 0 auto;
}

#wrapper #contents .pictures{
  display: flex;
  align-items: center;
  justify-content: center;

}

#wrapper #contents .pictures img{
  margin:10px;
  /* max-width: 280px; */
  max-height: 200px;
  width: auto;
}
#wrapper #contents p#triangle img,
#wrapper #contents p#banner img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  #wrapper #contents .text {
    font-size:0.75em
  }

  #wrapper #contents .pictures{
    flex-direction: column;
  }
}

.content {
  border-bottom: 2px solid grey;
  margin: 1.2em auto;
  margin-top: 1.5em;
  width: 70%;
}

/*	フッター部
----------------------------*/
footer {
  padding: 2em 0;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-align: center;
  margin: auto;
}
footer #footer {
  width: 95%;
  margin: 0 auto;
}
footer #footer h3 {
  width: 95%;
  max-width: 100px;
  margin: 0 auto;
  padding: 0 0 1em;
}
footer #footer h3 img {
  width: 100%;
}
footer #footer p#btn_contact {
  width: 95%;
  max-width: 130px;
  margin: 0 auto;
  padding: 0 0 1em;
}
footer #footer p#btn_contact img {
  width: 100%;
}

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

  .spShow {
    display: show;
  }
  .pcShow {
    display: none;
  }
  footer #footer {
    font-size:0.75em
  }

}
