/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{

font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;

}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*
blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}
*/

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#333;

/*

		font-family: 'Noto Serif JP', serif;
	font-weight:normal;
	*/

	
font:normal 1.0em/150% 'Arimo', arial, verdana, sans-serif;
	/*
text-shadow: 0 0 1px transparent; 
	*/
}

.english	{
	font-family: 'Playfair Display', serif;
}



#wrap{
width:100%;

margin:0px;
padding:0;

}


#head_wrap	{
	margin:0;
	padding:0px 0 0 0;
	width: 100%;
}

#header-menu	{
		position: fixed; 
	top: 0;	
	left: 0;	/* 基準の位置を画面の一番左に指定する */
	height: 56px;
	z-index: 99999;
	margin:0 ;
	padding:0;
	width: 100%;
	border-bottom: 1px solid #666;
	border-top: 1px solid #000;
/*	background: #300649; */
	background-color: #A55B9A;
}

.admin-bar #header-menu{
  top:35px;  
}
@media screen and (max-width: 767px) {
  .admin-bar #header-menu{
    top:47px;  
  }
}

p.m-title	{
	margin: 3px auto;
}
p.m-title a	{
	color:#fff;
}

/*---------------------------------
	top slide full_width  https://okuden-labo.com/home/background-slideshow
-----------------------------------*/
 .bg-slide 		{
	   z-index: 0 !important;
	   width: 100%;
	   height: 500px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:56px;
  }


  .bg-title {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
	font-family: 'Noto Serif JP', serif;
  }

.menu_title a	{
	font-family: 'Noto Serif JP', serif !important;
}



/*---------------------------------
	スクロール時、ＴＯＰでメニュー固定 ヘッダーのjqueryと連動
-----------------------------------*/
.fixed{
  position: fixed;
	top: 0px;
  	margin:0;
	padding:0;
}

/*--------------------------------------*/

#slide	{
	margin: 0 ;
	padding-top:56px;
	width:100%;
	max-width:1000px;
}

#contents	{
	margin: 0px auto;  /*固定ナビの高さ分のネガティブマージン */
	padding-top: 60px; /* 打ち消し用のパディング */
	padding-bottom: 0px;
	background:#fff;
	max-width:1000px;	
}

#contents2	{
	margin: 0px auto; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 0px; /* 打ち消し用のパディング */
	padding-bottom: 0px;
	background:#fff;
	max-width:1000px;
}

/*---------------------------------
	footer
-----------------------------------*/



#footer_wrap{

margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.85em;
background:#333;

}

#footer_contents{
	color:;
	
}

#footer_wrap #copy	{
/*	background: #300649; */
	background-color: #A55B9A;
	color: #eee;
}



#footer_contents a{
	color:#fff;
}

#footer_contents ul li	{
	margin:0;
	padding: 2px 0;
color:#fff;
}
	#link-top{
	display:none;
	}

ul#foot_archive		{
	width: 100%;
}

ul#foot_archive li		{
	width: 50%;
	float: left;
}

/* 検索フォーム　
-----------------------------------------*/

#s-form{
position:relative;
max-width:100%;	
margin: 20px 0;
}
#s-box{
height:40px;
width: 100%;
padding:0 10px; 
position:absolute; 
left:0;
top:0; 
border-radius:2px;
outline:0;
background:#eee;
border-radius : 5px;
}
#s-btn{
height:40px;
position:absolute; 
left:190px;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
}
#s-btn:hover{
color:#7fbfff;
}


/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/* ================================================================================
	#page-nav
================================================================================ */
.page-nav {
	text-align: center;
	margin-top: 7px;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li a:hover {
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.1em 0.4em;
	display: inline-block;
	position:relative;
}

	