@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, q, s, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  font-family:YuMincho,'游明朝',Hiragino Kaku Mincho ProN,"ヒラギノ明朝 ProN","Times New Roman", Serif;
  /*font-family:"Times New Roman", Serif;*/
}

a, a img, button, [type="button"], [type="reset"], [type="submit"] {
  transition: 0.2s;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  position: relative;
  font-size: 1.4rem;
  overflow-x: hidden;
}

table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.6;
}

table th, table td {
  padding: 2em 1em;
  border: 1px solid #CCC;
}

@media screen and (max-width: 800px) {
  table th, table td {
    padding: .8em;
  }
}

table th {
  background-color: #F9F4EE;
  width: 15.22694%;
}

table td {
  width: 34.77306%;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
@media screen and (min-width: 801px) {
  .site-header {
    position: absolute;
    width: 100%;
    padding-top: 35px;
  }
  .site-header:after {
    content: "";
    display: block;
    clear: both;
  }
  .site-header .site-header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 2em;
  }
  .site-header .site-header__logo {
    padding-right: 2em;
  }
  .site-header .site-header__tel-lang {
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    padding: 0 2em;
  }
  .site-header .site-header__tel {
    color: #FFF;
  }
  .site-header .site-header__lang {
    position: relative;
  }
  .site-header .site-header__lang .lang-btn {
    background: none;
    padding-left: 1em;
    border: 0;
    color: #FFF;
  }
  .site-header .site-header__lang .lang-btn::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.5em;
  }
  .site-header .site-header__lang .lang-list {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 10;
    transition: 0.2s;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
  }
  .site-header .site-header__lang .lang-list.is-show {
    position: absolute;
    left: 50%;
    top: 40px;
    opacity: 1;
    z-index: 1;
  }
  .site-header .site-header__lang .lang-list.is-show::before {
    position: absolute;
    left: 50%;
    top: -4px;
    background-color: #000;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }
  .site-header .site-header__lang .lang-list li:nth-child(n+2) {
    border-top: 1px solid #666;
  }
  .site-header .site-header__lang .lang-list li a {
    background-color: #000;
    display: block;
    padding: 1em 2em;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
  .site-header .site-header__lang .lang-list li a:hover {
    background-color: #555;
  }
  .site-header .site-header__toggle {
    display: none;
  }
  .site-header .site-header__nav ul {
    overflow: hidden;
    text-align: right;
  }
  .site-header .site-header__nav ul li {
    display: inline-block;
    padding: 0.2em 0;
  }
  .site-header .site-header__nav ul li:nth-child(n+2)::before {
    content: "|";
    margin: 0 1em;
    color: #FFF;
  }
  .site-header .site-header__nav ul li a {
    color: #FFF;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .site-header .site-header__nav ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 800px) {
  .site-header {
    position: absolute;
    width: 100%;
  }
  .site-header .site-header__wrapper {
    background-color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 12px;
  }
  .site-header .site-header__logo {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .site-header .site-header__logo img {
    width: 143px;
  }
  .site-header .site-header__tel-lang {
    margin-right: 2em;
  }
  .site-header .site-header__tel {
    display: none;
  }
  .site-header .site-header__lang {
    position: relative;
  }
  .site-header .site-header__lang .lang-btn {
    background: none;
    padding-left: 1em;
    border: 0;
    color: #FFF;
  }
  .site-header .site-header__lang .lang-btn::after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.5em;
  }
  .site-header .site-header__lang .lang-list {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 10;
    transition: 0.2s;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
  }
  .site-header .site-header__lang .lang-list.is-show {
    position: absolute;
    left: 50%;
    top: 40px;
    opacity: 1;
    z-index: 1;
  }
  .site-header .site-header__lang .lang-list.is-show::before {
    position: absolute;
    left: 50%;
    top: -4px;
    background-color: #000;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }
  .site-header .site-header__lang .lang-list li:nth-child(n+2) {
    border-top: 1px solid #666;
  }
  .site-header .site-header__lang .lang-list li a {
    background-color: #000;
    display: block;
    padding: 1em 2em;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
  .site-header .site-header__lang .lang-list li a:hover {
    background-color: #555;
  }
  .site-header .site-header__toggle,
  .site-header .site-header__toggle span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .site-header .site-header__toggle {
    position: relative;
    width: 20px;
    height: 18px;
    padding: 14px;
    box-sizing: content-box;
    z-index: 1000;
  }
  .site-header .site-header__toggle span {
    position: absolute;
    left: 14px;
    width: calc(100% - (14px * 2));
    height: 2px;
    background-color: #fff;
  }
  .site-header .site-header__toggle span:nth-of-type(1) {
    top: 14px;
    animation: menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle span:nth-of-type(2) {
    top: 22px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .site-header .site-header__toggle span:nth-of-type(3) {
    bottom: 14px;
    animation: menu-bar02 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  .site-header .site-header__nav {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.4s;
    z-index: -1;
  }
  .site-header .site-header__nav.is-active {
    transform: translateY(0);
    z-index: 1;
  }
  .site-header .site-header__nav ul li:nth-child(n+2) {
    border-top: 1px solid #666;
  }
  .site-header .site-header__nav ul li a {
    background-color: #000;
    display: block;
    padding: 1.4em 2em;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*==================================================================================================
	メイン
==================================================================================================*/
.site-main {
  background-color: #fff;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.site-footer {
  background-color: #000;
  padding-bottom: 30px;
  color: #FFF;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .site-footer {
    border-top: 1px solid #FFF;
  }
}

@media screen and (max-width: 800px) {
  .site-footer {
    background-color: #333;
  }
}

.site-footer .scroll-top button {
  background-color: #fff;
  display: inline-block;
  padding: .6em 1em .9em;
  border: 0;
  transform: translateY(-100%);
  font-size: 1.8rem;
}

.site-footer .scroll-top button::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.2em;
}

@media screen and (min-width: 801px) {
  .site-footer .scroll-top {
    position: absolute;
    right: 0;
    text-align: right;
  }
}

@media screen and (max-width: 800px) {
  .site-footer .scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .site-footer .scroll-top button {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(0);
    font-size: 1.2rem;
  }
}

.site-footer .site-footer__nav ul li a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-footer__nav ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 801px) {
  .site-footer .site-footer__nav {
    margin: 24px;
  }
  .site-footer .site-footer__nav ul li {
    display: inline-block;
    padding: 0.2em 0;
    font-size: 1.2rem;
  }
  .site-footer .site-footer__nav ul li a {
    display: inline-block;
    padding: 0 1em;
  }
}

@media screen and (max-width: 800px) {
  .site-footer .site-footer__nav li {
    border-bottom: 1px solid #666;
  }
  .site-footer .site-footer__nav li a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
  .site-footer .site-footer__nav li a:hover {
    background-color: #555;
  }
}

.site-footer .site-footer__logo {
  margin: 32px 0;
}

.site-footer .site-footer__logo img {
  max-width: 44.84375%;
}

.site-footer .site-footer__tel {
  margin: 1em 0;
}

.site-footer .site-footer__tel span {
  display: block;
}

.site-footer .site-footer__tel .tel {
  font-size: 2rem;
}

.site-footer .site-footer__tel .tel a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-footer__address {
  margin: 1em 0;
}
