@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-size:100%;
	color: #1a1a1a;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4{
	font-weight: normal;
  line-height: 1;
}

img{
  max-width: 100%;
  height: auto;
	vertical-align: top;
}

a img{
	border: none;
	outline: none;
}

ul,ol {
	list-style: none;
}

.alc{
  text-align: center;
}

a{
  color: #913c16;
	text-decoration: none;
	transition: 0.3s linear;
}
@media screen and (min-width: 768px) {
  a:hover{
    text-decoration:none;
    transition:0.3s;
    opacity:0.7;
  }
}

a:focus {
  outline: none;
}

* {
  box-sizing: border-box
}
*:before, *:after {
  box-sizing: border-box
}

.inner{
  width: 1030px;
  margin: 0 auto;
  position: relative;
}

footer{
  text-align: center;
  padding: 45px 0 50px;
}

footer p{
  font-size: 12px;
  line-height: 1;
  display: block;
  letter-spacing: .05em;
  margin-bottom: 35px;
}

footer img{
  width: 310px;
}

.sp{
  display: none;
}

.pc{
  display: block;
}

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

  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  
  .inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  
  footer{
    text-align: center;
    padding: 15vw 0;
  }

  footer p{
    font-size: 2.5vw;
    margin-bottom: 4vw;
    letter-spacing: normal;
  }

  footer img{
    width: 60%;
  }
  
}




