@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab:700|Noto+Serif:400,700);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,500,700');
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1#pageTitle{max-width: 1120px; padding: 0 40px; margin: 0 auto 30px;}
@media screen and (max-width: 640px) {h1#pageTitle{max-width: 100%; padding: 0 20px; margin: 0 auto 30px; font-size: 24px;}}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img{
border-style: none;
}


/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
select{	padding: 10px;}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.ease-linear {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}

html, body {
  width: 100%;
  min-width: 900px;
  background-color: #fff;
  color: #58595B;
  /*-webkit-font-smoothing: antialiased;*/
  font-smoothing: antialiased;
  font-family:'Avenir', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
html.jsoff, body.jsoff {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  html, body {
    min-width: 0px;
  }
}

/*Macのバウンド動作削除*/
h1, h2, h3, h4, h5, ul, p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
a:link, a:visited, a:hover, a:active {
  color: #58595B;
}

/*svg{
  overflow: visible;
}*/
#mihon {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}

#debug {
  width: 150px;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  font-size: 12px;
  background-color: #fff;
  text-align: right;
}

.jsoff #wrapper {
  opacity: 1;
}

#wrapper {
  opacity: 0;
}

#content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #content {
    padding-top: 55px;
  }
}

#pankuzu {
  max-width: 1200px;
  padding: 10px 0px 20px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  #pankuzu {
    padding-bottom: 2.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 899px) {
  #pankuzu {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 640px) {
  #pankuzu {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

article {
  margin-bottom: 35px;
}

section {
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
#content section{	font-size: 15px;}
@media screen and (max-width: 640px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
section h1 {
  font-size: 29px;
}
@media screen and (max-width: 1199px) {
  section h1 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 899px) {
  section h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  section h1 {
    font-size: 18px;
  }
}

.col-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.col-wrap .col {
  float: left;
}

.btn-arrow:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .btn-arrow:after {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-image: url('../img/common/arrow.png?1497366844');
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  header {
    min-width: 0;
    height: auto;
    position: fixed;
    z-index: 11;
    overflow: visible;
    background-color: #fff;
  }
}
header #megad {
  opacity: 0;
  display: none;
  width: 100%;
  max-width: 1280px;
  min-width: 900px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #megad .wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  header #megad .wrap {
    min-width: 0;
  }
}
header #megad .wrap .menu {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
header #megad #megad-menu1 .front .title .en img {
  width: auto;
  height: 3.7vw;
}
@media screen and (max-width: 900px) {
  header #megad #megad-menu1 .front .title .en img {
    height: 33px;
  }
}
@media screen and (min-width: 1280px) {
  header #megad #megad-menu1 .front .title .en img {
    height: 47px;
  }
}
header #megad #megad-menu2 .front .title .en img {
  width: auto;
  height: 1.44vw;
}
@media screen and (max-width: 900px) {
  header #megad #megad-menu2 .front .title .en img {
    height: 13px;
  }
}
@media screen and (min-width: 1280px) {
  header #megad #megad-menu2 .front .title .en img {
    height: 18px;
  }
}
header #megad #megad-menu3 .front .title .en img {
  width: auto;
  height: 1.44vw;
}
@media screen and (max-width: 900px) {
  header #megad #megad-menu3 .front .title .en img {
    height: 13px;
  }
}
@media screen and (min-width: 1280px) {
  header #megad #megad-menu3 .front .title .en img {
    height: 18px;
  }
}
header #megad .front {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #megad .front:after {
  content: "";
  display: table;
  clear: both;
}
header #megad .front .title {
  display: table-cell;
  width: 19%;
  height: 100%;
  padding-left: 20px;
  padding-top: 10px;
  border-right: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
header #megad .front .title p {
  font-size: 1.35vw;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  header #megad .front .title p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  header #megad .front .title p {
    font-size: 17px;
  }
}
header #megad .front .title .en {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 29px;
  line-height: 1.1;
  text-decoration: none;
}
header #megad .front .pages {
  display: table-cell;
  width:100%;
  vertical-align: top;
}
header #megad .front .pages:after {
  content: "";
  display: table;
  clear: both;
}
header #megad .front .pages .page {
  width: 50%;
  padding-left: 10px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #megad .front .pages .page:nth-of-type(4n+1) { clear: both; }

header #megad .front .pages .page:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
header #megad .front .pages .page .name {
  padding: 5px 1vw;
min-height: 40px;
  background-color: #85180f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	line-height: 2;
}
.col_blue {
  background-color: #153269 !important;
}
body.page_lng_en header #megad .front .pages .page .name p {line-height: 1 !important;}
@media screen and (max-width: 900px) {
  header #megad .front .pages .page .name {
    padding: 5px 10px;
	min-height: 40px;
	line-height: 2.0;
	letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1280px) {
  header #megad .front .pages .page .name {
    padding: 10px 3px 10px 7px;
	min-height: 40px;
	letter-spacing: -0.5px;
  }
}
header #megad .front .pages .page .name p {
  font-size: 1.33vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
