@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size:14px;
}

html {
  /* 1 */
  /* font-family: sans-serif;*/
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}


.ime_on { ime-mode: active; }
.ime_off { ime-mode: inactive; }

li.useroption_off {
  padding: 3px 0 3px 15px;
}

fieldset {
  margin: 0 0 1em 0;
  padding: 8px 12px;
  border: 1px solid #CCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.uk-navbar-nav li.uk-parent span.uk-parent {
      line-height: 40px;
      color: #666;
}


/* Back to top navigation */
#ivm-page-nav{position:fixed;width:auto;top:0;bottom:0;right:30px}

.uk-article-title {
  clear: both;
}

div#centerblocks div#centerblocks-content div.gm-style img {
  max-width: none;
}

form {display: block; margin: 0;}
.uk-grid {margin-left:0;}

@media (max-width:1220px){.uk-grid{margin-left:0}}

body {-webkit-font-smoothing: antialiased;}





.uk-slidenav-banner {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  width: 60px;
  height: 60px;*/
/*  line-height: 60px;*/
/*  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;*/
}
.uk-slidenav-banner:hover,
.uk-slidenav-banner:focus {
  outline: none;
  text-decoration: none;
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
.uk-slidenav-banner:active {
  color: rgba(50, 50, 50, 0.9);
}
.uk-slidenav-position .uk-slidenav-banner {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 0;
}
.uk-slidenav-position:hover .uk-slidenav-banner {
  display: block;
}

.uk-slidenav-next-banner {
  width:100%;
  height:100%;
  opacity: .7;
  background:#29426A;
}



.side-corner-tag {
position: relative;
color: #fff;
display: inline-block;
padding: 5px;
overflow: hidden;
font-family: Arial, sans-serif;
font-weight: 900;
}
.side-corner-tag p {
display: inline;
}
.side-corner-tag p span {
position: absolute;
display: inline-block;
right: -25px;
width: 100px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
text-align: center;
text-transform: uppercase;
top: 22px;
background: #d93131;
width: 100px;
padding: 3px 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}





.banner-tag {
position: relative;
color: #fff;
padding: 0;
overflow: hidden;
font-weight: 900;
}
.banner-tag p {
display: inline;
}
.banner-tag p span {
position: absolute;
display: inline-block;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
text-align: center;
text-transform: uppercase;
bottom: 0;
width:100%;
background: #d93131;
padding: 3px 10px;
}



h2.uk-h2.gl-slider {
  font-size:40px;
  margin-top:200px
}
div.gl-slider {
  margin-top:20px;
}

h2.gl-h2-main {
  font-size: 24px;
}

@media (max-width:959px) {
	h2.gl-h2-main {
	  font-size: 20px;
	}
}

@media (max-width:767px) {
	h2.gl-h2-main {
	  font-size: 18px;
	}
}
@media (max-width:480px) {
	h2.uk-h2.gl-slider {
	  font-size:18px;
	}
	div.gl-slider {
	  margin-bottom:20px;
	}
	h2.gl-h2-main {
	  font-size: 14px;
	}
}

/* Scroll navigation */
#ivm-page-nav{position:fixed;width:auto;top:0;bottom:0;right:15px;width:20px; }
@media (max-width:480px) {
	#ivm-page-nav{
		right:5px;
	}
}

form.uk-form dl dt,
form.uk-form dl dd{
  margin-top: 8px;
}


.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 80px;
    padding: 0px 15px;
    float: left;
    margin-top: -1px;
    text-shadow: 0px 1px 0px #FFF;
}



.container {
  max-width: 976px;	
  margin: 0 auto;
  border: none;
}

.copyright_notice {
 text-align: right !important;
}


/* Sub-objects: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content  {
   font-size:16px;
}


div#centerblocks div#privacy li {
   list-style:none;
}
 ========================================================================== */
/* Component
 ========================================================================== */
.uk-navbar {
  background: #f5f5f5;
  color: #444444;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: " ";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0 0 0 10%;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  position: relative;
  /* 1 */

  float: left;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: auto;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  /* 3 */

  position: relative;
  /* 1 */

  z-index: 1;
  /* 2 */

}
/* OnClick */.uk-navbar-nav > li > a:active {
  background-color: #eeeeee;
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #fafafa;
  color: #444444;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  float: left;
  text-shadow: 0 1px 0 #ffffff;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  /* 1 */

  color: #444444;
  text-decoration: none;
  outline: none;
  /* 2 */

}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  /* 1 */

  color: #444444;
  text-decoration: none;
  outline: none;
  /* 2 */

}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  vertical-align: middle;
  /* 1 */

}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  max-width: 50%;
  margin: auto;
  /* 1 */

  float: none;
  text-align: center;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
/* Hooks
 ========================================================================== */
/*
 * Name:			Subnav
 * Description:		Defines styles for the sub navigation
 *
 * Component:		`uk-subnav`
 *
 * Modifiers: 		`uk-subnav-line`
 *					`uk-subnav-pill`
 *
 * States:		 	`uk-active`
 *
 ========================================================================== */
/* Component
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-subnav {
  /* 1 */

  padding: 0;
  list-style: none;
  /* 2 */

  letter-spacing: -0.31em;
}
/* Items
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Reset whitespace hack
 */
.uk-subnav > li {
  position: relative;
  /* 1 */

  letter-spacing: normal;
  /* 2 */

}
.uk-subnav > li,
.uk-subnav > li > a,
.uk-subnav > li > span {
  display: inline-block;
}
.uk-subnav > li:nth-child(n+2) {
  margin-left: 10px;
}
/*
 * Items
 */
.uk-subnav > li > a {
  color: #0077dd;
}
.uk-subnav > li > a:hover {
  color: #005599;
}
/*
 * Disabled
 */
