@charset "UTF-8";
/* CSS Document */

/* メニューボタン */
#btn-menu {
	z-index: 9998;
	position:fixed;
	left:99%;
}

#btn-menu p img{
	padding: 0 0px;
    top: 0;
	right:0;
	background-size:cover;
	position:fixed;
	width:5%;
	height:auto;
	transition: all .2s ease-in;
}

#btn-Twitter {
	z-index: 9997;
	position:fixed;
	left:99%;
}

#btn-Twitter p img{
	padding: 0 0px;
    top:133px;
	right:0;
	position:fixed;
	width:5%;
	height:auto;
	z-index: 9997;
}

/* メニューボタン */
/* メニュー */

#sp-menu {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.90);
	overflow: scroll;
	z-index: 9999;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0;
}


#sp-menu p img{
	padding: 0 0px;
	top: 0;
	right:0.7%;
	background-size:cover;
	position:fixed;
    width:5%;
	height:auto;
}

.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}

#sp-menu-position {
		position:relative;
		transform: translate(-50%,-50%);

}

.sp-menu-list a {
	text-decoration:none;
}

h1 a img{

		display:none;
}

.col-left{
	position:relative;
	width:50%;
	left:90%;
}

.col-left img{
	width:100px;
	
}

.col-right{
	position:relative;
	width:50%;
	right:-95%;
}

.col-right img{
	width:100px;
}

section ol {
	margin-top:62%;
	padding: 0;
	font-weight:bold;
	font-size:25pt;
	list-style:none;
	color: #630;
}


section ol li {
	line-height: 2.0em;
	width:70%;
	margin:0;
	text-align:left;
	background: left top no-repeat;
	background-size:60px auto;
}


section ol li a img{
	width:7%;
	vertical-align: middle;
	position: relative;
	top: -0.4em;
	padding-right:1%;

}
/* メニュー */

/* ヘッダーナビ */
#nav {
       width:100%;
       height:20%;
       background-color:#fff;
       top:30%;

}

  #nav ul{
  display:flex;
  margin: 0 auto;	
  padding:0.5%;	
  width:96%;	
  max-width:98%;


  }

    #nav ul li {
		list-style-type:none;		
		        flex:1 0 auto;
                font-size:15pt;
				font-weight:bold;
				padding-top:10px;

}


#nav ul li a {
			display:block;
			vertical-align:middle
			padding:7%;
			color:#630;
			text-align: center;
			text-decoration:none;
		    border-right:1px solid #fff;

     }

     #nav ul li a:link{
 

     }

     #nav ul li a:hover{
                        background-image:url(images/web_nav02.png);

     }

     #nav ul li a:active{
                        background-image:url(images/web_nav03.png);

     }/* ヘッダーナビ */


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
	*{
		max-width:959px;
		margin:0;
		padding:0;
	}
	/* メニューボタン */
	
	#btn-menu {
	z-index: 9998;
	position:fixed;
	left:99%;
}

#btn-menu p img{
	padding: 0 0px;
    top: 0;
	right:0;
	background-size:cover;
	position:fixed;
	width:60px;
	height:auto;
	transition: all .2s ease-in;
}
	
	/* メニューボタン */
	
	
/* メニュー */

#sp-menu {
	position:fixed;
	max-width:959px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.90);
	overflow: scroll;
	z-index: 9999;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0;
}


#sp-menu p img{
	padding: 0 0px;
	top: 0;
	right:2.1%;
	background-size:cover;
	position:fixed;
    width:60px;
	height:auto;
}

.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}

	#sp-menu-position {
		position:relative;
		transform: translate(-0%,-0%);
		width:100%;
	}

.sp-menu-list a {
		text-decoration:none;
	}
		
h1 a img{

		display:none;
}

.col-left{
	position:relative;
	width:55%;
	left:35%;
}

.col-left img{
	width:100px;
	
}

.col-right{
	position:relative;
	width:55%;
	right:-45%;
}

.col-right img{
	width:100px;
}

section ol {
	margin-top:10%;
	padding: 0;
	font-weight:bold;
	font-size:25px;
	list-style:none;
	color: #630;
}


section ol li {
	line-height: 2.0em;
	width:70%;
	margin:0;
	text-align:left;
	background: left top no-repeat;
	background-size:60px auto;
}


section ol li a img{
	width:7%;
	vertical-align: middle;
	position: relative;
	top: -0.4em;
	padding-right:1%;

}
	/* メニュー */
	
	
	/*ナビ*/
#nav {
		padding-left:2%;
		width:98%;
		height:20%;
		background-color:#fff;
		top:30%;

}

  #nav ul{
  display:flex;
  margin: 0 auto;	
  padding:0.5%;	
  width:100%;	
  max-width:98%;


  }

    #nav ul li {
                list-style-type:none;
		        flex:1 0 auto;
                font-size:10pt;
				font-weight:bold;
				padding-top:10px;



}


#nav ul li a {
			display:block;
			vertical-align:middle
			padding:7%;
			color:#630;
			text-align: center;
			text-decoration:none;
		    border-right:1px solid #fff;

     }

     #nav ul li a:link{
 

     }

     #nav ul li a:hover{
                        background-image:url(images/web_nav02.png);

     }

     #nav ul li a:active{
                        background-image:url(images/web_nav03.png);

			}
	/*ナビ*/
	
	#footer #nav {
		width:98%;
		height:20%;
		background-color:#fff;
		top:30%;

}
	

}/* 959px以下に適用されるCSS（タブレット用） */


@media screen and (max-width: 559px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
	
#nav{
		display:none;
}	
	
	
	/* メニューボタン */
	
	#btn-menu {
	z-index: 9998;
	position:fixed;
	left:99%;

}

#btn-menu p img{
	padding: 0 0px;
    top: 0;
	right:0;
	background-size:cover;
	position:fixed;
	width:50px;
	height:auto;
	transition: all .2s ease-in;
}
	
	
	/* メニューボタン */
	
	/* ツイッターボタン */
	
	#btn-Twitter{
	position:fixed;
	height:auto;
	z-index: 9995;
	left:99%;
}
	
	#btn-Twitter p img{
	padding: 0 0px;
    top: 80px;
	right:0;
	background-size:cover;
	position:fixed;
	width:50px;
	height:auto;
	z-index: 9995;
}
	
/* ツイッターボタン */
	
	
/* メニュー */

#sp-menu {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.90);
	overflow: scroll;
	z-index: 9999;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0;
}


#sp-menu p img{
	padding: 0 0px;
	top: 0;
	right:1.7%;
	background-size:cover;
	position:fixed;
    width:50px;
	height:auto;
}

.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}

#sp-menu-position {
		position:relative;
		transform: translate(-0%,-0%);

}

.sp-menu-list a {
	text-decoration:none;
}

h1 a img{

		display:none;
}

.col-left{
	position:relative;
	width:55%;
	left:25%;
}

.col-left img{
	width:40px;
	
}

.col-right{
	position:relative;
	width:55%;
	right:-35%;
}

.col-right img{
	width:40px;
}


section ol {
	margin-top:30%;
	padding: 0;
	font-weight:bold;
	font-size:15px;
	list-style:none;
	color: #630;
}


section ol li {
	line-height: 2.0em;
	width:70%;
	margin:0;
	text-align:left;
	background: left top no-repeat;
	background-size:60px auto;
}


section ol li a img{
	width:10%;
	vertical-align: middle;
	position: relative;
	top: -0.4em;
	padding-right:1%;

}
/* メニュー */
	

}/*　画面サイズが559px以下の場合ここの記述が適用される　*/





	
	