@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
@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;
	text-align: center;
}

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.7em;
  font-size: 14px;
  color:#3A3A3A;
  font-family:'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
	position: relative;
	letter-spacing: 0.07em;
	box-sizing: border-box;
}

main{
width:100%;
overflow-x: hidden !important;
}

h2{
	font-size: 190%;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
}


header  {
  width: 100%;
	overflow: hidden;
}

#nav{
	width:900px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	overflow: hidden;
	padding-bottom: 10px;
}


#logo{
  float:left;
  width:90px;
  margin: 10px 0 3px 0;
}

#gNav{
	font-size: 95%;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	
}

header nav{
	width: 600px;
	float: right;
}

#logo img{
    width:100%;
}

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

li .s_nav{
   font-size: 70%;
	font-family: 'Josefin Sans', sans-serif;
}

.hd_info{
	width:900px;
	margin: 0 auto;
	padding-top:10px;
	overflow: hidden;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.07em;
}

.r_btn {
	padding: 9px 30px 7px 32px;
	margin-top: -12px;
	margin-right: 0;
	border: 1px solid #161616;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	line-height: 1.3em;
	 
}

.r_btn:hover {
	background: #161616;
	color: #fff; 
	transition: 0.5s ease-in-out;
}

.fa-lg{
	padding-top: 3px;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    font-size:200%;
	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:10%;
    background-color: #3A3A3A;
	box-sizing: border-box;
}

/*背景*/
.back{
     width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
	background-color: #F7F4F6;
}

#Copyright{
	text-align: center;
	line-height: 2.5em;
	font-size: 90%;
	padding-top: 5px;	
}

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

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:920px) {	
#nav{
	width:94%;
}

header nav{
	width:530px;
	float: right;
}
	
#gNav .gNav-menu li a{
	line-height: 1.3em;
}
	
body {
  line-height: 1.5em;
  font-size: 90%;
}
	
.hd_info{
	width:92%;
}
	
}

@media screen and (max-width: 768px) {
	
body {
  line-height: 1.5em;
  font-size: 80%;
}
#nav{
	position: fixed;
	width:100%;
	 background:rgba(255,255,255,0.9);
	height: 50px;
	 top: 0;
	z-index: 5;
	border-bottom: none;
}
	
h2{
	font-size: 180%;
	margin-bottom: 10px;
}

	
#hamburger .btn-gNav{
  position: fixed;
  top: 19px;
  right: 16px;
  width: 35px;
  height: 26px;
  z-index: 6;
  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.9);
  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;
	line-height: 1.4em;
	font-size: 90%;
}
	
#gNav .gNav-menu li .s_nav{
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.4em;
	font-size: 55%;
}
	
.gNav-menu a .r_btn {
	width:240px;
	margin:15px auto 0 auto;
	border: 2px solid #161616;
	line-height: 0.6em;
}

.pc {
        display: none;
}
.sp {
        display: block;
}
	
#logo{
	width:65px;
	margin: 9px 0 0 3%;
}

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

/*webfont*/
@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 100;
    src: url('../font/NotoSans-Thin.eot');
    src: local('NotoSans-Thin'), 
         url('../font/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Thin.woff') format('woff'),
         url('../font/NotoSans-Thin.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSans-Light.eot');
    src: local('NotoSans-Thin'), 
         url('../font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Light.woff') format('woff'),
         url('../font/NotoSans-Light.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSans-DemiLight.eot');
    src: local('NotoSans-Thin'), 
         url('../font/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-DemiLight.woff') format('woff'),
         url('../font/NotoSans-DemiLight.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSans-Regular.eot');
    src: local('NotoSans-Regular'), 
         url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Regular.woff') format('woff'),
         url('../font/NotoSans-Regular.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSans-Medium.eot');
    src: local('NotoSans-Medium'), 
         url('../font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Medium.woff') format('woff'),
         url('../font/NotoSans-Medium.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 600;
    src: url('../font/NotoSans-Bold.eot');
    src: local('NotoSans-Bold'), 
         url('../font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Bold.woff') format('woff'),
         url('../font/NotoSans-Bold.otf') format('opentype')
}

@font-face {
    font-family: "NotoSans";
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSans-Black.eot');
    src: local('NotoSans-Black'), 
         url('../font/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSans-Black.woff') format('woff'),
         url('../font/NotoSans-Black.otf') format('opentype')
}