@charset "UTF-8";
/*

media
768〜
1024〜
1280〜
1920〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  color: #101010;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 24px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 24px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #000;
  color: #101010;
}
a:hover {
  opacity: 0.6;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 200px;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 0px 0px 15px 0px;
  border-radius: 0px;
  overflow: hidden;
  height: 70px;
}
#page-header .inner {
  padding: 0px 14px;
  max-width: 1024px;
  margin: 0px auto;
  position: relative;
}
#page-header h1 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 0px;
}
#page-header h1 .en {
  font-size: 8px;
  font-family: 'Roboto';
  font-weight: 300;
}
#page-header h1 .en br {
  display: none;
}
#page-header h1 a {
  text-decoration: none;
}
#page-header #h-logo {
  width: 40px;
  position: absolute;
  right: 45px;
  top: 5px;
  margin: 0px;
}
#home #page-header {
  height: 210px;
}
#home #page-header h1 {
  font-size: 16px;
  line-height: 26px;
}
#home #page-header h1 br {
  display: none;
}
#home #page-header h1 .en {
  font-size: 26px;
  line-height: 39px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
#home #page-header h1 .en br {
  display: inline;
}
#home #page-header #h-logo {
  width: 54px;
  right: 20px;
  top: 120px;
}

#menu {
  width: 38px;
  height: 30px;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 20;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 1px;
  background-color: #101010;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu span {
  top: 50%;
  transform: translateY(-50%);
}
#menu::before {
  content: "";
  top: 10px;
}
#menu::after {
  content: "";
  bottom: 10px;
}
#menu.on::before {
  -webkit-transform: translateY(4.5px) rotate(-45deg);
  transform: translateY(4.5px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-4.5px) rotate(45deg);
  transform: translateY(-4.5px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 282px;
  background-color: #c1c1c1;
  border-style: solid;
  border-color: #fff;
  border-width: 30px 0px 0px 0px;
  border-radius: 0px;
  padding: 20px 14px;
  transition: all .2s;
}
#global-nav .gnav-name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
#global-nav.on {
  right: 0px;
}

.gnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.gnav li {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 30px;
}
.gnav li a {
  display: block;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.gnav li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0px;
  left: 50%;
  right: 50%;
  background-color: #000;
  transition: all .2s;
}
.gnav li a:hover, .gnav li a.on {
  opacity: 1;
}
.gnav li a:hover::after, .gnav li a.on::after {
  left: 0px;
  right: 0px;
}
.gnav li a:hover.nolink::after, .gnav li a.on.nolink::after {
  display: none;
}
.gnav li a.on {
  transition: all 0s;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  clear: both;
  background-color: #c1c1c1;
}
#page-footer .inner {
  padding: 0px 14px;
  max-width: 375px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.f-logo {
  width: 65px;
  margin: 10px 0px 0px 0px;
  float: left;
}

.f-name {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 26px 0px 15px;
  float: right;
  width: 220px;
}

.f-address {
  font-size: 10px;
  line-height: 20px;
  text-align: left;
  margin: 0px 0px 20px;
  float: right;
  width: 220px;
}

#footer-nav {
  display: none;
}

#copyright {
  font-size: 8px;
  line-height: 14px;
  background-color: #fff;
  text-align: center;
  margin: 0px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#page-top {
  width: 40px;
  height: 35px;
  margin: 0px;
  position: fixed;
  right: 0px;
  bottom: 50px;
  opacity: 0;
  transition: all .2s;
}
#page-top.on {
  opacity: 1;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 360 */
@media print, screen and (min-width: 360px) {
  /* page-footer
  --------------------------------------------------------------------------------- */
  .f-name {
    width: 250px;
  }

  .f-address {
    font-size: 12px;
    line-height: 20px;
    width: 250px;
  }

  #copyright {
    font-size: 10px;
  }
}
/*
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    height: 175px;
  }
  #page-footer .inner {
    max-width: 400px;
  }

  .f-name,
  .f-address {
    width: 275px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 28px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 28px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding-bottom: 320px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    border: none;
    height: 114px;
    margin-bottom: 60px;
  }
  #page-header h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #page-header h1 .en {
    font-size: 14px;
    line-height: 20px;
  }
  #page-header #h-logo {
    width: 90px;
    right: 0px;
    top: 10px;
  }
  #home #page-header {
    height: 485px;
  }
  #home #page-header h1 {
    font-size: 48px;
    line-height: 60px;
  }
  #home #page-header h1 .en {
    font-size: 74px;
    line-height: 105px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #home #page-header #h-logo {
    width: 110px;
    right: 14px;
    top: 320px;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    position: absolute;
    top: 114px;
    right: auto;
    width: 100%;
    border: none;
    padding: 0px;
    overflow: hidden;
    z-index: 10;
    transition: all 0s;
  }
  #global-nav .gnav-name {
    display: none;
  }
  #global-nav.on {
    right: auto;
  }
  #home #global-nav {
    top: 485px;
  }
  #home #global-nav.fix {
    top: 0px;
  }
  #global-nav.fix {
    position: fixed;
    top: 0px;
  }

  .gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 60px;
  }
  .gnav li {
    margin: 0px 25px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    height: 320px;
  }
  #page-footer .inner {
    max-width: 1028px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  #f-info {
    overflow: hidden;
    width: 410px;
    float: left;
  }

  .f-logo {
    width: 90px;
    margin: 24px 0px 0px 0px;
  }

  .f-name {
    font-size: 18px;
    line-height: 24px;
    margin: 26px 0px 15px;
    width: 310px;
  }

  .f-address {
    font-size: 12px;
    line-height: 24px;
    margin: 0px 0px 20px;
    width: 310px;
  }

  #footer-nav {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: 514px;
    margin-top: 24px;
    margin-bottom: 4px;
  }

  .fnav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .fnav li {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .fnav li ul {
    list-style-type: none;
    margin: 0px 0px 0px 1em;
    padding: 0px;
  }
  .fnav li ul li {
    margin: 0px;
  }
  .fnav li a {
    text-decoration: none;
  }

  #copyright {
    height: 73px;
  }

  #page-top {
    bottom: 73px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
/*
--------------------------------------------------------------------------------- 1920 */
