@charset "UTF-8";
/* CSS Document */

html {
}
body {
}
.wrapper {
	width:980px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.drawer-hamburger,
.drawer-nav {
	display:none !important;
}
/*====================
 header
====================*/

#header {
	height:76px;
}
#header h1 {
	margin:22px 0px 0 0px;
	float:left;
}
#header .wrapper {
	position:relative;
	height:76px;
}

.gloval {
	float:right;
}
.gloval ul {
	padding-top:28px;
}
.gloval ul li {
	float:left;
	position:relative;
	z-index:50;
	display:block;
}
.gloval ul li a {
	font-size:15px;
	color:#000;
	line-height:1.0em;
	padding:4px 10px 4px 28px;
	background:#C7F1EE;
	display:block;
	text-decoration:none;
	border-radius:5px;
	font-weight:bold;
}
.gloval ul li.home a {
	background:url(../images/icon-home.png) no-repeat #C7F1EE 8px 3px;
	margin-right:147px;
}
.gloval ul li.sora a {
	background:url(../images/icon-arrow.png) no-repeat #C7F1EE 10px 5px;
	margin-right:9px;
}
.gloval ul li a:hover {
	display:block;
	opacity:0.8;
}
.kumamon {
	position:absolute;
	bottom:0px;
	right:135px;
	z-index:5;
}



/*====================
menu
====================*/
.navi {
	background:url(../images/menu_bg.png);
	height:48px;
	box-shadow:0 4px 7px rgba(0,0,0,0.3);
	position: relative;
}
ul#menu {
	margin:0 auto;
	border-right:1px #FFFFFF solid;
	text-align:center;
	display:table;
}

#menu li {
	float:left;
	font-size:18px;
	line-height:48px;
	color:#000000;
	font-weight:bold;
	border-left:1px #26AC8F solid;
	text-align:center;
}
#menu li.line {
	width:0px;
	border-left:none;
	border-right:1px #26AC8F solid;
	display:block;
	height:48px;
}
#menu li a {
	color:#000000;
	text-decoration:none;
	display:block;
	height:48px;
	line-height:48px;
	border-left:1px #FFFFFF solid;
	padding:0 11px;
	min-width:100px;
}
#menu li a:hover {
	color:#000000;
	background:url(../images/menu_bg_on.png);
}
#menu li a.current {
	color:#000000;
	background:url(../images/menu_bg_on.png);
}

#menu li.top a {
	width:72px;
}
#menu li.kaisetsu a {
	width:101px;
}



/*====================
 dropmenu
====================*/


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
	font-weight:normal !important;
  border:none;
  white-space:nowrap;
  font-size:14px;
  margin-left:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
  overflow: hidden;
  height: 0;
  transition: .2s;
  background:none !important;
	border:none;
}
.dropmenu li ul li a{
  text-align: left;
  min-width:118px;
  font-size:14px;
  line-height:25px;
  background-image:none !important;
  padding-left:8px !important;
  height:25px !important;
  padding-top:2px;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	background-color:rgba(255,255,255,0.90) !important;
	border:none !important;
}
.dropmenu li ul li a:hover {
	background:#9467B7 !important; 
	border:none;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 27px;
	border:none;
}



/*====================
content
====================*/
#content {
	clear:both;
	background:url(../images/content_bg.png) repeat-x;
	padding-top:24px;
	padding-bottom:30px;
}
#content p {
	font-size:15px;
	line-height:21px;
}
#content p.tyuui {
	font-size:13px;
	line-height:19px;
	margin-top:8px;
}







/*====================
 footer
====================*/
#footer {
	border-top:1px solid #C4EDBA;
	clear:both;
}
#footer .wrapper {
	position:relative;
	padding:11px 0 11px 160px;
	width:820px;
}
.ill {
	float:left;
	margin-right:8px;
}
#footer h2 {
	font-size:15px;
	line-height:22px;
	padding:0 0px 5px;
	color:#B7262C;
	height:22px;
	font-weight:bold;
}


#footer p {
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000;
}
#footer p strong {
	font-weight:bold;
}

.sp {
	display:none;
}

#ui-datepicker-div {
	z-index:999 !important;
}


@media screen and (max-width: 768px) {

html {
}
body {
}
.wrapper {
	width:94%;
	margin:0 auto;
}
.clear {
	clear:both;
}
.drawer-hamburger,
.drawer-nav {
	display:block !important;
}


/*====================
 header
====================*/

#header {
	height:60px;
}
#header h1 {
	margin:20px 0px 0 0px;
	float:left;
	width:60%;
}
#header h1 img {
	width:100%;
	height:auto;
}
#header .wrapper {
	position:relative;
	height:60px;
}

.gloval {
	display:none;
}
.kumamon {
	position:absolute;
	bottom:0px;
	right:7%;
	z-index:5;
	width:20%;
}
.kumamon img {
	width:100%;
	height:auto;
}

/*====================
menu
====================*/
.navi {
	display:none;
}
ul#menu {
	display:none;
}

/*====================
drawer-menu
====================*/
.drawer-nav {
}

ul.drawer-menu {
	margin:15px;
	padding:10px;
	border-radius:5px;
	border: 2px #26AC8F solid;
	background:#FFF;
}

ul.drawer-menu li {
	float:none;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	margin-right:6px;
}
ul.drawer-menu li.top {
	background:url(../images/icon-home.png) no-repeat 10px 7px;
}
ul.drawer-menu li a {
	color:#000000;
	text-decoration:none;
	display:block;
	height:30px;
	padding-left:34px;
	border-top:1px #26AC8F dotted;
}
ul.drawer-menu li ul li a {
	background:none !important;
	font-weight:normal;
	margin-left:34px;
	padding-left:0px;
	border-top:1px #26AC8F dotted;
}
ul.drawer-menu > li:last-child a {
	border-bottom:1px #26AC8F dotted;
}


/*====================
 dropmenu
====================*/


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
	font-weight:normal !important;
  border:none;
  white-space:nowrap;
  font-size:14px;
  margin-left:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
  overflow: hidden;
  height: 0;
  transition: .2s;
  background:none !important;
	border:none;
}
.dropmenu li ul li a{
  text-align: left;
  min-width:118px;
  font-size:14px;
  line-height:25px;
  background-image:none !important;
  padding-left:8px !important;
  height:25px !important;
  padding-top:2px;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	background-color:rgba(255,255,255,0.90) !important;
	border:none !important;
}
.dropmenu li ul li a:hover {
	background:#9467B7 !important; 
	border:none;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 27px;
	border:none;
}



/*====================
content
====================*/
#content {
	padding-top:10px;
	padding-bottom:10px;
}
#content p {
	font-size:15px;
	line-height:21px;
}
#content p.tyuui {
	font-size:11px;
	line-height:14px;
	margin-top:6px;
}




/*====================
 footer
====================*/
#footer {
	border-top:1px solid #C4EDBA;
	clear:both;
	width:100%;
}
#footer .wrapper {
	position:relative;
	padding:11px 0 11px 3%;
	width:94%;
}
.ill {
	float:left;
	margin-right:8px;
	margin-bottom:40px;
}
#footer h2 {
	font-size:14px;
	line-height:22px;
	padding:0 0px 5px;
	color:#B7262C;
	height:22px;
	font-weight:bold;
}


#footer p {
	text-align:left;
	font-size:11px;
	line-height:16px;
	color:#000;
}
#footer p strong {
	font-weight:bold;
}


#ui-datepicker-div {
	z-index:999 !important;
}

.sp {
	display:block;
}
.spkeshi {
	display:none;
}


}
