@charset "UTF-8";
/*

media
768?
1024?
1240?

*/
/* ‰äÊý¥¤¥ó¥Ý©`¥È
--------------------------------------------------------------------------------- */
/* ¹²Í¨
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  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: 1.5;
  font-weight: 500;
  background-color: #FFF;
}

/* 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;
}

a img {
  border: none;
}

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

img {
  vertical-align: bottom;
}

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

p, ul, ol, dl, table {
  margin: 0px 0px 14px 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;
}
a:hover {
  color: #666666;
}
a:hover img {
  opacity: 0.65;
}
a img {
  transition: all .2s;
}

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

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
}

#menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 10px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 30;
}
#menu span, #menu::before, #menu::after {
  position: absolute;
  left: 13px;
  width: 34px;
  height: 3px;
  background-color: #fff;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  content: "";
}
#menu::before {
  top: 17px;
}
#menu span {
  top: 30px;
}
#menu::after {
  top: 43px;
}
#menu.on::before {
  left: 10px;
  width: 36px;
  -webkit-transform: translateY(13px) rotate(-40deg);
  transform: translateY(13px) rotate(-40deg);
}
#menu.on span {
  opacity: 0;
}
#menu.on::after {
  left: 10px;
  width: 36px;
  -webkit-transform: translateY(-13px) rotate(40deg);
  transform: translateY(-13px) rotate(40deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #946951;
  z-index: 20;
  display: none;
  overflow: auto;
}
#global-nav .inner {
  margin: 0px auto;
  width: 200px;
}

#gnav {
  margin: 60px 0px 30px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
#gnav li {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}
#gnav li.top a {
  background: linear-gradient(#0000fc, #0000fc) 0 100%/0 24px no-repeat;
}
#gnav li.top a:hover {
  background-size: 100% 24px;
}
#gnav li.works a {
  background: linear-gradient(#ff587e, #ff587e) 0 100%/0 24px no-repeat;
}
#gnav li.works a:hover {
  background-size: 100% 24px;
}
#gnav li.event a {
  background: linear-gradient(#00e46e, #00e46e) 0 100%/0 24px no-repeat;
}
#gnav li.event a:hover {
  background-size: 100% 24px;
}
#gnav li.event a.nolink {
  background: none;
}
#gnav li.course a {
  background: linear-gradient(#ffff00, #ffff00) 0 100%/0 24px no-repeat;
}
#gnav li.course a:hover {
  background-size: 100% 24px;
}
#gnav li.shop a {
  background: linear-gradient(#ff1e50, #ff1e50) 0 100%/0 24px no-repeat;
}
#gnav li.shop a:hover {
  background-size: 100% 24px;
}
#gnav li.shop a.nolink {
  background: none;
}
#gnav li.map a {
  background: linear-gradient(#c7b299, #c7b299) 0 100%/0 24px no-repeat;
}
#gnav li.map a:hover {
  background-size: 100% 24px;
}
#gnav li.access a {
  background: linear-gradient(#808080, #808080) 0 100%/0 24px no-repeat;
}
#gnav li.access a:hover {
  background-size: 100% 24px;
}
#gnav li.archive a {
  background: linear-gradient(#b3b3b3, #b3b3b3) 0 100%/0 24px no-repeat;
}
#gnav li.archive a:hover {
  background-size: 100% 24px;
}
#gnav li.document a {
  background: linear-gradient(#005d54, #005d54) 0 100%/0 48px no-repeat;
}
#gnav li.document a:hover {
  background-size: 100% 48px;
}
#gnav a {
  display: inline-block;
  text-decoration: none;
  background-color: #ccc;
  position: relative;
  display: inline-block;
  background: linear-gradient(#005d54, #005d54) 0 100%/0 24px no-repeat;
  transition: background .35s;
}
#gnav a:hover {
  background-size: 100% 24px;
  color: #000;
}
#gnav a.nolink {
  color: #999;
  background: none;
}

#snsnav {
  margin: 0px 0px 120px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  overflow: hidden;
}
#snsnav li {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  width: 22px;
  float: left;
  font-size: 22px;
  line-height: 22px;
}
#snsnav a {
  border-width: 0px;
}
#snsnav a:hover {
  opacity: 0.5;
}

#side-online-shop,
#side-online-shop2 {
  display: none;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer .inner {
  padding: 0px 20px 60px 20px;
  margin: 0px auto;
  max-width: 796px;
}
#home #page-footer {
  display: none;
}

.f-txt {
  margin-bottom: 2em;
}

.footer-logo {
  margin: 50px 0px 0px 210px;
  width: 54px;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 375 */
