@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝" ,serif;
  font-style: normal;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  height: 100%;
}
body{
	  border-top: solid 15px #000000;
}
h1,h2,h3,h4,h5,h6,div,article,section,ol,ul,li,dl,dt,dd{
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
a {
  text-decoration: none;
}
a img:hover {
  opacity: 0.5;
}

.back {
  width: auto;
/*  background-image: url(../img/back.jpg);
  background-repeat: repeat;*/
  margin: 0;
  padding: 0;
}

.article p {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 641px) {
  .pcnone {
    display: none;
  }

  .contents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents-two {
    width: 900px;
    float: left;
  }

  /*ヘッダー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #head {
    width: 1200px;
    margin: 0px auto;
	clear: both;
	  a.logo {
		margin-top: 20px;
		float: left;
	  }
	  a.btn_contact {
		margin-top: 60px;
		float: right;
	  }
  }


  /*ナビ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #nav {
    width: auto;
  }
  #nav ul {
    width: 1200px;
	  margin: 30px auto 0;
	padding-left: 30px;
    list-style: none;
    font-size: 0;
  }
  #nav li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 22px;
    text-align: center;
    line-height: 100%;
	  border-left: solid 2px #000000;
  }
	#nav li:last-child {
	  border-right: solid 2px #000000;
		
	}
  #nav li a {
    font-size: 24px;
    font-family:sans-serif;
    color: #000000;
  }
  #nav li span {
    font-size: 14px;
  }
  #nav li:hover {
	  background-color: #000000;
	  a{
		  color: #ffffff;
	  }
  }

  /*サイドメニュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #side {
    width: 210px;
    margin-top: 50px;
    float: right;
  }
  #side ul {
    list-style-type: none;
  }
  #side li {
    margin-bottom: 10px;
  }

  /*フッター＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  footer {
    width: auto;
    padding: 30px 60px;
    background-color: #000000;
    clear: both;
  }
  footer nav {
    width: 1200px;
    margin: 0px auto;
    clear: both;
  }
  footer nav ul {
    margin-right: 80px;
    list-style-type: none;
    float: left;
  }
  footer nav ul:last-child {
    margin-right: 0px;
  }
  footer nav li {
    padding-bottom: 5px;
    color: #FFFFFF;
  }
  footer a {
    text-decoration: none;
    color: #FFFFFF;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer img.logo {
    float: right;
  }

  .copy {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    clear: both;
  }
  .copy h3 {
    font-size: 40px;
    font-family: serif;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 640px) {
  .drawer {
    z-index: 100;
  }

  .mbnone {
    display: none;
  }

  .contents, .contents-two {
    width: 100%;
    margin: 0% auto;
  }

  /*ヘッダー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #head {
    width: 100%;
    border-bottom: #000000 10px solid;
	text-align: center;
	padding-top: 20px;
	  a.logo img {
		  width: 80vw;
	  }
  }

  .drawer {
    z-index: 100;
  }

  /*フッター＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .copy {
    width: auto;
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    clear: both;
  }
  .copy h3 {
    font-size: 10vw;
    font-family: serif;
    letter-spacing: 5px;
  }
  .copy p {
    font-size: 12px;
  }
}