.uk-subnav > li > span {
  color: #999999;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > li > a,
.uk-subnav-pill > li > span {
  padding: 3px 9px;
  text-decoration: none;
  border-radius: 4px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > li > a:hover,
.uk-subnav-pill > li > a:focus {
  /* 1 */

  background: #fafafa;
  color: #444444;
  outline: none;
  /* 2 */

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > li.uk-active > a {
  background: #00a8e6;
  color: #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}


/* ========header======== */

header {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	background-color: #ffffff;
}

header h1 {
	font-size: 1.0rem;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8rem;
	line-height: 18px;
}

header #h_list {
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

header #info {
	text-align: right;
	font-size: 1.0rem;
	font-size: 10px;
	color: #444;
	line-height: 2.4rem;
	line-height: 24px;
	letter-spacing: 1px;
}

header #info strong {
	font-size: 2.6rem;
	font-size: 26px;
	color: #A91E0E;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 1.8rem;
	font-size: 18px;
	color: #505050;
}

header #h_list li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	font-size: 1.0rem;
	font-size: 10px;
}
header #h_list a {
	text-decoration: none;
	color: #444;
}

header #h_list a:hover {
	background-color: #FFFBF2;
	color: #B32400;
}

p.site_slogan {
  float: left;
}

.headerbar {
background: #008C6D !important;
float: left;
width: 100%;
color: #fefefe;
padding: 2px 0;
}
p.site_slogan {
float: left;
margin: 0 0 0 20px;
font-size:13px;
}

a.menu {
	clear: both;
	display: block;
	height: 20px;
	line-height: 2.0rem;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: -moz-linear-gradient(top, #A91E0E, #A91E0E 50%, #8F180C);
	background: -webkit-gradient(linear, left top, left bottom, from(#A91E0E), color-stop(0.5, #A91E0E), to(#8F180C));
	background-color: #A91E0E;
	border: 2px solid #8F2B09;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
	letter-spacing: 1px;
}
a.menu span {
	font-size: 1.2rem;
	font-size: 12px;
	padding-left: 20px;
	color: #F9EAD7;
}
a.menu span:after {
	content: "表示する ▼";
}
a.menuOpen span:after {
	content: "閉じる ×";
}
a.menu:hover {
	cursor: pointer;
	background: -moz-linear-gradient(top, #C73323, #C73323 50%, #A91E0E);
	background: -webkit-gradient(linear, left top, left bottom, from(#C73323), color-stop(0.5, #C73323), to(#A91E0E));
	background-color: #C73323;
}

/* ========navi ======== */

#g_navi {
	margin-left: 2%;
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#g_navi .gl_menu {
	background-color: #F9EAD7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	width: 90%;
	border: 1px solid #FFF;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}

#g_navi .gl_menu li {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
	line-height: 16px;
}

#g_navi .gl_menu li a {
	background-color: #FCF3E9;
	display: block;
	padding: 10px;
	margin: 2px;
	color: #89180C;
	text-decoration: none;
}

#g_navi .gl_menu li a:hover {
	background-color: #FFF;
	color: #A91E0E;
}

#g_navi .gl_menu li strong {
	color: #A91E0E;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.headerslideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.uk-dotnavt {
    margin: 0 auto 0 auto;;
    padding: 0;
    list-style: none;
}

uk-flex-columnt {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tm-footer {
    background: #ddd none repeat scroll 0% 0%;
}

#footer {
    width:100%;
    padding: 2px;
    color: #223;
    font-size: 10px;
    background-color:#094CB1;
    height:25px;
}

#footercntents {
    margin:35px auto 0 auto;
    width: 100%;
    height: 120px;
    position: relative;
    margin:0;
    background: #fff;
    background-image: url("/images/bg.png")
}

#footermenu {
    position: relative;
    max-width: 976px;
    width: 97.6%;
    margin: 0 auto;
    text-align: left;
    color: #AAA;
    background: #fff;
}

#footermenu li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footermenu li a:hover {
	color: #000000;
	background-color: #DDD;
}

#footermenu li {
    	font-size: 1.2rem;
	font-size: 12px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

footer p {
	font-size: 1.0rem;
	font-size: 10px;
	line-height: 1.6rem;
	line-height: 16px;
}

#footermenu ul {
        position:absolute;
	left: 0px;
	top: 15px;
	display: block;
	width: 82%;
	line-height: 3.0rem;
	line-height: 30px;
	height: 30px;
}

#footermenu_logo {
    position: absolute;
    top: 15px;
    right: 10px;
    letter-spacing: 1px;
}

#footer div.site_info {
    width:100%;
    margin: 0 auto;
 }

    .heading1{
    	position:relative;
    	padding-left:20px  !important;
    	border-bottom:1px solid #094CB1;
    	font-weight: bold;
    	font-size: 22px;
    	line-height: 38px;
    }

    .heading1:before{
    	content:'';
    	height:12px;
    	width:12px;
    	display:block;
    	background:#094CB1;
    	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	position:absolute;
    	top:-0px;
    	left:5px;
    	transform:rotate(-50deg);
    	-webkit-transform:rotate(-50deg);
    	-moz-transform:rotate(-50deg);
    	-o-transform:rotate(-50deg);
    	-ms-transform:rotate(-50deg);
    }
    .heading1:after{
    	content:'';
    	height:8px;
    	width:6px;
    	display:block;
    	background:#094CB1;
    	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    	position:absolute;
    	top:16px;
    	left:2px;
    	transform:rotate(-90deg);
    	-webkit-transform:rotate(-90deg);
    	-moz-transform:rotate(-90deg);
    	-o-transform:rotate(-90deg);
    	-ms-transform:rotate(-75deg);
    }

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