@media all and (min-width: 375px) {
  /* global-nav
  --------------------------------------------------------------------------------- */
  #gnav {
    margin-top: 100px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .footer-logo {
    margin-left: 240px;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 0px 40px 60px 40px;
  }

  .footer-logo {
    margin-top: 100px;
    margin-left: 310px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media all and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 28px;
  }

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

  /* layout
  --------------------------------------------------------------------------------- */
  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    width: 200px;
    height: auto;
    left: 70px;
    top: 80px;
    background-color: transparent;
    display: block;
    position: fixed;
  }
  #global-nav .inner {
    margin: 0px auto;
    width: auto;
  }
  #home #global-nav {
    top: 100%;
    position: absolute;
    margin-top: 80px;
  }
  #home #global-nav.fix {
    position: fixed;
    top: 80px;
    margin-top: 0px;
  }

  #gnav {
    margin: 0px 0px 20px 0px;
  }
  #gnav li {
    margin: 0px 0px 14px 0px;
    font-size: 15px;
    line-height: 16px;
  }
  #gnav li.top a {
    background: linear-gradient(#0000fc, #0000fc) 0 100%/0 16px no-repeat;
  }
  #gnav li.top a:hover {
    background-size: 100% 16px;
  }
  #gnav li.works a {
    background: linear-gradient(#ff587e, #ff587e) 0 100%/0 16px no-repeat;
  }
  #gnav li.works a:hover {
    background-size: 100% 16px;
  }
  #gnav li.event a {
    background: linear-gradient(#00e46e, #00e46e) 0 100%/0 16px no-repeat;
  }
  #gnav li.event a:hover {
    background-size: 100% 16px;
  }
  #gnav li.course a {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 16px no-repeat;
  }
  #gnav li.course a:hover {
    background-size: 100% 16px;
  }
  #gnav li.shop a {
    background: linear-gradient(#ff1e50, #ff1e50) 0 100%/0 24px no-repeat;
  }
  #gnav li.shop a:hover {
    background-size: 100% 24px;
  }
  #gnav li.map a {
    background: linear-gradient(#c7b299, #c7b299) 0 100%/0 16px no-repeat;
  }
  #gnav li.map a:hover {
    background-size: 100% 16px;
  }
  #gnav li.access a {
    background: linear-gradient(#808080, #808080) 0 100%/0 16px no-repeat;
  }
  #gnav li.access a:hover {
    background-size: 100% 16px;
  }
  #gnav li.archive a {
    background: linear-gradient(#b3b3b3, #b3b3b3) 0 100%/0 16px no-repeat;
  }
  #gnav li.archive a:hover {
    background-size: 100% 16px;
  }
  #gnav a {
    background: linear-gradient(#005d54, #005d54) 0 100%/0 16px no-repeat;
  }
  #gnav a:hover {
    background-size: 100% 16px;
  }

  #snsnav {
    margin-bottom: 30px;
  }
  #snsnav li {
    margin: 0px 10px 0px 0px;
    width: 15px;
    font-size: 15px;
    line-height: 15px;
  }

  #side-online-shop {
    display: block;
    width: 190px;
  }
  #side-online-shop a {
    display: block;
  }

  #side-online-shop2 {
    display: block;
    width: 190px;
  }
  #side-online-shop2 a {
    display: block;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 0px 20px 100px 20px;
  }

  .footer-logo {
    margin-top: 140px;
    margin-left: 610px;
    width: 70px;
  }
}
/*
--------------------------------------------------------------------------------- 1240 */
