@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Lato:100,300,400,700,900);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500;600;700&display=swap');



header  {
  width: 800px;
  margin: 0 auto;
}

#logo {
    width:200px;
    margin: 30px auto 20px auto;   
}

#logo img{
    width:100%;
}

.btn-gNav{
		display: none;	
}

header nav ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

#gNav .gNav-menu li a {
    display: block;
    font-weight: 500;
    font-size: 140%;
    letter-spacing: 0.05em;
	color: #a07e64;
    font-family: 'Barlow Condensed', sans-serif;
}

#gNav .gNav-menu li a:hover{
		opacity: .6;
}

.gNav-menu a .r_btn {
	background: #a07e64;
	font-size: 130%;
	padding: 0 20px 2px 20px;
	border: 2px solid #a07e64;
	color:#ffffff;
	border-radius: 20px;
	letter-spacing: 0.1em;
	font-family: 'Barlow Condensed', sans-serif;
}

.gNav-menu a .r_btn:hover {
	background: none;
	color: #a07e64;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    font-size: 100%;
	z-index: 100;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
	padding-top: 13px;
	margin-right: 13px;
    text-align: center;
    display: block;
    background-color:#808080;
	box-sizing: border-box;
}
.sp {
        display: none;
 }

h2{
	font-size:260%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
}

h3{
	font-size:220%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
	
header  {
  width: 90%;
  margin: 0 5%;
}
    
#logo {
    width:130px;
    margin: 15px auto;   
}
  
body{
	font-size:80%;
}  

}


@media screen and (max-width: 680px) {
	
body{
   width:100%;
   font-size:80%;
    line-height: 1.5em;
}

.pc {
        display: none;
}
.sp {
        display: block;
}
 
    
#hamburger .btn-gNav{
  position: fixed;
  top: 22px;
  right: 20px;
  width: 40px;
  height: 34px;
  z-index: 100;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3a3a3a;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
	
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:12px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:24px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #3a3a3a;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
	
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 8px;
  background :#333;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -110%;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.90);
  font-size: 20px;
  box-sizing: border-box;
  z-index: 99;
  padding: 10px 0;
  transition: .3s;
	margin-right: -1px;
}
	
#gNav.open{
  right: 0px;
}

#gNav .gNav-menu{
  flex-direction: column;
  text-align: center;
}

#gNav .gNav-menu li a{
    display: block;
    padding-bottom: 30px;
    letter-spacing: 0.1em;

}
#gNav .gNav-menu .first{
	padding-top: 60px;
}

#gNav .gNav-menu li a {
    font-size: 110%;
    color: #333;
}

	
.gNav-menu a .r_btn {
	font-size: 110%;
	background: #333;
    width: 200px;
	padding: 10px 0 10px 0;
	border: 2px solid #333;
	color:#ffffff;
	border-radius: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0 auto;
}

.gNav-menu a .r_btn:hover {
	background: none;
	color: #333;
}
	
#gNav .gNav-menu a .nav_button {
    margin-top: -1px;
    width: 40%;
    margin: 0 auto;
	padding-top: 6px;
	font-size: 100%;
}
	
#logo {
    width:70px;
    margin: 10px auto 5px auto; 
}
    
.btn-gNav{
		display: block;	
}

h2{
	font-size:200%;
}

}