font-size: 13px;
	letter-spacing: -0.5px;
}
@media screen and (max-width: 1279px) {
  header #megad .front .pages .page .name p {    font-size: 12px; line-height: 1;  }
	header #megad .front .pages .page .bousaiName{padding: 6px 12px;}
	header #megad .front .pages .page .bousaiName p{	line-height: 1;	}
	header #megad .front .pages .page .chiikiName{ padding: 7px 12px;}
}
@media screen and (min-width: 1280px) {
header #megad .front .pages .page .name p {    font-size: 15px;  }
header #megad .front .pages .page .bousaiName p{	line-height: 1;	}
}
header #megad .front .pages .page .img {
  position: relative;
  overflow: hidden;
}
header #megad .front .pages .page .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
header #megad .front .pages .page .img:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('../img/common/megad_arrow.png?1497887485');
  position: absolute;
  right: 0px;
  bottom: 0px;
}
	header #megad .front .pages.num6{
		display: flex;
		flex-wrap: wrap;
}
header #megad .front .pages.num6 .page {
  width: 20%;
  padding-bottom: 10px;
}
header #megad .front .pages.num6 .page:nth-child(4) {
  padding-bottom: 0;
}
header #megad .front .pages.num6 .page:nth-child(5) {
  padding-bottom: 0;
}
header #megad .front .pages.num6 .page:nth-child(6) {
  padding-bottom: 0;
}
header #megad .base {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}
header .header-inwrap {
  width: 100%;
  height: 88px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  header .header-inwrap {
    height: auto;
  }
}
header .header-inwrap .logo {
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  header .header-inwrap .logo {
    left: 11px;
    top: 9px;
  }
}
header .header-inwrap .logo a {
  display: inline-block;
}
header .header-inwrap .logo a img {
  height: auto;
   width: 320px;
   max-width: 100%;
}
@media screen and (max-width: 1200px) {
	header .header-inwrap .logo a img {   width: 250px !important;}
}
@media screen and (max-width: 640px) {
  header .header-inwrap .logo a img {    width: 190px !important;  }
}
header .bottom-line {
  width: 100%;
  height: 24px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
header .bottom-line img {
  width: 1444px;
  margin-left: -722px;
  position: absolute;
  left: 50%;
}

#page_index header {  height: 100px;}
@media screen and (max-width: 640px) {
  #page_index header {
    height: auto;
  }
}
#page_index header .bottom-line {
  display: none;
}
#page_index header .bg {
  margin-top: -73px;
}

#bg-line {
  width: 100%;
  min-width: 900px;
  height: 192px;
  position: absolute;
  top: 7px;
  z-index: 0;
  overflow: hidden;
}
#bg-line img {
  margin-left: -960px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 0;
}

#page_index #header-navi .ul-scr-wrap .ul-wrap ul li:first-child {
  display: none;
}
@media screen and (max-width: 640px) {
  #page_index #header-navi .ul-scr-wrap .ul-wrap ul li:first-child {
    display: block;
  }
}

#header-navi {
  padding-top: 20px;
  position: relative;
  top: 0px;
  right: 25px;
  z-index: 1;
  text-align: right;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) { 
#header-navi {  font-size: 15px;}
}
@media screen and (min-width: 641px) {
	#header-navi .open-close { display: none; }
}
@media screen and (max-width: 640px) {
  #header-navi {
    padding-top: 50px;
    padding-bottom: 0;
    left: 0px;
    right: auto;
  }
}
@media screen and (max-width: 640px) {
  #header-navi .open-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  #header-navi .open-close img {
    width: 100px;
    height: auto;
  }
  #header-navi .open-close.active img {
    margin-left: -50px;
  }
}
#header-navi .lang {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #header-navi .lang {
    margin-top: 0;
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 1;
  }
}
#header-navi .lang .global {
  display: inline-block;
}
#header-navi .lang .global a { display: block; }

@media screen and (max-width: 640px) {
  #header-navi .lang .global {
    margin-right: 0;
  }
}
#header-navi .lang .global img {
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  #header-navi .lang .global img {
    width: 44px;
    height: auto;
  }
}
#header-navi .lang .global #lang-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 32px;
	height: 12px;
	border: 0px;
	border-radius: 0px;
	padding: 0 4px;
	/*
	padding-right: 44px;
	background-color: transparent;
	background-image: url('../img/common/icon_earth_sp.png?1497366176');
	background-repeat: no-repeat;
	background-size: 44px 8px;
	background-position: right center;
	*/
	background: url(../img/common/arrow_down1.png) no-repeat right 4px center #ccc;
	background-size: 6px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 8px;
}
#header-navi .lang p {
  display: inline-block;
/*   padding-right: 95px; */
  padding-right: 0;
  margin-top: 1px;
  color: #B3B3B3;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}
#header-navi .lang p a {
  color: #B3B3B3;
}
#header-navi .lang p a.active {
  color: #58595B;
}
@media screen and (max-width: 640px) {
  #header-navi .lines {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #header-navi .lines .line1 {
    width: 100%;
    height: 5px;
    margin-bottom: 0;
    background-color: #910000;
  }
  #header-navi .lines .line2 {
	  display: none;
    width: 100%;
    height: 2px;
    background-color: #b07801;
  }
}
@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
  }
}

