@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

li {
    list-style:none;

}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #3A3A3A;
	text-decoration: none;
}

a:visited {
  color: #3A3A3A;;
  text-decoration: none;
}

a:hover {
  color: #3A3A3A;
  text-decoration: none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

.s_font{
	font-size: 70%;
}
.m_font{
	font-size: 80%;
}

.red{
	color: rgba(224,23,73,1.00);
}

html {
  position: relative;
}

body {
  line-height: 1.7;
  font-size: 16px;
  color:#3A3A3A;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  -webkit-text-size-adjust: 100%;
	position: relative;
}

header  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: .3s;
  background-color:rgba(255,255,255,0.8);
}

#logo{
  float:left;
  width:100px;
  margin: 13px 0 5px 15px;
}

#logo img{
    width:100%;
}

.gNav-menu a .r_btn {
	background: #161616;
	padding: 0 20px 2px 20px;
	margin-top: -7px;
	margin-right: 15px;
	border: 2px solid #161616;
	border-radius: 20px;
	color:#ffffff;
	letter-spacing: 0.1em;
}

.gNav-menu a .r_btn:hover {
	background: none;
	color: #161616;
	font-weight: 600;
}

#gNav .gNav-menu li a:hover{
		color: #888888;
}

#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: 10px;
	margin-right: 13px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #3A3A3A;
	box-sizing: border-box;
}


@media screen and (min-width: 769px){
	
.btn-gNav{
		display: none;	
}
	
header nav{
	width:660px;
	float: right;
}

header nav ul{
	justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
	margin-top: 25px;
}
	
#gNav .gNav-menu li a{
		display: block;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.05em;
	font-size: 105%;
}
	
.sp {
        display: none;
 }
	
}

@media screen and (max-width: 900px) {
header nav{
	width:580px;
	float: right;
	font-size: 95%;
}
}

@media screen and (max-width: 768px) {	
#hamburger .btn-gNav{
  position: fixed;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 26px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #555;
  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:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #555;
  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 :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.90);
  font-size: 20px;
  box-sizing: border-box;
  z-index: 2;
  padding: 40px 0;
  transition: .3s;
}
	
#gNav.open{
  right: 0px;
}

#gNav .gNav-menu{
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

#gNav .gNav-menu li{
  display: block;
	padding: 15px 0;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}
	
.gNav-menu a .r_btn {
	width:240px;
	margin:10px auto 0 auto;
	border: 2px solid #161616;
	border-radius: 20px;
	line-height: 0.6em;
}

.pc {
        display: none;
}
.sp {
        display: block;
}
	
#logo{
  float:left;
	width:85px;
	margin: 10px 0 0 10px;
}

#page-top a {
    width: 40px;
	height: 40px;
	padding-top: 5px;
	margin-right: 10px;
}
}

