@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:74px;
	border-top:8px #792954 solid;
}
#header h1 {
	margin:21px 0px 0 0px;
	float:left;
}
#header .wrapper {
	position:relative;
	height:74px;
}

.glmenu {
	float:right;
}
.glmenu ul {
	padding-top:22px;
}
.glmenu ul li {
	float:left;
	position:relative;
	z-index:50;
	display:block;
	margin-left:12px;
}
.glmenu ul li a {
	font-size:15px;
	color:#FFF;
	line-height:1.0em;
	padding:4px 20px;
	background:url(../images/glbnavi_btn_bg.png);
	display:block;
	text-decoration:none;
	border:#AEB7C7 2px solid;
	border-radius:14px;
	font-weight:bold;
	text-shadow:2px 0 1px rgba(0,0,0,0.3) ;
}
.glmenu ul li a:hover {
	background:url(../images/glbnavi_btn_bg_on.png);
	display:block;
	text-shadow:1px 0 2px rgba(0,0,0,0.6) ;
}

/*====================
menu
====================*/
.navi {
	padding-top:1px;
	background:url(../images/main_menu_bg.png);
	min-height:49px;
}
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:#FFFFFF;
	font-weight:bold;
	border-left:1px #9F8591 solid;
	text-align:center;
}
#menu li:last-child {
	border-right:1px #9F8591 solid;
	margin-right:-1px;
}
#menu li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:48px;
	line-height:48px;
	border-left:1px #FFFFFF solid;
	padding:0 8px;
	text-shadow:1px 0 2px rgba(0,0,0,0.6) ;
}
#menu li a.current {
	background:#792954;
}
#menu li a:hover {
	color:#FFFFFF;
	background:url(../images/main_menu_bg_on.png);
}

ul.header_contents {
	display: flex;
	justify-content: center;
	height: 74px;
}
.relocation {
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 5px 5px 10px;
	font-weight: bold;
	color: darkblue;
}

/*====================
 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;
}







/*====================
 footer
====================*/
#footer {
	clear:both;
	background:#AE5681;
}
#footer .wrapper {
	position:relative;
	padding:13px 0 13px;
	width:980px;
}
#footer .logo {
	float:left;
	margin-right:8px;
}
#footer .toiawase {
	margin-left:290px;
}
#footer .toiawase p {
	padding-top:4px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	line-height:21px;
	text-indent:-7em;
	padding-left:7em;
}
#footer .copyright {
	clear:both;
	background:#FFF;
	padding:10px 0;
	color:#333333;
	font-size:13px;
	line-height:1em;
	text-align:center;
	width:100%;
	border-bottom:8px solid #792954;
}



.sp {
	display:none;
}
.spkeshi {
	display:block;
}
#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:95px;
	background:#FFF;
	box-shadow:0px 1px 3px rgba(0,0,0,.5);	
}
#header h1 {
	margin: 10px 0px 0 20px;
	float:left;
	width:80%;
	max-width:400px;
}
#header h1 img {
	width:100%;
	height:auto;
}
#header .wrapper {
	position:relative;
	height:60px;
}

.glmenu {
	display:none;
}

/*====================
menu
====================*/
.navi {
	display:none;
}
ul#menu {
	display:none;
}

/*====================
drawer-menu
====================*/
.drawer-nav {
}

ul.drawer-menu {
	margin:15px;
	padding:10px;
	border-radius:0px;
	border: 1px #792954 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:#333333;
	text-decoration:none;
	display:block;
	height:30px;
	padding-left:0px;
	border-top:1px #AE5681 dashed;
}
ul.drawer-menu li a.current {
	color:#792954;
}

ul.drawer-menu li ul li a {
	background:none !important;
	font-weight:normal;
	margin-left:34px;
	padding-left:0px;
	border-top:1px #AE5681 dotted;
}
ul.drawer-menu > li:last-child a {
	border-bottom:1px #AE5681 dashed;
}


/*====================
 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 {
}




/*====================
 footer
====================*/
#footer {
	clear:both;
	background:#AE5681;
}
#footer .wrapper {
	position:relative;
	padding:6px 0 10px;
	width:100%;
}
#footer .logo {
	float:none;
	margin-right:0px;
	width:50%;
	margin:0 auto;
	text-align:center;
}
#footer .logo img {
	width:100%;
	height:auto;
}
#footer .toiawase {
	margin-left:0px;
}
#footer .toiawase p {
	padding-top:4px;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-indent:0em;
	padding-left:0em;
	text-align:center;
}
#footer .copyright {
	clear:both;
	background:#FFF;
	padding:8px 0;
	color:#333333;
	font-size:10px;
	line-height:1em;
	text-align:center;
	width:100%;
	border-bottom:6px solid #792954;
}


#ui-datepicker-div {
	z-index:999 !important;
}

.sp {
	display:block;
}
.spkeshi {
	display:none;
}
ul.header_contents {
	height: 74px;
	display: grid;
}
.relocation {
	font-size: 10px;
	padding: 10px;
}

}
