@charset "utf-8";

html {
  overflow-y:scroll;
	scroll-behavior: smooth;
}

body{
	background-color:#fffcb2;
}

a:link { color: #0066cc; }
a:visited { color: #0066cc; }
a:hover { color: #336699; }
a:active { color: #0066cc; }

a {
    outline: none;
	/*text-decoration: none;*/
}

.spmenu{ display:none;}


@media screen and (max-width:960px){

.pcmenu{display:none;}
.spmenu{display:inherit;}

}

/*@media only screen and (min-width: 460px)
and (max-width: 760px){
} 

.spmenu{display:none;}
.pcmenu{display:inherit;}*/

#main{
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	padding-top: 90px;
}

#mainbk_sp{
	background: #FFF;
	padding-bottom: 30px;
}

.space{
	margin-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}

.space2{
	position: relative;
	padding-top: 10px;
}

#link_pc{
	position: absolute;
	width: 960px;
	top: 702px;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
}

#link_sp{
	position: absolute;
	width: 960px;
	top: 1005px;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
}

.touroku{
	text-align: center;
	padding: 50px 0;
}

#main p{
	width: 800px;
	margin: 0 auto;
	font-size: 130%;
	padding-bottom: 30px;
}


#mainbk_sp p{
	width: 800px;
	margin: 0 auto;
	font-size: 130%;
	padding-bottom: 30px;
}

.red{
	color: red;
	font-weight: bold;
}

#copy{
	background: #FAFAF6;
	padding: 20px 0;
	text-align: center;
}

/****メニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

#cate{
background-color: #2d2d2d;
	width:100%;
	padding-top:7px;
	padding-bottom:2px;
    position: fixed;
    top: 0;
    right:0;
	/*margin-bottom:50px;*/
	z-index: 2;
	/*border-bottom: #FFF 0.5px solid;*/
}


.cate_space{
	margin-left: 20px;
}


h1 {
　　font-size: 30px;
　　color: #FFF;
　　background-color: #222;
　　text-align: center;
　　padding: 5px;
}


#contents {
　　width: 740px;
　　margin-right: auto;
　　margin-left: auto;
}

/*#header {
    position: fixed;
    top: 0;
    left:0;
}
*/

#toplogo{
	float: left;
	text-align: left;
	margin-left: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#ccnt{
	float: right;
	text-align: center;
	margin-right: 25px;
	margin-top: 7px;
}

#ccnt a:hover{
	transition:all 1.0s;
}

#ccnt a:link { color: #fff; }
#ccnt a:visited { color: #fff; }
#ccnt a:hover { color: #fff; }
#ccnt a:active { color: #fff; }



#navi {
　　position:absolute;
　　height:60px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:left;
	color:#fff;
	margin:0.5em;
	font-size:150%;
/*	font-weight:bold;
*/	vertical-align:middle;
	
}

#navi a{
	text-decoration: none;
}










header {
  padding: 40px 0 30px 30px;
	margin-top: -10px;
	margin-bottom: 30px;
  background: #2D2D2D;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 800px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #FFF;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 450px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: rgba(0,0,0,0.8);;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-content a:link { color: #fff; }
#nav-content a:visited { color: #fff; }
#nav-content a:hover { color: #fff; }
#nav-content a:active { color: #fff; }


/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}

.spcnt{
	color: #FFF;
	width: 400px;
	padding: 20px 0 20px 30px;
	font-size: 3em;
}