@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap .ul-wrap ul {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 5px solid #910000;
    background-color: #fff;
  }
}
#header-navi .ul-scr-wrap .ul-wrap ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: center;
　font-size: 16px;
  font-weight: 500;
}
#header-navi .ul-scr-wrap .ul-wrap ul li a {
  position: relative;
  z-index: 1;
　font-size: 16px !important;
  padding: 5px 8px 10px;
}
#header-navi .ul-scr-wrap .ul-wrap ul li a:hover{color:#910000;}
@media screen and (max-width: 1200px) { 
#header-navi .ul-scr-wrap .ul-wrap ul li a {
  padding: 5px 3px 10px;
}
}

#header-navi .ul-scr-wrap .ul-wrap ul li img.tri {
  display: none;
  padding-top: 28px;
  margin-left: -23px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap .ul-wrap ul li:first-child {
    padding-top: 8px;
  }
}
#header-navi .ul-scr-wrap .ul-wrap ul .nav_contact {
  margin: 0px;
  padding: 5px 8px;
  background-color: #910000;
}
#header-navi .ul-scr-wrap .ul-wrap ul .nav_contact a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap .ul-wrap ul .nav_contact {
    background-color: transparent;
  }
  #header-navi .ul-scr-wrap .ul-wrap ul .nav_contact a {
    color: #58595B;
  }
}
#header-navi .ul-scr-wrap .ul-wrap ul li.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -10px;;
  background-color: #910000;
}
@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap .ul-wrap ul li.active:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #header-navi .ul-scr-wrap .ul-wrap ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b3b3b3;
    font-size: 18px;
    line-height: 2.8;
  }
  #header-navi .ul-scr-wrap .ul-wrap ul li:last-child {
    padding: 0;
    background-color: transparent;
    border-bottom: 2px solid #b07801;
  }
  #header-navi .ul-scr-wrap .ul-wrap ul li:last-child a {
    color: #58595B;
  }
  #header-navi .ul-scr-wrap .ul-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

footer {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-top: 3px solid #910000;
    margin-top: 100px;
}
footer .footer-inwrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
footer .middle-line {
  height: 24px;
  margin-bottom: 10px;
  vertical-align: top;
}
footer .middle-line img {
  width: 1444px;
  margin-left: -722px;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 640px) {
  footer .middle-line {
    height: auto;
  }
  footer .middle-line .line1 {
    width: 100%;
    height: 5px;
    margin-bottom: 2px;
    background-color: #910000;
  }
  footer .middle-line .line2 {
    width: 100%;
    height: 2px;
    background-color: #ae7900;
  }
}
footer .bg {
  width: 100%;
  height: 192px;
  position: absolute;
  bottom: -25px;
  z-index: 0;
}
footer .bg img {
  margin-left: -960px;
  position: absolute;
  left: 50%;
  z-index: 0;
}

#tel-mail {
  padding-top: 60px;
  margin-bottom: 50px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #tel-mail {
    padding-top: 65px;
    margin-bottom: 65px;
  }
}
#tel-mail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#tel-mail .tel {
  width: 43.2%;
  max-width: 341px;
  display: inline-block;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  #tel-mail .tel {
    width: 275px;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#tel-mail .mail {
  width: 43.2%;
  max-width: 341px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #tel-mail .mail {
    width: 275px;
    height: auto;
  }
}

#footer-navi {
  margin-bottom: 35px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#footer-navi ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1;
}
#footer-navi ul:last-child li:last-child {
  margin: 0px;
  padding: 5px 8px;
  /*background-color: #910000;*/
}
/*
#footer-navi ul:last-child li:last-child a {
  color: #fff;
}
*/
#footer-navi ul:last-child li:last-child:after {
  display: none;
}
#footer-navi ul li {
  display: inline-block;
  margin: 0px 4px;
  padding: 11px 0px 11px 0px;
  position: relative;
  list-style: none;
  text-align: center;
}
#footer-navi ul li:after {
  display: inline-block;
  content: "/";
  margin-left: 16px;
}

#corp-navi {
  padding-right: 40px;
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #corp-navi {
    padding-right: 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
  }
}
#corp-navi ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #corp-navi ul {
    display: block;
    margin-bottom: 5px;
  }
}
#corp-navi ul li {
  display: inline-block;
  margin: 0px 2px;
  padding: 0px 4px;
  position: relative;
  list-style: none;
  text-align: center;
}
#corp-navi ul li:before {
  display: inline-block;
  content: "|";
  margin-right: 16px;
}
#corp-navi ul li:last-child:after {
  display: inline-block;
  content: "|";
  margin-left: 16px;
}
@media screen and (max-width: 640px) {
  #corp-navi ul li {
    padding: 0px;
    margin: 0px;
  }
  #corp-navi ul li:before {
    margin-right: 2px;
  }
  #corp-navi ul li:last-child:after {
    margin-left: 2px;
  }
}

#copyright {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 30px;
  text-align: right;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #copyright {
    padding-bottom: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
  }
}

table{
width: 100%;
}
