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

body{
	font-family: "游ゴシック", "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:normal;
	font-size:100%;
  color: #583D32;
}

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-size: 12px;
  line-height: 1;
	font-weight: normal;
}

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

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

ul,ol {
	list-style:none;
}

a{
  color: #583D32;
	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;
}

.f_maru{
	font-family: 'Kosugi Maru', sans-serif;
  font-weight: 400;
}

header{
  width: 100%;
  height: 100px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}

header > div{
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

header > div h1{
  width: 330px;
}

header > div nav{
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

header > div nav ul{
  display: flex;
  justify-content: flex-start;
}

header > div nav ul a{
  display: block;
  padding: 0 15px;
}

header > div nav ul li{
  position: relative;
}

header > div nav ul li::before{
  content: "";
  width: 2px;
  height: 30px;
  background: #D1BFB6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


header > div nav ul li:last-of-type::after{
  content: "";
  width: 2px;
  height: 30px;
  background: #D1BFB6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

article{
  margin-top: 100px;
}

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


footer{
  padding: 30px 0;
  text-align: center;
  background: #FFF;
  position: relative;
}

footer small{
  font-size: 12px;
  line-height: 40px;
  color: #666;
  padding-left: 75px;
  background: url("../img/logo.png") no-repeat left center;
  background-size: auto 40px;
  display: inline-block;
}

.sp{
  display: none !important;
}

.pc{
  display: block !important;
}


@media screen and (max-width: 767px) {
  
  .sp{
    display: block !important;
  }

  .pc{
    display: none !important;
  }
  
  .btn_m{
		width: 20vw;
		height: 20vw;
		position:fixed;
		top: 0;
		right: 0;
		z-index:9999;
		opacity:1;
		cursor: pointer;
	}
			
	.menu {
		width: 10.5vw;
		height: 10vw;
		display: block;
		z-index: 99999;
		cursor: pointer;
    border: 1px solid #583D32;
    border-radius: 1vw;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%)
	}
			
	.menu span {
		width: 6vw;
		height: 3px;
		display: block;
		background: #583D32;
		position: absolute;
		right: 2vw;
		top: 48%;
		cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
    border-radius: 3px;
	}
	
	.menu span:not(:target) {
		display: block;
	}
	
	.menu .top {
    transform: translateY(-2vw);
	}
	
	.menu .bottom {
    transform: translateY(2vw);
	}
		
	.menu.is-open .middle {
	  background: rgba(255, 255, 255, 0);
	  display:none;
	}
	
	.menu.is-open .top {
    transform: rotate(-45deg) translateY(0px);
	}
	
	.menu.is-open .bottom {
    transform: rotate(45deg) translateY(0px);
	}
  
  header{
    width: 100%;
    height: 20vw;
  }

  header > div{
    width: 100%;
    height: 20vw;
  }

  header > div h1{
    width: 60vw;
    height: 20vw;
    padding-top: 3vw;
    overflow: hidden;
  }
  
  header > div nav{
    width: 100%;
    height: 100%;
    font-size: 3.5vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(0);
    background: rgba(255,255,255,.95);
    z-index: -1;
    display: none;
  }

  header > div nav ul{
    display: block;
    margin-top: 30vw;
    padding: 0 6vw;
  }

  header > div nav ul a{
    display: block;
    padding: 5vw 0;
  }

  header > div nav ul li{
    position: relative;
  }

  header > div nav ul li::before{
    width: 100%;
    height: 1px;
    background: #D1BFB6;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  header > div nav ul li:last-of-type::after{
    width: 100%;
    height: 1px;
    background: #D1BFB6;
    position: absolute;
    top : auto;
    bottom: 0;
    transform: translateY(0);
  }

  article{
    width: 100%;
    margin-top: 20vw;
    overflow: hidden;
  }

  .inner{
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
    position: relative;
  }

  footer{
    padding: 6vw 0;
  }

  footer small{
    font-size: 2.8vw;
    line-height: 1;
    padding-left: 0;
    padding-top: 13vw;
    background: url("../img/logo.png") no-repeat center top;
    background-size: auto 10vw;
    display: inline-block;
  }

}




