@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansJP-Regular.woff') format('woff'),
    	 url('../font/NotoSansJP-Regular.woff2')  format('woff2');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansJP-Bold.off') format('woff'),
    	 url('../font/NotoSansJP-Bold.woff2')  format('woff2');
}


.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/* 一般
-----------------------------------------*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
	font-size: 1.6rem; 
    font-family: "NotoSansJP" , sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
a,
a *{
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}
@media screen and (min-width:768px) {
a:hover,
a:hover *{
	opacity: .7;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
.sp_only{
	display: none;
}
}
@media screen and (max-width:767px) {
body{
	font-size: 1.5rem;
}
.pc_only{
	display: none;
}
}


/* ヘッダー
-----------------------------------------*/
#header{
    width: 100%;
    height: 100px;
    position: relative;
}
#logo{
    position: absolute;
    top: 20px;
    left: 40px;
    width: auto;
    height: 60px;
}
@media screen and (max-width:1279px) {

}
@media screen and (max-width:767px) {
#header{
    height: 90px;
}
#logo{
    left: 20px;
    height: 50px;
}
}

#mainmenu{
    position: absolute;
    top: 20px;
    right: 40px;
}
@media screen and (min-width:1280px) {
#mainmenu ul{
    display: flex;
}
#mainmenu li{
    margin: 0 20px;
}
#mainmenu li a{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 60px;
}
#mainmenu li:last-child a{
	background: #000;
	color: #fff;
	/*border: solid 1px #000;*/
	padding: 10px 20px;
}
}
@media screen and (max-width:1279px) {
#mainmenu{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background: #000;
    background-size: cover;
    transition: all 0.3s;
    pointer-events: none;
}
#mainmenu.panelactive{
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
}
#mainmenu.panelactive #mainmenu_list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mainmenu_list ul{
    display: none;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 300px;
}
#mainmenu.panelactive ul{
    display: block;
    padding: 100px 0;
}
#mainmenu li{
    text-align: center;
    padding: 25px 0;
    position: relative;
}
#mainmenu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    pointer-events: auto;
}
#mainmenu li:last-child a{
	background: #c9a063;
	color: #fff;
	/*border: solid 1px #fff;*/
	padding: 20px;
}
}
@media screen and (min-width:1280px) {
.openbtn{
    display: none;
}
}
@media screen and (max-width:1279px) {
.openbtn{
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 40px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    background-color: #000;
    width: 100%;
    left: 0;
}
.openbtn span:nth-of-type(1) {
    top: 0; 
}
.openbtn span:nth-of-type(2) {
    top: 20px;
}
.openbtn span:nth-of-type(3) {
    bottom: 0;
}
.openbtn.active span{
    background: #fff;
}
.openbtn.active span:nth-of-type(1) {
    top: 19px;
    left: -7px;
    transform: translateY(0px) rotate(-40deg);
    width: 64px;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 19px;
    left: -7px;
    transform: translateY(0px) rotate(40deg);
    width: 64px;
}
}
@media screen and (max-width:767px) {
.openbtn{
    top: 25px;
    right: 20px;
}
}



/* コンテンツ共通
-----------------------------------------*/



/* フッター
-----------------------------------------*/
#footer{
    background: #000;
    padding: 100px 40px;
}
#footer *{
    color: #fff;
}
#footer_contents{
    max-width: 1200px;
    margin: 0 auto;
}
#sns{
    display: flex;
}
#sns li{
    font-size: 3rem;
}
#sns li:nth-child(n+2){
    margin-left: 30px;
}
#copyright{
    margin-top: 30px;
    font-size: 1.2rem;
}
@media screen and (min-width:768px) {
#footer_contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footermenu{
    display: flex;
    justify-content: flex-end;
}
#footermenu li{
    margin-left: 40px;
}
#copyright{
    text-align: right;
}
}
@media screen and (max-width:767px) {
#footer{
    padding: 80px 20px;
}
#sns{
    justify-content: center;
}
#footermenu{
    margin-top: 40px;
    text-align: center;
    line-height: 2;
}
#copyright{
    margin-top: 40px;
    text-align: center;
}
}
