@charset "UTF-8";

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}@media screen and (min-width:768px){html{font-size:75%}}@media screen and (max-width:767px){html{font-size:62.5%}}body{color:#000;line-height:1.8;font-size:1.7rem;font-smoothing:antialiased;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;color:inherit;outline:0}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:bottom;width:100%;max-width:100%;height:auto}button,img{line-height:1}button{background-color:transparent;border:0;cursor:pointer;padding:0;appearance:none}:focus,button{outline:0}*{box-sizing:border-box}

body {
  line-height: 1.8;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Roboto Slab', serif;
*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

a{
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

.noPC{ display: none!important;}
.tabSp{ display: none!important;}


.inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.flex{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .noPC{ display: block!important;}
  .noSP{ display: none!important;}
  img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .flex{
    display: block;
  }
}

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

}


/*
-------------------------------------------------- */
/* ローディング画面 */
#loading {
  transition: all 1s;
  background-color: #000;
	position: fixed;
  top: 0;
  z-index: 999;
}
#loading .spinner{
	display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
#loading .spinner img{
	display: block;-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 0%);
	height: 120px;
	width: 100px;
}
#loading small{
	color: #fff;
	position: fixed;
	bottom: 0px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


header{
	position: fixed;
	top: 40px;
	left: 50px;
	z-index: 999;
}

.home header{
	top: 50px;
}

header .logo{
	width: 230px;
	margin-bottom: 20px;
}

header .gnav li{
	margin-bottom: 10px;
}

header .gnav li a{
	display: inline-block;
	line-height: 1;
	font-family: 'Roboto Slab', serif;
	font-size: 2rem;
	letter-spacing: 0.04em;
	position: relative;
  text-shadow: 0px 0px 3.36px rgba(0, 21, 49, 0.75);
}

header .gnav li a::first-letter{
	font-size: 125%;
}

.blank::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transform: translateY(-3px);
	width: 21px;
	height: 21px;
	background: url(../img/icon_blank.png) no-repeat center center / 100% auto;
}

header .sns_btn{
	margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  #btn_menu{
    width: 78px;
    height: 96px;
    background: url(../img/btn_menu.png) no-repeat center center / 100% auto;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 1000;
    cursor: pointer;
  }
  #btn_menu.close{
    background-image: url(../img/btn_menu_close.png);
  }
  header{
    width: 100%;
    height: 100%;
    background: url(../img/menu_bg.jpg) no-repeat center top / cover;
    top: 0;
    left: 0!important;
    transform: translateX(100%);
	  display: flex;
	  align-items: center;
	  justify-content: center;
  	flex-direction: column;
    transition: .3s;
  }
	.home header{
	  top: 0;
	}
  header.active{
    transform: translateX(0);
  }
	header .gnav li{
	  margin: 10px 0;
	}
	header .gnav li a{
	  display: block;
		padding: 10px 0;
		text-align: center;
	  color: #612710;
	  font-size: 1.8rem;
		font-weight: 900;
	  text-shadow: none;
	}
	header .sns_btn > *:first-child{
	  background-image: url(../img/arrow3.png);
	}
  header .sns_btn{
	  color: #612710;
  	font-weight: 900;
  	font-size: 1.4rem;
  	letter-spacing: 0.1em;
  	font-family: 'Roboto Slab', serif;
	}
	.blank::after{
	  width: 16px;
	  height: 16px;
	  background-image: url(../img/icon_blank_smp.png);
	}
}

footer{
	text-align: center;
	padding: 0 25px 15px 25px;
	background: #000;
}

footer .inner{
	padding: 50px 0 15px 0;
	font-family: 'Roboto Slab', serif;
}

footer .bnr_list{
  display: flex;
  justify-content: space-between;
	order: 2;
}

footer .bnr_list > *{
	flex: 0 1 24%;
}

.sns_btn{
	display: flex;
	align-items: center;
	order: 1;
}

footer .sns_btn{
	margin-right: 40px;
}

.sns_btn > *{
	margin-right: 10px;
}

.sns_btn > *:first-child{
	padding-right: 60px;
	background: url(../img/arrow.png) no-repeat right center / 48px auto;
}

.sns_btn a{
	display: block;
	width: 38px;
}

footer a:hover{
	opacity: 0.8;
}

footer small{
	display: block;
	text-align: center;
	color: #999;
	font-size: 1.2rem;
}

#pageup{
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100;
}

#pageup a{
	display: block;
	width: 86px;
	font-size: 1.8rem;
	padding-top: 50px;
	background: url(../img/pageup.png) no-repeat center top / 86px auto;
}

#pageup a:hover{
	padding-top: 55px;
}

@media screen and (max-width: 1200px) {
	footer .sns_btn{
	  margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	footer .bnr_list{
	  flex-wrap: wrap;
	}
	footer .bnr_list > *{
		flex: 0 1 48%;
		margin-bottom: 10px;
	}
	footer .sns_btn{
	  margin-right: 0;
	  justify-content: center;
	}
	footer .sns_btn a{
	  width: 30px;
	}
	footer small{
	  font-size: 1rem;
	}
  #pageup{
    position: static;
  	margin: 30px 0;
  }
	#pageup a{
	  width: 100%;
    font-size: 1.2rem;
	  padding-top: 30px!important;
	  background-size: auto 30px;
	}
}
