@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Klee+One:wght@400;600&family=Shippori+Mincho+B1:wght@400;700&display=swap');
@import url('icon-sns/style.css');
/*
font-family: 'Kiwi Maru', serif;
font-family: 'Klee One', cursive;
font-family: 'Shippori Mincho B1', serif;
fonr-family: 'icomoon' , serif ;
 */
/*//// default ////*/
body{
	text-align: center;
	/* font-size:62.5%; 10px */
	/* font-size:87.5%;  14px */
/*	font-size:93.75%; 15px*/
	font-size:100%;
	line-height:1.8;
	font-family: 'Kiwi Maru', serif;
	}
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}
*{box-sizing:border-box;}
img {border:0;vertical-align: middle;max-width: 100%;}
p {text-align: left;;}
a {text-decoration: none; color:#ff8f04;transition:.3s all ease-out;}
a:hover {text-decoration: none; color:#ff2a04;}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	}
h1,h2,h3,h4,h5,p,li,dd,dt,td,th,a {max-height: 100%;/*chrome　スマホ文字サイズバグ*/}

/*//// frame ////*/



#contents{
	width:100%;
	margin:auto;
	padding-bottom: 100px;
	background: white;
	}
.inner{
	max-width: 1200px;
	margin:auto;
		position: relative;
		z-index: 3;
}
/*/footer /*/
#footer{
	background: #1E120E;
	color:white;
	}
#footer .co-info{
	padding:50px 2% 2%;
	text-align: center;
	}
#footer .co-info dl dt{
	font-size:20px;
	margin:20px 0 5px 0;
	}
.sns i{
	font-size:2.5rem;
}
.sns a{
	display: inline-block;
	padding:1em;
	color:white;
}
.sns a:hover{
	color:#ff2a04;
}
.copyright{
	text-align:center;
	padding:25px 0;
	color:white;
	font-style:normal;
	}
.copyright p{
	text-align: center;
	font-size: .8em;
	}
.btmfix{
	display: none;
	}
/*//////////// header //////////////*/

/* header */

#top-head {
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	background:black;
	margin:auto;
	line-height: 1;
	z-index: 999;
	font-family: 'Kiwi Maru', serif;
}
#header {
	display: flex;
	align-items: center;
	max-width: 1720px;
	margin:auto;
	padding:0 1em;
}
#header .logo{
	width:20%;
	text-align: left;
}

#menu {
	display: block;
	padding:30px 0px 30px 20px;
	}
#menu ul {
	list-style: none;
	display: flex;
	justify-content:space-between;
	width:100%;
}
#menu ul li {

}
#menu ul li a {
	display: block;
	color: #fff;
	padding:0.33em 1em;
	font-size:1.2rem;
}

#menu ul li a:hover,
#menu ul li a.current {

	}
#menu .sns {
	display: none;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}


/* Toggle Button */
#nav-drawer {
  display: none;
  width:50px;
	height: 40px;
  text-align: center;
	z-index: 999;
}
.toggle_btn{
  height: 100%;
  width: 100%;
  cursor:pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:5px;
}
.hanbargar{
  display: block;
  height: 2px;
  background-color:white;
  width:80%;
	margin:auto;
  position: relative;
	transition:.3s all ease;
}



#header.mopen .hanbargar.h02{
  display: none;
}
#header.mopen .hanbargar.h01{
  transform:translate(-0px,8px) rotate(45deg) ;
}
#header.mopen .hanbargar.h03{
  transform:translate(-0px,-8px) rotate(-45deg) ;
}

/*  global layout */
.phl{float: left;}
.phr{float: right;}
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

/*// gototop /*/
.gototop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
/*/// btn //*/
.btnarea{
	display: flex;
	justify-content: center;
	margin:2em auto;
}
.btn{padding:1em;}
.btn a{
	display: inline-block;
	padding:1em 2em;
	margin:auto;
	text-align: center;
	font-size:1.3em;
	width:100%;
	}
.btn a{
	background: black;
	color:white;
	font-weight:bold;
	border-radius:50px;
	}
.btn a:hover{
	text-decoration: none;
	background: #57702f;
	}


/*/ font-size /*/
.font08{font-size:.8em;}
.font09{font-size:.9em;}
.font11{
	font-size:1.1em;
	}
.font12{
	font-size:1.2em;
	}
.font13{
	font-size:1.3em;
	}
.font14{
	font-size:1.4em;
	}
.font15{
	font-size:1.5em;
	}
.font16{
	font-size:1.6em;
	}
.font17{
	font-size:1.7em;
	}
.font18{
	font-size:1.8em;
	}
.font19{
	font-size:1.9em;
	}
.font20{
	font-size:2em;
	}
.bold{
	font-weight: bold;
	}

.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25% ;
	}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56% ;
	border:5px solid #0284ff;
	box-sizing:border-box;
	}
.googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

/*/// responsible /*/
.visible428,
.visible640,
.visible834,
.visible1024{
	display: none ;
	}
