@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-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 一般
-----------------------------------------*/
html{
    font-size: 62.5%;
    /*scroll-behavior: smooth;*/
}
body{
	font-size: 1.6rem; 
	line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic Pro' , "NotoSansJP" , sans-serif;
	color: #111;
	-webkit-text-size-adjust: 100%;
	position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
a,
a *{
	color: #111;
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}
p:empty{
    display: none;
}
@media screen and (min-width:768px) {
a:hover{
	opacity: .7;
}
.sponly{
	display: none;
}
}
@media screen and (max-width:767px) {
body{
	font-size: 1.4rem;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
.pconly{
	display: none;
}
}


/* ヘッダー
-----------------------------------------*/
#header{
    width: 100%;
	height: 104px;
	position: relative;
}
#header h1{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 322px;
	height: 24px;
}
#mainmenu{
	position: absolute;
	top: 30px;
	right: 40px;
}
@media screen and (min-width:1280px) {
#mainmenu ul{
	display: flex;
	justify-content: flex-end;
}
#mainmenu li{
	line-height: 44px;
}
#mainmenu li:nth-child(n+2){
	margin-left: 20px;
}
#header #mainmenu a{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
#mainmenu li:last-child a{
	background: #23313e;
	padding: 0 20px;
	color: #fff;
}
}
@media screen and (max-width:1279px) {
#mainmenu{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background: #23313e;
    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;
    line-height: 1;
    pointer-events: auto;
}
#mainmenu li:last-child a{
	padding: 15px 30px;
	border: solid 1px #fff;
}
}

@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: #23313e;
    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) {
#header{
	height: 80px;
}
#header h1{
	width: 240px;
	height: 18px;
	height: auto;
	top: 30px;
	left: 20px;
}
.openbtn{
    top: 20px;
    right: 20px;
}
}




/* フッター
----------------------------------------- */
#footer{
    background: #23313e;
	padding: 100px 40px;
}
#footer *{
	color: #fff;
	text-align: center;
}
#footermenu li{
	font-size: 1.4rem;
}
#address{
	margin-top: 60px;
}
#address dt{
	font-size: 1.7rem;
	font-weight: bold;
}
#address dd{
	margin-top: 10px;
	font-size: 1.5rem;
}
#submenu{
	margin-top: 60px;
	font-size: 1.4rem;
}
#copyright{
	margin-top: 40px;
	font-family: "Lato", sans-serif;
	font-size: 1.2rem;
}
@media screen and (min-width:768px) {
#footermenu{
	display: flex;
	justify-content: center;
}
#footermenu li{
	margin: 0 20px;
}
}
@media screen and (max-width:767px) {
#footer{
	padding: 60px 20px;
}
#footermenu li{
	margin: 5px 0;
}
#copyright{
	font-size: 1.1rem;
}
#copyright span{
	display: none;
}
}